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
Last revisionBoth sides next revision
72:email_notification [2020/10/21 12:21] – [E-mail Notifications] twn72:email_notification [2021/08/23 11:28] – [E-mail Notifications] evt
Line 12: Line 12:
 <notification> <notification>
  <!-- URL of Stages server -->  <!-- URL of Stages server -->
- <serverurl>http://stages.example.com:8080</serverurl>+ <serverurl>http://stages.example.com:8080/stages</serverurl>
  
  <!-- hostname of SMTP server where e-mail can be delivered -->  <!-- hostname of SMTP server where e-mail can be delivered -->
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**