apioo / fusio

Open source API management platform

Home Page:https://www.fusio-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

yeyenpamula opened this issue · comments

@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

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

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