diff options
author | Sadie Powell <sadie@witchery.services> | 2023-11-24 13:24:42 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-11-24 13:24:42 +0000 |
commit | e2d546ad46b339e71acf750d867ec8440f7bbd2c (patch) | |
tree | c33b855107bbbd584e28f09df537f6dbbb579bfe | |
parent | 949176c3e0ef746077df83d66efbc972ddc1fc80 (diff) |
Add a note about how to send emails on Windows.
-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" |