Hi ,
My copmany have a website and is hosted on a web server of some web hosting
company .
I want to use PHP to send e-mail on that server .
I use
$result = mail("[EMAIL PROTECTED]" , "E-mail Test" , "this e-mail is sent by php")
;
to do it .
But when I receive the e-mail , the SENDER 's address is the server's domain
name !
such as '[EMAIL PROTECTED]'
It's a large problem if I send a e-mail to my clients with this cos they
won't know
who send the e-mail !!
how can I send a e-mail with the sender's address is my company's e-mail ???
for exmaple ' [EMAIL PROTECTED] '??
THX A LOT
--
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]