Skip to content

Commit

Permalink
Merge pull request nextcloud#328 from nextcloud/kill-multiple-smtp
Browse files Browse the repository at this point in the history
Remove documentation about multiple smtp hosts
  • Loading branch information
MorrisJobke committed Jan 26, 2017
2 parents 12a032c + 130dbc4 commit 65c553c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions admin_manual/configuration_server/email_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,14 @@ If you want to send email using a local or remote SMTP server it is necessary
to enter the name or IP address of the server, optionally followed by a colon
separated port number, e.g. **:425**. If this value is not given the default
port 25/tcp will be used unless you change that by modifying the
**mail_smtpport** parameter. Multiple servers can be entered, separated by
semicolons:
**mail_smtpport** parameter.

::

<?php

"mail_smtpmode" => "smtp",
"mail_smtphost" => "smtp-1.server.dom;smtp-2.server.dom:425",
"mail_smtpport" => 25,
"mail_smtphost" => "smtp.server.dom:425",

or

Expand Down

0 comments on commit 65c553c

Please sign in to comment.