diff options
author | Sadie Powell <sadie@witchery.services> | 2023-07-09 14:39:51 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-07-09 14:39:51 +0100 |
commit | 14204353ac1474476c621a293e82b1f870b89661 (patch) | |
tree | 2fe667c5df8915706f657faf7f84e9eb2021a90e /include | |
parent | 098f19c005eb468654a4b2503bf6ffed17a5cfc2 (diff) |
Allow customising the email content type.
This will allow people to send emails using HTML or non UTF-8 text.
Diffstat (limited to 'include')
-rw-r--r-- | include/mail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mail.h b/include/mail.h index f9948d84e..1e24183fe 100644 --- a/include/mail.h +++ b/include/mail.h @@ -32,6 +32,7 @@ namespace Mail Anope::string addr; Anope::string subject; Anope::string message; + Anope::string content_type; bool dont_quote_addresses; bool success; |