juntagrico / juntagrico

juntagrico is a management platform for community gardens and vegetable cooperatives.
https://juntagrico.org/
GNU Lesser General Public License v3.0
46 stars 26 forks source link

Improve delivery rate of sent emails #505

Open pascalfree opened 2 years ago

pascalfree commented 2 years ago

There is a number of things that spam filters look for and that should adjust in our outgoing emails to not trigger them. Some might not be needed, but here is what I found could help.

Sources:

motu55 commented 2 years ago

The important point fro me to keep in mind is to distinguish between documentation nescessary to install and run juntagrico and general devops stuff like how to configure my mail server, dns etc for the general devops stuff we might want to find a solution how to document it and pass it on to the members

pascalfree commented 2 years ago

One more point would be using individual emails with the TO field instead of one email with a big BCC.

This might help with the timeouts: https://pypi.org/project/django-mailer/

patrickuhlmann commented 2 years ago

We use Mailjet. It sends the emails reliably and the free plan allows sending of 6000 mails per month.