hi all..
i have a little mail() trouble:
a function like:
mail($SMSTo, $Subject, $Body, 'From: '.$MailFrom);
when i use it this way to send a message to a cell phone like:
$SMSTo = '1231231234@att.net';
the from header is not getting sent somehow. on the phone it says its from:
the_httpd_user@the.host.name.org
if i use the same function to send the message to a normal email account all the headers turn up right.
i have another backend processor installed on the same machine - a language called WebDNA. it also has a mail build in function - [sendmail]. using that one the from header on the phone displays correctly...
any ideas?
thanks...