Problem:
Test email alerts do not send after Volicon Observer 7.2.4 upgrade.
Solution:
- Go to C:\Program Files (x86)\Apache Software Foundation\Apache2.4\htdocs\include
- Edit local.php with Notepad++
- Comment out line 4; $email_from = 'Alert Service <alerts@volicon.com>';
- Add on new line: $email_from = 'alerts@volicon.com';
- Add on new line: $email_fromName = 'Alert Service';
- Save and exit
Keywords:
Volicon Observer Upgrade 7.2.4 Email Alerts