|
|
 |
Re: FN-FORUM: HTML Emails (Like Amazon, for example)
date posted 29th June 2007 11:48
I wasn't sure if you needed help re sending the mails off in html format
or actually formatting the mailshot. If the latter then please ignore
this message as I have got it wrong. If the former, I recommend using
phpmailer, which you'll need to download (just google on it.) This
allows you to send multipart messages so you have a text version aswell.
Your code should look something like this: (assume the content of the
email has been put into a postdata variable contents) and the AltBody is
the bit with only text in:
HTH
Vicki
[EMAIL REMOVED] wrote:
> Hi all,
>
> A customer of mine has asked me to quote for an HTML email she'd like to
> send to her customer base. She wants something where she can add images and
> other HTML-based elements from her website, kind of like the emails you get
> from Amazon.
>
> My problem is, I don't know where to put the HTML to make this work!!
>
> Any help/hints very gratefully received.
>
> Thanks in advance,
> Matt
>
>
>
|
 |
|