You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/08/01 07:28:57 UTC

[1/2] syncope git commit: [SYNCOPE-1180] Enumerating values for smtpProtocol

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ò <il...@apache.org>
Authored: Tue Aug 1 09:28:28 2017 +0200
Committer: Francesco Chicchiriccò <il...@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;


[2/2] syncope git commit: [SYNCOPE-1180] Enumerating values for smtpProtocol

Posted by il...@apache.org.
[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ò <il...@apache.org>
Authored: Tue Aug 1 09:28:28 2017 +0200
Committer: Francesco Chicchiriccò <il...@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;