From 91046b03365d0a4f86b570b5fb517c3a04590168 Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Fri, 26 Feb 2021 20:07:30 -0800 Subject: [PATCH] Updated SMTP configuration (markdown) --- SMTP-configuration.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/SMTP-configuration.md b/SMTP-configuration.md index 8b23016..00b91dc 100644 --- a/SMTP-configuration.md +++ b/SMTP-configuration.md @@ -24,4 +24,13 @@ docker run -d --name bitwarden \ ... ``` -User invitation links are valid for 5 days, after which a new invitation will need to be sent. \ No newline at end of file +User invitation links are valid for 5 days, after which a new invitation will need to be sent. + +## SMTP servers + +Properly configuring an SMTP server/relay isn't trivial. The mailer library that bitwarden_rs 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): + +* [SendGrid](https://sendgrid.com/) +* [MailJet](https://www.mailjet.com/) \ No newline at end of file