This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 46e30b1  Add mail server configuration description information (#2143)
46e30b1 is described below

commit 46e30b1e50727bba7a553baf64e32bb07de14478
Author: t1mon <[email protected]>
AuthorDate: Thu Mar 12 17:50:37 2020 +0800

    Add mail server configuration description information (#2143)
    
    * Add mail server configuration description information
    
    * Remove mail server configuration note in alert.properties
---
 dolphinscheduler-alert/src/main/resources/alert.properties | 1 -
 install.sh                                                 | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dolphinscheduler-alert/src/main/resources/alert.properties 
b/dolphinscheduler-alert/src/main/resources/alert.properties
index 000d065..9f5acea 100644
--- a/dolphinscheduler-alert/src/main/resources/alert.properties
+++ b/dolphinscheduler-alert/src/main/resources/alert.properties
@@ -28,7 +28,6 @@ mail.server.port=25
 [email protected]
 [email protected]
 mail.passwd=111111
-
 # TLS
 mail.smtp.starttls.enable=true
 # SSL
diff --git a/install.sh b/install.sh
index 8735543..ed66ce5 100644
--- a/install.sh
+++ b/install.sh
@@ -109,6 +109,7 @@ mailProtocol="SMTP"
 mailServerHost="smtp.exmail.qq.com"
 
 # mail server port
+# note: Different protocols and encryption methods correspond to different 
ports, when SSL/TLS is enabled, make sure the port is correct.
 mailServerPort="25"
 
 # sender
@@ -118,6 +119,7 @@ mailSender="xxxxxxxxxx"
 mailUser="xxxxxxxxxx"
 
 # sender password
+# note: The mail.passwd is email service authorization code, not the email 
login password.
 mailPassword="xxxxxxxxxx"
 
 # TLS mail protocol support

Reply via email to