Easy email question
Posted: Sat Jan 10, 2004 6:05 pm
I would like to enter multiple emails in the From: tag of the mail() function
Is there any way? Can i cheat and pass a string there?
The one line of code that i need help with is like this:
Is there any way? Can i cheat and pass a string there?
The one line of code that i need help with is like this:
Code: Select all
function send_email($to,$subject,$content)
{
$headers = "From: <admin1@hotmail.com;admin2@hotmail.com>\n";