invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
392 stars 255 forks source link

Email not working after install #240

Closed cccaballero closed 3 years ago

cccaballero commented 3 years ago

Hi, I have just installed invoiceninja5 using the dockerfiles, and in the invoiceninja setup, when testing email everything works fine, but after install, sending emails starts to throw errors. I think that for some reason my email settings were not applied and I can't find how can I check and update the email settings.

turbo124 commented 3 years ago

@cccaballero are you able to add your mail config variables into your docker-compose.yml file and then down / up the container.

cccaballero commented 3 years ago

@turbo124 Yes, is working fine after setting the environment variables. Thanks!!