summaryrefslogtreecommitdiff
path: root/include/mail.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-07-09 14:39:51 +0100
committerSadie Powell <sadie@witchery.services>2023-07-09 14:39:51 +0100
commit14204353ac1474476c621a293e82b1f870b89661 (patch)
tree2fe667c5df8915706f657faf7f84e9eb2021a90e /include/mail.h
parent098f19c005eb468654a4b2503bf6ffed17a5cfc2 (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/mail.h')
-rw-r--r--include/mail.h1
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;