Class Mage_Core_Model_Email_Info

Description

Email information model

Email message may contain addresses in any of these three fields: -To: Primary recipients -Cc: Carbon copy to secondary recipients and other interested parties -Bcc: Blind carbon copy to tertiary recipients who receive the message without anyone else (including the To, Cc, and Bcc recipients) seeing who the tertiary recipients are

Located in /Core/Model/Email/Info.php (line 39)

Varien_Object
   |
   --Mage_Core_Model_Email_Info
Variable Summary
array $_bccEmails
array $_bccNames
array $_toEmails
array $_toNames
Method Summary
Mage_Core_Model_Email_Info addBcc (string $email, [string|null $name = null])
Mage_Core_Model_Email_Info addTo (string $email, [string|null $name = null])
array getBccEmails ()
array getBccNames ()
array getToEmails ()
array getToNames ()
Variables
array $_bccEmails = array() (line 53)

Email list of "Bcc" recipients

  • access: protected
array $_bccNames = array() (line 46)

Name list of "Bcc" recipients

  • access: protected
array $_toEmails = array() (line 67)

Email list of "To" recipients

  • access: protected
array $_toNames = array() (line 60)

Name list of "To" recipients

  • access: protected
Methods
addBcc (line 77)

Add new "Bcc" recipient to current email

  • access: public
Mage_Core_Model_Email_Info addBcc (string $email, [string|null $name = null])
  • string $email
  • string|null $name
addTo (line 91)

Add new "To" recipient to current email

  • access: public
Mage_Core_Model_Email_Info addTo (string $email, [string|null $name = null])
  • string $email
  • string|null $name
getBccEmails (line 113)

Get the email list of "Bcc" recipients

  • access: public
array getBccEmails ()
getBccNames (line 103)

Get the name list of "Bcc" recipients

  • access: public
array getBccNames ()
getToEmails (line 133)

Get the email list of "To" recipients

  • access: public
array getToEmails ()
getToNames (line 123)

Get the name list of "To" recipients

  • access: public
array getToNames ()

Documentation generated on Fri, 11 Feb 2011 17:06:38 +0200 by phpDocumentor 1.4.3