benadida / helios-server

Helios server
http://heliosvoting.org
Apache License 2.0
721 stars 343 forks source link

feat: allow sending email directly via mailgun API as an option #325

Closed benadida closed 2 years ago

benadida commented 2 years ago

This does not require the use of Mailgun, but if using mailgun, this allows emails to be sent via HTTP API, rather than SMTP.

For large scale emails, using an API can be a lot more efficient than SMTP.