New member register not send email

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Some hosts don't allow php sending for email. You'll need to configure smtp.
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
If it is not sending via php or smtp. Try uploading the files again, if still not working, then I would guess that it is a server or firewall issue
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
denis1083832 said:
what did you do? i have the same problem :(
Did you try smtp?

There's a test email script in the code you can use. Open up test_email.php for editing, remove line 2: die();

Replace [email protected] with your email address.

Save and re-upload the file.

Load it in a browser window. You should see some errors if smtp is failing.