Mail Delivery SMTP Settings

How can you check if emails is being sent the smtp server specified in the .env file?

Note after sending an email a banner flashes across the screen that the message was sent successfully. However, the SMTP servers log files show no rejection or a delivery attempt. I also tried w/ my Gmail creds, same result.

Besides setting the smtp creds in the .env file is there anything else that needs to be done?

Thanks.

Hi,

You may need to load /update?secret= to refresh the cache after updating the .env.

There’s more info here: Free Source Available Invoicing, Expenses & Time-Tracking | Invoice Ninja

That did it. Thank you.

I had this issue

check the ENV file under smtp settings does it say log under the mail mailer. if it does change this to smtp

MAIL_MAILER=smtp

hope this helps