Class Magentron_EmailImages_Model_Mail

Description

Magentron EmailImages Extension

Located in /Magentron/EmailImages/Model/Mail.php (line 11)

Zend_Mail
   |
   --Magentron_EmailImages_Model_Mail
Variable Summary
string $_context
Method Summary
string getContext ()
Zend_Mail setContext (string $context)
Variables
string $_context = null (line 25)

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.

  • access: protected
boolean $_hasAddedImages = false (line 17)

Ensure images are attached only once.

  • access: protected
Methods
getContext (line 50)

Get context

string getContext ()
send (line 66)

Overriden to attach images from HTML body, if any.

Zend_Mail send ([Zend_Mail_Transport_Abstract $transport = null])
setContext (line 36)

Set context

Zend_Mail setContext (string $context)
  • string $context: Context to use.

Documentation generated on Fri, 09 Oct 2015 03:37:10 +0200 by phpDocumentor 1.4.4