[nycphp-talk] HTML email
John Corry
lists at neoncowboy.com
Tue Apr 20 14:01:02 EDT 2004
I think I found the problem...
It was with the message headers.
On the old server (and according to the php docs) headers looked like:
$header .= "From: me at mydomain.com\n\r";
On the new server, most of those weren't working, so I started messing with
the line endings....
$header .= "From: me at mydomain.com\n";
That seems to work.
Thanks for the help.
> What does your php.ini file look like @ around the
> SMTP/Sendmail part? ...
>
> - Jon
More information about the talk
mailing list