0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 12:58:58 +02:00

Updated SMTP configuration (markdown)

Jeremy Lin 2021-02-26 20:07:30 -08:00
parent 0ccbd0e6db
commit 91046b0336

@ -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.
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/)