Repository: syncope
Updated Branches:
  refs/heads/2_0_X f350ccc16 -> 12d468e45
  refs/heads/master b88a7565f -> 13c046a29


[SYNCOPE-1180] Enumerating values for smtpProtocol


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/12d468e4
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/12d468e4
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/12d468e4

Branch: refs/heads/2_0_X
Commit: 12d468e45acc511588a9b67d7cb844c70ec773ba
Parents: f350ccc
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Tue Aug 1 09:28:28 2017 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Tue Aug 1 09:28:28 2017 +0200

----------------------------------------------------------------------
 .../systemadministration/emailconfiguration.adoc                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/12d468e4/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/emailconfiguration.adoc
----------------------------------------------------------------------
diff --git 
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/emailconfiguration.adoc
 
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/emailconfiguration.adoc
index 9787dc3..04cc6f0 100644
--- 
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/emailconfiguration.adoc
+++ 
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/emailconfiguration.adoc
@@ -25,7 +25,7 @@ The `mail.properties` file holds the configuration options to 
enable the effecti
 * `smtpPort` - the mail server port;
 * `smtpUser` - (optional) the username for the account at the mail host;
 * `smtpPassword` - (optional) the password for the account at the mail host;
-* `smtpProtocol` - the mail protocol;
+* `smtpProtocol` - the message transport protocol: `smtp` (default) and 
`smtps` are supported;
 * `smtpEncoding` - the default encoding to use for MIME messages;
 * `mail.smtp.starttls.enable` - when `true`, enable the use of the `STARTTLS` 
command to switch the connection to a
 TLS-protected connection before issuing any login commands;

Reply via email to