Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
72:email_notification [2020/10/21 12:21] Thomas Weinlein [E-mail Notifications] |
72:email_notification [2020/10/21 13:01] (current) Thomas Weinlein [E-mail Notifications] |
||
---|---|---|---|
Line 30: | Line 30: | ||
</code> | </code> | ||
- | To use encrytped communication with the mail server via STARTTLS add the following JAVA_OPTS to config.bat on Windows or rc.conf on Linux installations.\\ | + | To use encrytped communication with the mail server via STARTTLS please proceed as follows: |
- | ''-Dmail.smtp.port=587 -Dmail.smtp.starttls.enable=true'' | + | |
+ | * Windows: | ||
+ | * Open file "<Stages installation path>\stages\config.bat" | ||
+ | * Add the red colored setting to the line: //set JAVA_OPTS=<font inherit/inherit;;#e74c3c;;inherit>-Dmail.smtp.port=587 -Dmail.smtp.starttls.enable=true</font>// | ||
+ | * Open a cmd with administrative permissions and navigate to folder "<Stages installation path>\stages\bin" | ||
+ | * Reinstall the Stages service: **reinstallService.bat** | ||
+ | * Restart Stages service: **net start stages** | ||
+ | * Linux: | ||
+ | * Open file "<Stages installation path>/stages/bin/rc.conf" | ||
+ | * Add the red colored seeting to the line: //CONF_JAVA_OPTS=<font inherit/inherit;;#e74c3c;;inherit>-Dmail.smtp.port=587 -Dmail.smtp.starttls.enable=true</font>// | ||
+ | * Restart the Stages service:** stages restart** | ||