Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:email_notification [2018/09/27 18:20] – [E-mail Notifications] emr72:email_notification [2020/10/21 13:01] – [E-mail Notifications] twn
Line 27: Line 27:
  
 </notification> </notification>
 +
 </code> </code>
 +
 +To use encrytped communication with the mail server via STARTTLS please proceed as follows:
 +
 +  * 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**