tuxgasy/docker-dolibarr

[MAIL] sendmail is not installed

Opened this issue · 1 comments

Good morning,

For the emails to work I have to install and then manually start sendmail with:

apt-get update && apt-get install -y sendmail && service sendmail start

Do you have another solution?

Thanks

You can use any SMTP account to send e-mail or you can use transactional e-mail services (Sendgrid, Mailgun, ...).
Dolibarr is ready to send e-mail using SMTP

This is the best solutions to send valid e-mail (DKIM, SPF, DMARC), which is required to avoid being considered as SPAM.