Hi -
I've got a script that uses the Send Mail step to grab text from
various fields and send an email via the user's default mail program.
The text in FMP is formatted, but when it shows up in their drafts or
outbox, it's plain text. Is there a way to retain formatting? This
is FM9 Adv hosted on FM Server to a mixed-platform userbase.
Thanks in advance.
-J.
|
|
0
|
|
|
|
Reply
|
jahnbigbooty (106)
|
5/25/2008 3:54:16 AM |
|
In article
<5e3e8631-4238-4e57-9630-2080b7ba579b@z16g2000prn.googlegroups.com>,
jahn <jahnbigbooty@yahoo.com> wrote:
> Hi -
>
> I've got a script that uses the Send Mail step to grab text from
> various fields and send an email via the user's default mail program.
> The text in FMP is formatted, but when it shows up in their drafts or
> outbox, it's plain text. Is there a way to retain formatting? This
> is FM9 Adv hosted on FM Server to a mixed-platform userbase.
>
> Thanks in advance.
> -J.
Emails are meant to be plain text, just like newsgroups messages.
Formatted emails are actually mini HTML webpages (and you should always
first ask the recieipent to make sure they want such emails, especially
if including images). It's not easy to get FileMaker and email
applications to play happily together. You really need an email plug-in
so FileMaker can send emails itself, eg. http://www.SMTPit.com
Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)
|
|
0
|
|
|
|
Reply
|
helpful_harry (1511)
|
5/26/2008 12:45:17 AM
|
|
I used SMTPit several generations ago -- I think FM4 or 5 -- and liked
it, but I'd like to do this without plugins because it's for a
client. Would you suggest passing the data to the email program as
HTML then?
|
|
0
|
|
|
|
Reply
|
jahnbigbooty (106)
|
5/27/2008 1:45:36 AM
|
|
In article
<b55e65d8-188a-4286-a977-8db51abc4c8e@p39g2000prm.googlegroups.com>,
jahn <jahnbigbooty@yahoo.com> wrote:
> I used SMTPit several generations ago -- I think FM4 or 5 -- and liked
> it, but I'd like to do this without plugins because it's for a
> client. Would you suggest passing the data to the email program as
> HTML then?
The main problem is that every email application reacts differently to
FileMaker's Send Mail command, which is a non-standardisation fault in
the email applications.
For some you might be able to use a Text field containing HTML code and
pass that to the email application. For others you might have to use
the Copy command to copy the text from a field and then an AppleScript
or Windows-equivalent to paste it into a new email message.
You could play around for weeks and not get anywhere, so you would be
far better off just sending plain text or using a plug-in.
OR
You could:
- print a filemaker Layout to a PDF and send that as an
email attachment,
- put the HTML on a website (where it really belongs) and
simply send an email with a link to it.
Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)
|
|
0
|
|
|
|
Reply
|
helpful_harry (1511)
|
5/28/2008 6:19:11 AM
|
|
So many options! Thanks, Harry. I'll tinker around and see if I can
find the most efficient way. Appreciate your thoughts on this.
-J.
|
|
0
|
|
|
|
Reply
|
jahnbigbooty (106)
|
5/28/2008 11:52:27 PM
|
|
Op Sat, 24 May 2008 20:54:16 -0700 (PDT) schreef jahn
<jahnbigbooty@yahoo.com>:
>Hi -
>
>I've got a script that uses the Send Mail step to grab text from
>various fields and send an email via the user's default mail program.
>The text in FMP is formatted, but when it shows up in their drafts or
>outbox, it's plain text. Is there a way to retain formatting? This
>is FM9 Adv hosted on FM Server to a mixed-platform userbase.
>
>Thanks in advance.
>-J.
I also use the Send Mail step in a script (FM7) and I had the same
problem. To solve this I made a script in the mailprogram that opens
the mails one by one and changes it into HTML and then save it again.
So I didn't solve this problem in FM but in the mailprogram.
Have Fun
Fons
|
|
0
|
|
|
|
Reply
|
FonsNO (6)
|
5/29/2008 5:48:03 AM
|
|
On May 29, 7:48=A0am, Fons <Fon...@SPAMvraagt.nl> wrote:
> Op Sat, 24 May 2008 20:54:16 -0700 (PDT) schreef jahn
> <jahnbigbo...@yahoo.com>:
>
> >Hi -
>
> >I've got a script that uses the Send Mail step to grab text from
> >various fields and send an email via the user's default mail program.
> >The text in FMP is formatted, but when it shows up in their drafts or
> >outbox, it's plain text. =A0Is there a way to retain formatting? =A0This
> >is FM9 Adv hosted on FM Server to a mixed-platform userbase.
>
> >Thanks in advance.
> >-J.
>
> I also use the Send Mail step in a script (FM7) and I had the same
> problem. To solve this I made a script in the mailprogram that opens
> the mails one by one and changes it into HTML and then save it again.
> So I didn't solve this problem in FM but in the mailprogram.
>
> Have Fun
>
> Fons
Still, there is another - more advanced - little known option to send
mail directly from FileMaker without a plugin. You need FileMaker
Server 9 of FMS 8 Advanced. FileMaker has written several XSLT
extension functions, a few of which allow you to send plain text of
HTML mail. You need to be proficient with XSLT of course.
- Jeroen
|
|
0
|
|
|
|
Reply
|
google3261 (2)
|
5/29/2008 9:32:21 AM
|
|
On May 29, 11:32=A0am, goo...@carconnex.be wrote:
> On May 29, 7:48=A0am, Fons <Fon...@SPAMvraagt.nl> wrote:
>
>
>
>
>
> > Op Sat, 24 May 2008 20:54:16 -0700 (PDT) schreef jahn
> > <jahnbigbo...@yahoo.com>:
>
> > >Hi -
>
> > >I've got a script that uses the Send Mail step to grab text from
> > >various fields and send an email via the user's default mail program.
> > >The text in FMP is formatted, but when it shows up in their drafts or
> > >outbox, it's plain text. =A0Is there a way to retain formatting? =A0Thi=
s
> > >is FM9 Adv hosted on FM Server to a mixed-platform userbase.
>
> > >Thanks in advance.
> > >-J.
>
> > I also use the Send Mail step in a script (FM7) and I had the same
> > problem. To solve this I made a script in the mailprogram that opens
> > the mails one by one and changes it into HTML and then save it again.
> > So I didn't solve this problem in FM but in the mailprogram.
>
> > Have Fun
>
> > Fons
>
> Still, there is another - more advanced - little known option to send
> mail directly from FileMaker without a plugin. You need FileMaker
> Server 9 of FMS 8 Advanced. FileMaker has written several XSLT
> extension functions, a few of which allow you to send plain text of
> HTML mail. You need to be proficient with XSLT of course.
>
> - Jeroen- Hide quoted text -
>
> - Show quoted text -
I meant "plain text or HTML mail" of course. Sorry
- Jeroen
|
|
0
|
|
|
|
Reply
|
google3261 (2)
|
5/29/2008 9:36:08 AM
|
|
Hi, Jeroen -
My client has Server 9, though I haven't worked with it myself. Are
the XSLT extension functions on Server different than the FMPXMLRESULT
grammar options that can be used when exporting data as XML from FM 9
Advanced? I'm only just now making my way through Server
documentation, but haven't come across this yet.
Thanks.
-J.
|
|
0
|
|
|
|
Reply
|
jahnbigbooty (106)
|
5/30/2008 4:23:06 AM
|
|
|
8 Replies
66 Views
(page loaded in 0.139 seconds)
Similiar Articles: Example sending HTML formatted Text as a Body of Email HB_SENDMAIL ...On 26 fev, 04:26, poopall <lawrence.edelst...@gmail.com> wrote: > Does anybody know how one could do this ?? is simple create the html file with .htm or .html ... Can AIX/UNIX send mail with html message AND an attachment? - comp ...They want the email in html so it has the bold/highlighted text, table format, etc. The mail command doesn't send html message, but you can send an html attachment with ... How to send out email thru "Microsoft Exchange Server"? - comp ...To send E-mail via the Microsoft exchange server, you need to use the MAPI interface. I have created an example below to send Email via exchange server: emails on mainframe - comp.soft-sys.sasSending HTML Email From Your Mainframe | MainframeZone.com Did you know you can send HTML-formatted email from your mainframe? I’m always looking for ways to make our ... send by email with click botton (javascript) - comp.text.pdf ...How I can to send by email the pdf document that have one botton with the javascript code. In click the botton the pdf document send it by email to t... Send mails/attachments using a shell script - comp.unix.programmer ...Send mails/attachments using a shell script - comp.unix.programmer ... Mailx fails to send email - comp.unix.solaris I can send an email from ... a unix script to send ... sending mail through Outlook - comp.soft-sys.matlabHi, I came accross a small piece of code which allows one to send an email using ... The format of the function is %Similar to the SENDMAIL command. % Create ... uuencode/mailx - comp.unix.solaris... you use POP3 to get your gmail into thunderbird or other email reader). Or use MIME formatting ... Mailx fails to send email - comp.unix.solaris I can send an email from ... How to send "mail", with no body, from within a UNIX script - comp ...When the number of sessions exceeds a threshold I use a UNIX "mail" command to send an email message, and an electronic page. Everything to need to know is contained in ... Problem sending binary file via socket. - comp.unix.programmer ...Hi all, My client code are: send(fd, argv[2], strlen ... Second, when I read my binary file, JPEG formatted photo ... Binary file email attachment problem - comp.lang.python ... How to Send an HTML-Formatted Email | eHow.comHypertext markup language (HTML) allows email senders to format their messages more like printed advertisements and include graphics, text styles and other elements ... How to Send a HTML Format Email | eHow.comEmails created with HyperText Markup Language (HTML) code are typically used to create personalized correspondence such as customized stationery, business mailings ... 7/26/2012 1:33:47 AM
|