diff options
-rw-r--r-- | data/anope.example.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" |