Ritakang0451 commented on issue #1704:
URL:
https://github.com/apache/incubator-linkis/issues/1704#issuecomment-1066122150
resolvent:
The mail sending node supports the sending method of spring JavaMail. You
need to complete the following steps:
Register a mailbox service that supports sending mail using SMTP, and obtain
information such as service port, user name and password.
Open linkis.com under the conf directory of linkis appjoint entry Properties
file.
Add the following configuration items, and fill in the specific values
according to the actual situation:
wds.dataworkis.appjoint.email.host={email_host}
wds.dataworkis.appjoint.email.port={email_port}
wds.dataworkis.appjoint.email.protocol=smtp
wds.dataworkis.appjoint.email.username={username}
wds.dataworkis.appjoint.email.password={password}
wds.dataworkis.appjoint.email.from.default={email_address}
Restart the linkis appjoint entry service.
Note: if you are using the 126 mailbox service, you need to change the
following configuration to false:
wds.dataworkis.appjoint.email.smtp.starttls.enable=false
wds.dataworkis.appjoint.email.smtp.starttls.required=false
In addition, please check whether the appjoint package of sendemail has been
compiled for deployment:
2. Under the DSS installation directory, enter DSS appjoins and check
whether there is sendemail directory 6
If not, you can extract the deployment after obtaining the installation
package at the following link: https://pan.baidu.com/s/1QlJT8JCZnzRvxsVktgcCpA
Extraction code: qwgb
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]