![]() |
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. |
What do yo mean? Using mail funtion?
|
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()); } |
Hi Noah you can be get this code from w3school there is you can be understand about that and many way to implement.
Thanks |
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.