7 Commits

Author SHA1 Message Date
José Varela
67b51b7d44 Add support for AWS SES (#9625) 2021-11-08 17:35:05 -05:00
mooori
88b81908a4 fix default of env var EMAIL_MAILGUN_HOST (#7847)
nodemailer uses `dns.resolve()` for dns resolution as described [here](https://nodemailer.com/smtp/). Hence, `host` should not include a scheme.
2021-09-07 15:04:21 -04:00
Bernat Vadell
a9515109f8 smtp set tls ciphers option (#7082)
* smtp set tls ciphers option

* standarize tls config

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-08-06 18:44:45 +02:00
Rijk van Zanten
1713f0cbf2 Allow setting a custom mailgun host (#6804)
Fixes #6787
2021-07-15 01:28:50 +02:00
nichols-green
055cd331d9 Added support for nodemailer ignoreTLS option (#6216)
* added support for nodemailer ignoreTLS option

* update doc to show no default value
2021-06-11 12:48:22 -04:00
Rijk van Zanten
76a31ca020 Don't initialize mailer on startup (#6169)
* Fix m2m relationship not showing current col/pk

* Don't initialize mailer on first boot

Another step to serverless!
2021-06-09 17:31:50 -04:00
rijkvanzanten
1bbc8535a5 Move nodemailer setup to src root 2021-05-24 13:36:12 -04:00