Source for file Mail.php
Documentation is available at Mail.php
* Magentron EmailImages Extension
* @package Magentron_EmailImages
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Ensure images are attached only once.
* String representation for the context of the send() call.
* When using the same context, determining image URLs from email body
* and retrieving these will be cached.
* @param string $context Context to use.
* @return Zend_Mail Provides fluent interface.
* @return string Context in use.
* Overriden to attach images from HTML body, if any.
* @return Zend_Mail Provides fluent interface
* Magentron_EmailImages_Helper_Data,
public function send( $transport =
null )
Mage::helper('emailimages')->addImages($this, $this->_context);
return parent::send($transport);
Documentation generated on Fri, 09 Oct 2015 03:37:10 +0200 by phpDocumentor 1.4.4