mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Real-time mass-mailing support added.
This commit is contained in:
@@ -733,6 +733,7 @@ class e107MailManager
|
||||
}
|
||||
if ($email['mail_notify_complete'] & 2)
|
||||
{ // Do e107 notify
|
||||
require_once(e_HANDLER."notify_class.php");
|
||||
notify_maildone($message);
|
||||
}
|
||||
e107::getEvent()->trigger('maildone', $email);
|
||||
|
Reference in New Issue
Block a user