From 667e3cab07a3d8c5b5ddddfed66a9b724f09530d Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Mon, 18 Oct 2021 16:52:37 +0200 Subject: [PATCH] add a few more snippets --- docs/configuration/smtp.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configuration/smtp.md b/docs/configuration/smtp.md index 14959d245..e5fa7b68a 100644 --- a/docs/configuration/smtp.md +++ b/docs/configuration/smtp.md @@ -57,3 +57,11 @@ The exception to this requirement is if you're running your mail server (or brid ### When are emails sent? Currently, emails are only sent to users to request email confirmation when a new account is created, or to serve password reset requests. More email functionality will probably be added later. + +### HTML versus Plaintext + +Emails are sent in HTML by default. At this point, there is no option to send emails in plaintext, but this is something that might be added later if there's enough demand for it. + +## Customization + +If you like, you can customize the templates that are used for generating emails. Follow the examples in `web/templates`.