From 5123ff96cf9d58c4ab958d74ace16006db08f686 Mon Sep 17 00:00:00 2001 From: PhilippRenner Date: Thu, 30 Nov 2023 22:19:01 +0100 Subject: [PATCH] Update INSTALL-email.md (#24481) added a gdpr compliant smtp provider --- docs/INSTALL-email.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/INSTALL-email.md b/docs/INSTALL-email.md index 67902906163..194054a595f 100644 --- a/docs/INSTALL-email.md +++ b/docs/INSTALL-email.md @@ -10,6 +10,12 @@ _The pricing information is included as a courtesy, and may be out of date. Disc Enter these values when prompted by `./discourse-setup` per the [install guide](https://github.com/discourse/discourse/blob/main/docs/INSTALL-cloud.md#edit-discourse-configuration). To change the current email service, run `./discourse-setup` as well (this will bring the forum offline for a few minutes while it gets rebuilt). +#### [Brevo, previously SendInBlue, GDPR][sb] — 9,000 email per month free + + SMTP server address? smtp.sendinblue.com + SMTP user name? [SMTP credentials for your domain under domains tab] + SMTP password? [SMTP credentials for your domain under domains tab] + #### [Mailgun][gun] — 5k emails/month on a 3 month trial SMTP server address? smtp.mailgun.org @@ -44,6 +50,7 @@ NOTE: By default, Elastic Email will add an additional UNSUBSCRIBE link at the b [ee]: https://elasticemail.com [jet]: https://www.mailjet.com/pricing [gun]: https://www.mailgun.com/ + [sb]: https://www.brevo.com/products/transactional-email/ [sg]: https://sendgrid.com/ [sg2]: https://sendgrid.com/docs/Classroom/Send/How_Emails_Are_Sent/api_keys.html