From 30e9ade4dce82d2f1a55a05cc2e5fa205e2185d2 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 22 Sep 2023 19:26:58 +0100 Subject: [PATCH] Add release note about NOTIFICATIONS_EMAIL_ADDRESS --- release/0.3.1+v2.19.0 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 release/0.3.1+v2.19.0 diff --git a/release/0.3.1+v2.19.0 b/release/0.3.1+v2.19.0 new file mode 100644 index 0000000..2d282e3 --- /dev/null +++ b/release/0.3.1+v2.19.0 @@ -0,0 +1,9 @@ +Loomio seems to have added a new setting, NOTIFICATIONS_EMAIL_ADDRESS, to +define what address transactional emails should come from. + +If you don't set it, it will default to notifications@$MAIL_DOMAIN, which is +unlikely to work in many cases. + +If you find that transactional emails aren't working, try setting +NOTIFICATIONS_EMAIL_ADDRESS to the same value as SUPPORT_EMAIL, +HELPER_BOT_EMAIL, or SMTP_USERNAME.