Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-01-28 13:42:46 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-01-28 13:42:46 +0400
commit857b15db3739fe8fbbad4df0f10e9b48ba1f90c2 (patch)
tree02e5e380b755127bfeb0cc13e0603c247d433d20 /config
parent31d83fddc482959d7fb4f7377cc7020c59c30951 (diff)
parent93834b78a13814e8b799126285a70f3303d04fea (diff)
Merge pull request #1318 from j-ed/master
added parameter mail_smtpauthtype to set SMTP authentication type.
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 51373327f44..78d513c7f23 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -92,6 +92,10 @@ $CONFIG = array(
*/
"mail_smtpauth" => false,
+/* authentication type needed to send mail, depends on mail_smtpmode if this is used
+ * Can be LOGIN (default), PLAIN or NTLM */
+"mail_smtpauthtype" => "LOGIN",
+
/* Username to use for sendmail mail, depends on mail_smtpauth if this is used */
"mail_smtpname" => "",