|
|
 |
Re: FN-FORUM: Anyone help me out - php advice needed
date posted 9th May 2008 11:49
Quoting Nick Smart [EMAIL REMOVED]
>
> Alex Townsend wrote:
>> Quoting [EMAIL REMOVED] [EMAIL REMOVED]
>>
>> However, if it's an html mail then replace \n with and that
>> should do it.
>>
>> Also, rather than using mail , take a look at the phpmailer class -
>> http://sourceforge.net/projects/phpmailer - which is fantastic, and
>> makes life a lot easier.
>>
>> Alex
>> http://www.ozbon.com
>>
>
> Rather than replace \n with , I leave the "\n"'s in my html
> version so if you look at the message source the lines are still
> separated and I find it easier to see what's going on.
>
> Nick
>
Absolutely - I was just suggesting the replacing in order to
error-check. If it works with then it's sending the mail as
HTML. Once you know that, you can change it to \n (or my personal
preference, the line starts with \n and ends with )
Alex
http://www.ozbon.com
|
 |
|