masterking32 / WoWSimpleRegistration

Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos
https://masterking32.com
GNU General Public License v3.0
254 stars 212 forks source link

SMTP issue #53

Open VoidLock92 opened 3 years ago

VoidLock92 commented 3 years ago

I am having issues getting SMTP to work and send the emails. I know my information is correct as I use it on my PhPBB website and it works flawlessly. I am not sure what the issue might be besides that on PhPBB it asks

"Authentication method for SMTP: Only used if a username/password is set, ask your provider if you are unsure which method to use."

It then has some options such as PLAIN or LOGIN, I use LOGIN to make my SMTP work and send the emails for registration on my PhPBB.

Desktop (please complete the following information):

image This information works perfect for PhPBB

$config['smtp_host'] = 'smtp.comcast.net'; $config['smtp_port'] = 587; $config['smtp_auth'] = true; $config['smtp_user'] = 'username'; $config['smtp_pass'] = 'password'; $config['smtp_secure'] = 'ssl'; $config['smtp_mail'] = 'noreply.cheekybugger.net';

But this wont send for this website :/

masterking32 commented 3 years ago

Enable debug mode and test with another SMTP server.

ex1dreamer commented 9 months ago

Anyone solved smtp issue? Google server is alo not sending any emails, although settings are correct

JumpingY commented 3 weeks ago

The same issue, SMTP will not send any emails

masterking32 commented 3 weeks ago

Google doesn’t support SMTP like that anymore. Use other services instead, "Your own SMTP server"