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! Quote 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. Quote 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 ? Quote Link to comment https://forums.phpfreaks.com/topic/64912-php-mailer-not-sending/#findComment-323908 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.