Configuring Event Mail Notification
Configuration is managed through a single XML file that contains all essential settings. This approach is clear, easy to customize, and suitable for various environments.
Structure of the XML File
The file includes several sections:
- SMTP: Server, port, username, password, and encryption (SSL/TLS).
- Recipients: Primary and CC addresses for notifications.
- License: Serial number for activation.
- Timer: Interval for event monitoring.
Adjusting Settings
Open EventMailNotification.config in a text editor and modify values as needed:
XML
<smtpserver>smtp.example.com</smtpserver>
<smtpport>465</smtpport>
<smtpuser>
<smtppassword>securepassword</smtppassword>
Save the file—the service automatically applies the changes after restart of service.
License and Activation
Enter the serial number in the <activation> section. After saving, the service validates the license and activates the software online.
Best Practices
- Use strong passwords.
- Test SMTP connectivity before production use.
- Keep the file updated, especially after upgrades.
Note: No system restart is required; the service reloads the configuration on startup.