Commit graph

5 commits

Author SHA1 Message Date
Jean-Baptiste Giraudeau
63963b6b19
Send smtp msg to recipients individualy instead of using BCC 2025-01-25 12:50:56 +01:00
Jean-Baptiste Giraudeau
d9deb29730
Implement remaining plumbing for sending stmp emails to subscribers 2025-01-25 12:50:53 +01:00
Stéphane Maniaci
83e0a57338
email: allow sending emails from EU Mailgun domains
The Mailgun API requires being told when a EU email domain is used[1]
so introduce a new `mailgun_europe` config parameter to indicate that.

[1]: https://github.com/mailgun/mailgun-go?tab=readme-ov-file#usage
2024-12-09 14:56:24 +01:00
Matt Baer
2fcd45819f Send subscription confirmation email through new email layer
(Untested)

Ref T905 T731
2024-10-24 16:08:43 -04:00
Matt Baer
d06077c432 Add basic email abstraction layer
(Untested.) This will allow us to send via any supported provider within
WriteFreely.

Ref T731 T905
2024-10-24 15:53:11 -04:00