adriano88 Posted November 27, 2009 Share Posted November 27, 2009 Hello, I am building a php login script. When the user registers the script will send him a confimation email using this code mail($usr_email, "Login Details", $message, "From: \"Member Registration\" <auto-reply@$host>\r\n" . "X-Mailer: PHP/" . phpversion()); everything works fine. Now I want the mail to be sent to him as well as me! so I modified the code but it doesn't work anymore: mail('[email protected],$usr_email ', "Login Details", $message, "From: \"Member Registration\" <auto-reply@$host>\r\n" . "X-Mailer: PHP/" . phpversion()); I am new to php, so any help is appreciated! thanks in advance! Link to comment https://forums.phpfreaks.com/topic/183136-multiple-recipients-dbuser-mail-recall/ Share on other sites More sharing options...
adriano88 Posted November 27, 2009 Author Share Posted November 27, 2009 no one? :'( Link to comment https://forums.phpfreaks.com/topic/183136-multiple-recipients-dbuser-mail-recall/#findComment-966517 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.