Sending invoices via email does not work

Probably not the issue you are having but I had a problem with email delivery too, as they were being sent and never arriving. I found out that my spf settings in my DNS records needed modifying, as it wasn’t set up properly it was blocking delivery.
Maybe you can test your email score by using a site like the following - https://www.mail-tester.com
Copy the address, send an email to it and see what it says.

2 Likes

Thanks for the tip! It’s a good suggestion, we’ll add it to the new troubleshooting section of the docs.

https://invoiceninja.github.io/docs/self-host-troubleshooting/

1 Like

I finally have the mail working. The problem I think came from the configuration in the env file. I put all the configuration regarding the mail there and add “QUEUE_CONNECTION = database”.

Also, I ran “docker-compose exec app php artisan schedule: run > / dev / null 2> & 1“

1 Like