You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
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?
@chriskapp Thank you for the quick response. I use this format APP_MAILER="smtp://mysmtp%40mydomain.com:[email protected]: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.
ok, so internally we use the Symfony Mailer component s. https://symfony.com/doc/current/mailer.html you could try the format smtp://user:[email protected]:25, sendmail://default or also native://default to use the SMTP settings configured at the php.ini
@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.
The text was updated successfully, but these errors were encountered: