From: martin Date: Sun, 19 May 2002 03:51:01 +0000 (+0000) Subject: smtphost --> smtphosts X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4eccdb5d939feeb5699532fa8396a2930436d6ef;p=moodle.git smtphost --> smtphosts --- 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