XF 1.5 Help, my email confirmation doesn't work

Jeremy P

XenForo developer
Staff member
You'll need to be more specific. Is there an error in your error log? Do they arrive in the spam folder? Are you using the PHP mail() function (default) or SMTP?
 

Seven7

New member
You'll need to be more specific. Is there an error in your error log? Do they arrive in the spam folder? Are you using the PHP mail() function (default) or SMTP?
They don't get emails at all, so I made my own GMAIL account and tried to hook it up with SMTP. Didn't work either.
 

Brogan

XenForo moderator
Staff member
If there are no errors in the ACP then that would generally indicate the emails have been handed off and from that point on XF is no longer involved.

If you use the default PHP setting then you can check the server mail log to determine if they are being sent.

Some more details on the settings and any errors would be useful.
 

Jeremy P

XenForo developer
Staff member
Post the full error here. If you're using SMTP, you need to check your settings. If you're using the built-in mail function, you need to check the upstream error log (at /var/log/maillog or similar) on your server.
 
Top