summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-18 11:57:08 +0000
committerSadie Powell <sadie@witchery.services>2024-03-18 12:34:34 +0000
commit60083834f802456382ffc63f0c908db3e2676feb (patch)
treef07b0cdf282812731c35cbaf45278d318ef6a70e /data
parent9ac4da0489ee70b2d18daca8c359b468ad28ed49 (diff)
Improve sending email.
- Use consistent line endings as expected by the email spec. - Don't require admins to escape . at the start of lines. - Log the reason why sending email fails.
Diffstat (limited to 'data')
-rw-r--r--data/anope.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf
index 6198c9776..f0e80597b 100644
--- a/data/anope.example.conf
+++ b/data/anope.example.conf
@@ -950,7 +950,7 @@ mail
* If you are running on Windows you should use a Windows sendmail port
* like https://www.glob.com.au/sendmail/ for sending emails.
*/
- sendmailpath = "/usr/sbin/sendmail -t"
+ sendmailpath = "/usr/sbin/sendmail -it"
/*
* This is the email address from which all the emails are to be sent from.