Jump to content

emailing data from a php script


RSprinkel

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.