Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 76:email_notification [2020/10/26 15:45] – created twn | 76:email_notification [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== E-mail Notifications ====== | ====== E-mail Notifications ====== | ||
| - | The Stages e-mail notification service informs Stages users about new news application entries and the assignment of new roles. Also Stages | + | The Stages e-mail notification service informs Stages users about Process Release tasks. A Stages |
| Before using this notification service, a few configuration parameters must be set in the ''< | Before using this notification service, a few configuration parameters must be set in the ''< | ||
| - | Example:< | + | Example: |
| + | |||
| + | < | ||
| < | < | ||
| < | < | ||
| - | < | + | < |
| < | < | ||
| < | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| < | < | ||
| Line 25: | Line 31: | ||
| </ | </ | ||
| - | |||
| </ | </ | ||
| - | To use encrytped communication with the mail server via STARTTLS please proceed as follows: | + | Example: (SMTPS) |
| - | * Windows: | + | < |
| - | * Open file "< | + | <notification> |
| - | * Add the red colored setting to the line: //set JAVA_OPTS=-Dmail.smtp.port=587 | + | < |
| - | * Open a cmd with administrative permissions and navigate to folder "<Stages installation path>\stages\bin" | + | < |
| - | * Reinstall | + | |
| - | * Restart Stages service: **net start stages** | + | <!-- hostname of SMTP server where e-mail can be delivered --> |
| - | * Linux: | + | < |
| - | * Open file "< | + | < |
| - | * Add the red colored seeting to the line: // | + | < |
| - | * Restart the Stages service:** stages restart** | + | <!-- use smtps (SSL); optional; default: smtp --> |
| + | < | ||
| + | |||
| + | < | ||
| + | < | ||
| + | |||
| + | < | ||
| + | <sender>Stages | ||
| + | |||
| + | <!-- interval for " | ||
| + | < | ||
| + | |||
| + | </notification> | ||
| + | |||
| + | </ | ||