Add default notification email
[MAILPOET-1522]
This commit is contained in:
@@ -68,6 +68,9 @@ class SendNewSubscriberNotification {
|
||||
if(!isset($settings['address'])) {
|
||||
return true;
|
||||
}
|
||||
if(empty(trim($settings['address']))) {
|
||||
return true;
|
||||
}
|
||||
return !(bool)$settings['enabled'];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user