Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:email_notification [2020/10/21 12:21] – [E-mail Notifications] twn72:email_notification [2020/10/21 13:01] – [E-mail Notifications] twn
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**