From ab44f596b74ebc71225ea19c268729b04bdbe4b2 Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Fri, 6 May 2022 04:18:40 -0700 Subject: [PATCH] Updated SMTP Configuration (markdown) --- SMTP-Configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SMTP-Configuration.md b/SMTP-Configuration.md index 11178e7..2560888 100644 --- a/SMTP-Configuration.md +++ b/SMTP-Configuration.md @@ -39,10 +39,11 @@ User invitation links are valid for 5 days, after which a new invitation will ne Properly configuring an SMTP server/relay isn't trivial. The mailer library that vaultwarden uses also isn't the easiest to troubleshoot. So unless you're particularly interested in setting this up yourself, it's probably easier to use an external service. -Here are a few services with a free tier that allows sending 100-200 emails per day (which is plenty for most use cases): +Here are a few services with a free tier that supports most use cases: -* [SendGrid](https://sendgrid.com/) -* [MailJet](https://www.mailjet.com/) +* [SendGrid](https://sendgrid.com/) (100 emails per day) +* [MailJet](https://www.mailjet.com/) (200 emails per day) +* [SMTP2GO](https://www.smtp2go.com/) (1000 emails per month) ## Here some sane defaults for well known services