If you prefer not to touch the class.phpmailer.php file, you could edit /includes/functions/functions_email.php , around line 336 (circa ZC v1.5.4),
inserting something like the highlighted code below:
Code:$ErrorInfo = ''; $mail->Hostname = preg_replace('~(^https?://|\/.*$)~', '', defined('HTTP_CATALOG_SERVER') ? HTTP_CATALOG_SERVER : HTTP_SERVER); $zco_notifier->notify('NOTIFY_EMAIL_READY_TO_SEND', array($mail), $mail);


Reply With Quote
