diff options
author | Sadie Powell <sadie@witchery.services> | 2023-07-11 12:28:51 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-07-11 12:28:54 +0100 |
commit | aa619f1eebf23cffefc1d7a1b713a4340508a2d3 (patch) | |
tree | a54009db81e4b56d0407d7d2e785176548b5a301 /data | |
parent | b7458c5da1dc952a29c39fc7c72cbde44ace004f (diff) | |
parent | e717ac0a89273b7eb50001b4374f3dda2934cd3a (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 79bee85ec..f2fe66837 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -984,6 +984,14 @@ mail #dontquoteaddresses = yes /* + * The content type to use when sending emails. + * + * This directive is optional, and is generally only needed if you want to + * use HTML or non UTF-8 text in your services emails. + */ + #content_type = "text/plain; charset=UTF-8" + + /* * The subject and message of emails sent to users when they register accounts. * * Available tokens for this template are: |