Jump to content

Mail script


Asheeown

Recommended Posts

All variables are set they only one that changes for this is the $Email variable but it's set and correct

[code]$Mail = mail($Email, $Subject, $EmailMessage, $from_header);
if($Mail) {
echo "Password sent to user via Email";
} else {
echo "Couldn't send password";
}[/code]
and it always says Couldn't send password, I even checked /var/log/mail.1 and .2 because I haven't sent much mail from this machine but no records at all today
Link to comment
https://forums.phpfreaks.com/topic/36427-mail-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.