XF 1.5 Help, my email confirmation doesn't work

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?
 
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.
 
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 Bottom