mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 22:53:01 +02:00
Bouncing email notifications added on login. DKIM support added for outgoing mail. PHP Mailer upgraded to v5.2.8
This commit is contained in:
@@ -238,7 +238,7 @@ class notify
|
||||
$mailData = array(
|
||||
'mail_total_count' => count($recipients),
|
||||
'mail_content_status' => MAIL_STATUS_TEMP,
|
||||
'mail_create_app' => 'notify',
|
||||
'mail_create_app' => 'core',
|
||||
'mail_title' => 'NOTIFY',
|
||||
'mail_subject' => $subject,
|
||||
'mail_sender_email' => e107::getPref('replyto_email',$siteadminemail),
|
||||
|
Reference in New Issue
Block a user