SAMPLE EMAIL PHP SCRIPT
Sending email from a PHP scrip
Sending email from a PHP scrip
$email = '*******@gmail.com';
$subject = "Test Subject";
$message = "
Thank you for registering
Your account is created and must be activated before you can use it.";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: DONOTREPLY' . "\r\n";
mail($email, $subject, $message, $headers);
echo "mail sent";
1 comments:
commentsIt is very informative post. Thanks for sharing.
ReplyPopup builder Plugin Free Download