Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP issue #53

Open
VoidLock92 opened this issue Aug 16, 2021 · 4 comments
Open

SMTP issue #53

VoidLock92 opened this issue Aug 16, 2021 · 4 comments

Comments

@VoidLock92
Copy link

VoidLock92 commented Aug 16, 2021

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):

  • OS: Windows 10
  • Server core: cMaNGOS
  • Game version: 1.12.1-3.3.5a
  • PHP version: 8.0.7
  • Browser Brave

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
Copy link
Owner

Enable debug mode and test with another SMTP server.

@ex1dreamer
Copy link

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

@JumpingY
Copy link

The same issue, SMTP will not send any emails

@masterking32 masterking32 reopened this Aug 23, 2024
@masterking32
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants