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
e96e657430
Fix copyright notices with wrong company name
2023-09-25 19:07:06 -04:00
Matt Baer
dcc6f036c6
Clean up commented-out code
2023-09-25 15:31:31 -04:00
Matt Baer
d7d44cb4e1
Catch subscription confirmation email errors
2023-09-25 15:31:10 -04:00
Matt Baer
cc75be1eb5
Rename Letters [letters] config section to Email [email]
2023-09-25 14:26:41 -04:00
Matt Baer
c3ae4e6d3c
Remove blog name in newsletter email subject
...
Originally requested on the forum:
https://discuss.write.as/t/minimize-subject-of-email-updates/3881
2022-03-29 13:00:53 -04:00
Matt Baer
fc8e209def
Strip Markdown from Letter subjects
...
Ref T856
2021-08-10 18:05:24 -04:00
Matt Baer
e963755393
Set 'To' addresses on Letter email after message is prepared
...
This works with mailgun.AddRecipientAndVariables, so we can safely send
emails to a large number of recipients beyond Mailgun's 1,000-recipient
limit.
Ref T856
2021-08-10 18:01:19 -04:00
Matt Baer
2ea235f0c4
Support email subscriptions (base)
...
This adds beginning email subscription functionality, with only MySQL support,
Mailgun support, and incomplete support for private instances. It includes
database changes, so run:
writefreely db migrate
to use this feature.
Ref T856
2021-06-21 18:24:40 -04:00