chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

Add support to enable DKIM signature in email sending #987

Closed greenscientist closed 1 week ago

greenscientist commented 1 week ago

This add the necessary config to let nodemailer add a DKIM signature to sent email

We need 3 news environment variables: MAIL_TRANSPORT_DKIM_SELECTOR (Select which DKIM key to use) MAIL_TRANSPORT_DKIM_DOMAIN (Domain to select the key from) MAIL_TRANSPORT_DKIM_PRIVATE_PATH (File path to the DKIM private key)

greenscientist commented 1 week ago

Tested sending email with and without the new environment variable Also tested with invalid options

greenscientist commented 1 week ago

Exceptionnally I will merge the PR, to get it in prod before the weekend