You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/03/13 15:12:04 UTC

[GitHub] [incubator-linkis] Ritakang0451 opened a new issue #1704: Use mail sending node

Ritakang0451 opened a new issue #1704:
URL: https://github.com/apache/incubator-linkis/issues/1704


   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-commons
   
   ### What happened + What you expected to happen
   
   Use mail sending node
   
   ### Relevent platform
   
   .
   
   ### Reproduction script
   
   .
   
   ### Anything else
   
   This question comes from the QA documentation of the Linkis community
   
   
   
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] Ritakang0451 commented on issue #1704: Use mail sending node

Posted by GitBox <gi...@apache.org>.
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] Ritakang0451 closed issue #1704: Use mail sending node

Posted by GitBox <gi...@apache.org>.
Ritakang0451 closed issue #1704:
URL: https://github.com/apache/incubator-linkis/issues/1704


   


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org