Asheeown Posted January 31, 2007 Share Posted January 31, 2007 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 More sharing options...
Asheeown Posted January 31, 2007 Author Share Posted January 31, 2007 Is their anything else I can check? add or do maybe to see what kind of error it's receiving? Link to comment https://forums.phpfreaks.com/topic/36427-mail-script/#findComment-173324 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.