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

Sending email success but I didn't receive anything on inbox/spam #543

Open
yeyenpamula opened this issue Feb 29, 2024 · 3 comments
Open

Comments

@yeyenpamula
Copy link

yeyenpamula commented Feb 29, 2024

@chriskapp Please help, I've set smtp on .env then I tested it to register a new user and reset the password. A registration email or reset password was sent, but I didn't receive an email on inbox/spam.

Screenshot at Feb 29 23-03-39
@chriskapp
Copy link
Member

Hi @yeyenpamula can show me in which format you have configured the APP_MAILER at the .env file, of course only anonymous to check whether there is a problem?

@yeyenpamula
Copy link
Author

yeyenpamula commented Feb 29, 2024

@chriskapp Thank you for the quick response. I use this format APP_MAILER="smtp://mysmtp%40mydomain.com:password@smtp.mydomain.com:465"

I also tried with another format, like use @ on SMTP user, and also changed the port to 25/587 but the result was still the same. I also tried with another SMTP server, and the result was still the same. An email was sent but not any email received in inbox/spam.

@chriskapp
Copy link
Member

ok, so internally we use the Symfony Mailer component s. https://symfony.com/doc/current/mailer.html you could try the format smtp://user:pass@smtp.example.com:25, sendmail://default or also native://default to use the SMTP settings configured at the php.ini

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

2 participants