Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added SMTP authentication for email delivery
[moodle.git]
/
lib
/
defaults.php
diff --git
a/lib/defaults.php
b/lib/defaults.php
index
602d212
..
f42d2f1
100644
(file)
--- a/
lib/defaults.php
+++ b/
lib/defaults.php
@@
-10,6
+10,8
@@
"locale" => "en",
"auth" => "email",
"smtphosts" => "",
+ "smtpuser" => "",
+ "smtppass" => "",
"gdversion" => 1,
"longtimenosee" => 100,
"zip" => "/usr/bin/zip",