MyBB Community Forums

Full Version: Ultimate Email Testing Puzzle :)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Unable to send an activation email - v1.8.3


Steps I have taken to resolve issue:


(1) Used MyBB's Recommeded PHP Mail function Test: http://docs.mybb.com/1.8/faq/mail/

Successful Result of "Mail was sent by PHP"

But No Activation Email Sending


(2) Used the Second Tip from the same MyBB Email Test above by adding the below to inc/functions.php:

ini_set("sendmail_from", " [email protected] ");
mail($to, $subject, $message, $headers);

But No Activation Email Sending


(3) Made sure emails were not going to Junk/SPAM boxes:

But No Activation Email Sending


(4) Test: I can send email to anyone with my host's webmail using the admin email.


(5) I registered on the forum with the same domain name as the website:

But No Activation Email Sending


(6) I have completed an idea of using another person's code from MyBB here:

http://community.mybb.com/thread-38572-p...#pid264948


But No Activation Email Sending


Anything I'm missing?


Checked my error logs - no issue there.

Also, I'm running HTTPS if that is an issue. (I have returned the site to HTTP though for testing. Unsuccessful)