[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/13c046a2
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/13c046a2
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/13c046a2

Branch: refs/heads/master
Commit: 13c046a29287b814c68b6620963bc850c9ce6f6c
Parents: b88a756
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:48 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/13c046a2/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