I use the following syntax on one site to get the names in the email message
and it works fine:
mail("$we_to<$we_demail>", "$we_subject", StripSlashes($message), "From:
$we_from<$we_semail>");
and it works
BUT On another site I must change it as such to get it to work:
mail("$we_to", "$we_subject", StripSlashes($message), "From: $we_email");
I have even tried \< \> but it still won't work.
The only difference between the two is the first is Unix and the second is
WindowsNT.
Help please...I have frigged with this all day.
Thanks
Todd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]