From e2d546ad46b339e71acf750d867ec8440f7bbd2c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 24 Nov 2023 13:24:42 +0000 Subject: [PATCH] Add a note about how to send emails on Windows. --- data/anope.example.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/anope.example.conf b/data/anope.example.conf index 9ce2805fd..118f2f2f5 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -953,6 +953,9 @@ mail * it. This one usually needs no parameters on the command-line. Most * sendmail applications (or replacements of it) require the -t option * to be used. + * + * 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"