]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update config/config.sample.php
authorj-ed <juergen@eisfair.org>
Sat, 26 Jan 2013 11:04:06 +0000 (12:04 +0100)
committerj-ed <juergen@eisfair.org>
Sat, 26 Jan 2013 11:04:06 +0000 (12:04 +0100)
added parameter mail_smtpauthtype to set SMTP authentication type.

config/config.sample.php

index f26a53c1553dce8d33e35953d287624323067e75..6ac161d218855ee78dd1f2bda6272e7e8f55e468 100644 (file)
@@ -90,6 +90,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" => "",