ASTPP notification email issue fix
By Ignat Kononov on 2021-05-31
Contents
The issue is described in this document: https://docs.switzernet.com/3/public/210402-notification-emails-on-ASTPP/
In /opt/ASTPP/web_interface/astpp/application/libraries/astpp/common.php str 1311-1312
Change:
Instead:
$accountinfo['email']=(isset($accountinfo['notification_email']) && $accountinfo['notification_email'] != '')?$accountinfo['notification_email'] : $accountinfo['email'];
Empty field 'notification_email':
Sent message:
Non-empty field ‘notification_email’:
Sent message:
***
© 4z.com