Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   PHP / mySQL (http://siteownersforums.com/forumdisplay.php?f=10)
-   -   php mail script help. (http://siteownersforums.com/showthread.php?t=64290)

noahwilson 03-30-2013 06:57 AM

php mail script help.
 
Hello Guys,
I need php mail script for my website query mail form. so please help me and suggest me php mail script.
thanks for any help.

davidmerinas 04-12-2013 12:24 PM

What do yo mean? Using mail funtion?

davidmerinas 04-12-2013 12:26 PM

Something like
$to = '[email protected]';
$subject = 'Subject;
$body = 'This is the content of the mail';
$headers = "From: [email protected]\r\n" .
"X-Mailer: php";
if (mail($to, $subject, $body, $headers)) {
$result=true;
} else {
echo("ERROR: ".$e->getMessage());
}

binarynpixel 04-18-2013 08:13 AM

Hi Noah you can be get this code from w3school there is you can be understand about that and many way to implement.
Thanks

vivekaryan 04-19-2013 03:40 AM

thanks for sharing this information.


All times are GMT -7. The time now is 06:13 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.