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
76:email_notification [2021/02/22 11:39] twn76:email_notification [2022/09/22 09:47] – [E-mail Notifications] evt
Line 7: Line 7:
 Before using this notification service, a few configuration parameters must be set in the ''<STAGESHOME>/conf/config.xml'' configuration file. Before using this notification service, a few configuration parameters must be set in the ''<STAGESHOME>/conf/config.xml'' configuration file.
  
-Example: (STARTTLS)<code>+Example: (STARTTLS)
  
 +<code>
 <notification> <notification>
  <!-- URL of Stages server -->  <!-- URL of Stages server -->
- <serverurl>https://stages.example.com</serverurl>+ <serverurl>https://stages.example.com/stages</serverurl>
  
  <!-- hostname of SMTP server where e-mail can be delivered -->  <!-- hostname of SMTP server where e-mail can be delivered -->
Line 38: Line 39:
 <notification> <notification>
  <!-- URL of Stages server -->  <!-- URL of Stages server -->
- <serverurl>https://stages.example.com</serverurl>+ <serverurl>https://stages.example.com/stages</serverurl>
  
  <!-- hostname of SMTP server where e-mail can be delivered -->  <!-- hostname of SMTP server where e-mail can be delivered -->