Posted: Wed Aug 28, 2002 4:26 pm
How can I specify using the mail function, the sender address?
If I cannot, which other function can I use?
If I cannot, which other function can I use?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
mail("DESTINATION","SUBJECT","MESSAGE","From: SENDER'S ADDRESS");Code: Select all
mail("mail@ticktaku2000.com","Hello","hiya","From: ticktaku2k@hotmail.com");