nathanmaxsonadil Posted August 14, 2007 Share Posted August 14, 2007 what's wrong with this mailer? //Send account activation E-mail mail($email, 'Account Activation at'. SITE_NAME, "Please click the following link to activate your account:\n--------\n". SITE_URL ."activate.php?". $key_string, "From: noreply@". EMAIL_URL); It's not giving me any error's but it's not sending me the email! Link to comment https://forums.phpfreaks.com/topic/64912-php-mailer-not-sending/ Share on other sites More sharing options...
Daniel0 Posted August 14, 2007 Share Posted August 14, 2007 Check your spam folder. Also, are you sending to a hotmail? There are often problems with mail() and hotmail. Link to comment https://forums.phpfreaks.com/topic/64912-php-mailer-not-sending/#findComment-323900 Share on other sites More sharing options...
nathanmaxsonadil Posted August 14, 2007 Author Share Posted August 14, 2007 I't did not get in my spam folder and it was not sending it to hotmail.. Is there a way to debug it ? Link to comment https://forums.phpfreaks.com/topic/64912-php-mailer-not-sending/#findComment-323908 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.