summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-11-24 13:24:42 +0000
committerSadie Powell <sadie@witchery.services>2023-11-24 13:24:42 +0000
commite2d546ad46b339e71acf750d867ec8440f7bbd2c (patch)
treec33b855107bbbd584e28f09df537f6dbbb579bfe
parent949176c3e0ef746077df83d66efbc972ddc1fc80 (diff)
Add a note about how to send emails on Windows.
-rw-r--r--data/anope.example.conf3
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"