setting smtp protocol to empty
This commit is contained in:
parent
c16b2b795f
commit
97df428fd7
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
"metamta.reply-handler-domain" : "{{ phabricator_mail_domain }}",
|
||||
"metamta.mail-adapter" : "{{ "PhabricatorMailImplementationPHPMailerAdapter" if phabricator_mail_enabled else "PhabricatorMailImplementationTestAdapter"}}",
|
||||
"phpmailer.smtp-host" : "bastion.phx2.fedoraproject.org",
|
||||
"phpmailer.smtp-protocol" : "",
|
||||
"phabricator.uninstalled-applications" : {
|
||||
"PhabricatorApplicationPhame" : true,
|
||||
"PhabricatorApplicationDiviner" : true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue