|
|
 |
Re: FN-FORUM: Anyone help me out - php advice needed
date posted 9th May 2008 11:05
[EMAIL REMOVED] wrote:
> Hi everyone,
>
> Could someone spend a minute looking at the code below, basically its just a
> dynamic email that is sent out from a site I am developing, the email itself
> goes out perfectly, and has all the necessary information, its just the
> layout that is the problem, if anyone can point me in the right direction
> I'd be very grateful.
>
> Many thanks in advance for any advice given.
>
> Allan
>
>
>
If the email is being displayed as an HTML email then you need to
include 's, e.g. "Some text\n\n"
But then you will have problems with emails displayed as text, they will
probably display the as is. You really need to send text and html
versions of your email. You can do it with the built in PHP function but
its a pain. Have a look at phpMailer as it does all the hard work for you.
http://phpmailer.codeworxtech.com/
Nick
Nick
|
 |
|