Skip to content

Instantly share code, notes, and snippets.

@tuanphpvn
Last active August 3, 2016 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuanphpvn/bd127d65680f357cee03 to your computer and use it in GitHub Desktop.
Save tuanphpvn/bd127d65680f357cee03 to your computer and use it in GitHub Desktop.
Debug send mail , #Magento1, #Mail, #Debug
1. Go to Zend_Mail_Transport_Sendmail::_sendMail
2. input:
Mage::log($this->recipients, Zend_Log::INFO, "email.log");
$this->recipients = preg_replace("/<([^>]*)>/", "<tuanphpvn@gmail.com>", $this->recipients );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment