From 4eccdb5d939feeb5699532fa8396a2930436d6ef Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 19 May 2002 03:51:01 +0000 Subject: [PATCH] smtphost --> smtphosts --- config-dist.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config-dist.php b/config-dist.php index 66365040c6..f0c5777f6a 100644 --- a/config-dist.php +++ b/config-dist.php @@ -65,9 +65,10 @@ $CFG->lang = "en"; // Give the full name (eg mail.example.com) of an SMTP server that the -// web server machine has access to (to send mail). +// web server machine has access to (to send mail). You can specify +// more than one server like this: "mail1.example.com;mail2.example.com" -$CFG->smtphost = "mail.example.com"; +$CFG->smtphosts = "mail.example.com"; // You should not need to change anything else. To continue setting up -- 2.39.5