RSprinkel Posted June 18, 2006 Share Posted June 18, 2006 Hi all,I have a script that emails me when a member fills out a form. I would like the data emailed to my other admins but am unsure how to add the extra email addy's to the command.Here is what I have now:mail("[email protected]", $subject, $message, "From: Webmaster<[email protected]>\nX-Mailer: PHP/" . phpversion());Thanks very much in advance. Link to comment https://forums.phpfreaks.com/topic/12338-emailing-data-from-a-php-script/ Share on other sites More sharing options...
poirot Posted June 19, 2006 Share Posted June 19, 2006 [code]mail("[email protected], [email protected]", $subject, $message, $headers);[/code][a href=\"http://www.php.net/mail\" target=\"_blank\"]http://www.php.net/mail[/a] Link to comment https://forums.phpfreaks.com/topic/12338-emailing-data-from-a-php-script/#findComment-47168 Share on other sites More sharing options...
RSprinkel Posted June 19, 2006 Author Share Posted June 19, 2006 Thanks, I thought that was it but wasn't 100% sure.Again Thank You Link to comment https://forums.phpfreaks.com/topic/12338-emailing-data-from-a-php-script/#findComment-47175 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.