mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 07:56:14 -06:00
add a few more snippets
This commit is contained in:
parent
478ddc70ae
commit
667e3cab07
1 changed files with 8 additions and 0 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue