Class Mage_Core_Model_Email_Info
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
- Varien_Object
- Mage_Core_Model_Email_Info
Package: Mage\Core
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Core/Model/Email/Info.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Core/Model/Email/Info.php
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
protected
array
|
$_bccNames | array() |
#
Name list of "Bcc" recipients |
protected
array
|
$_bccEmails | array() |
#
Email list of "Bcc" recipients |
protected
array
|
$_toNames | array() |
#
Name list of "To" recipients |
protected
array
|
$_toEmails | array() |
#
Email list of "To" recipients |