]> git.mjollnir.org Git - moodle.git/commitdiff
smtphost --> smtphosts
authormartin <martin>
Sun, 19 May 2002 03:51:01 +0000 (03:51 +0000)
committermartin <martin>
Sun, 19 May 2002 03:51:01 +0000 (03:51 +0000)
config-dist.php

index 66365040c63a9b4a0110e82304cc5e4f23cddcdf..f0c5777f6acbfecc2999eef72f3a7498d5d1cd64 100644 (file)
@@ -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