mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Altered smtphosts and removed cronpassword
This commit is contained in:
parent
7f86ce17ba
commit
2569999130
@ -64,16 +64,11 @@ $CFG->theme = "standard";
|
|||||||
$CFG->lang = "en";
|
$CFG->lang = "en";
|
||||||
|
|
||||||
|
|
||||||
// Give the full name (eg mail.example.com) of an SMTP server that the
|
// Give the full names of local SMTP servers that Moodle should use to
|
||||||
// web server machine has access to (to send mail). You can specify
|
// send mail (eg "mail.a.com" or "mail.a.com;mail.b.com").
|
||||||
// more than one server like this: "mail1.example.com;mail2.example.com"
|
// If this is left empty (eg "") then Moodle will attempt to use PHP mail.
|
||||||
|
|
||||||
$CFG->smtphosts = "mail.example.com";
|
$CFG->smtphosts = "";
|
||||||
|
|
||||||
// Choose a password to be used by the cron script. This helps avoid
|
|
||||||
// any problems caused by someone spamming moodle/admin/cron.php
|
|
||||||
|
|
||||||
$CFG->cronpassword = "fr0o6y";
|
|
||||||
|
|
||||||
|
|
||||||
// You should not need to change anything else. To continue setting up
|
// You should not need to change anything else. To continue setting up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user