Last active
August 3, 2016 14:52
-
-
Save tuanphpvn/bd127d65680f357cee03 to your computer and use it in GitHub Desktop.
Debug send mail , #Magento1, #Mail, #Debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Go to Zend_Mail_Transport_Sendmail::_sendMail | |
2. input: | |
Mage::log($this->recipients, Zend_Log::INFO, "email.log"); | |
$this->recipients = preg_replace("/<([^>]*)>/", "<[email protected]>", $this->recipients ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment