Swift_Mime_CharsetObserver | --Swift_Mime_MimeEntity | --Swift_Mime_Message
Located in File: /vendors/swiftMailer/classes/Swift/Mime/Message.php
This method always returns an associative array, whereby the keys provide the actual email addresses.
This method always returns an associative array, whereby the keys provide the actual email addresses.
This method always returns an associative array where the keys are the addresses.
This method always returns an associative array where the keys provide the email addresses.
This has a higher significance than the From address.
This method always returns an associative array, whereby the keys provide the actual email addresses.
Recipients set in this field will receive a 'blind-carbon-copy' of this message.
In other words, they will get the message, but any other recipients of the message will have no such knowledge of their receipt of it.
Recipients set in this field will receive a 'carbon-copy' of this message.
It is permissible for multiple From addresses to be set using an array.
If multiple From addresses are used, you SHOULD set the Sender address and according to RFC 2822, MUST set the sender address.
An array can be used if display names are to be provided: i.e. array('email@address.com' => 'Real Name').
If the second parameter is provided and the first is a string, then $name is associated with the address.
Any replies from the receiver will be sent to this address.
It is permissible for multiple reply-to addresses to be set using an array.
This method has the same synopsis as setFrom() and setTo().
If the second parameter is provided and the first is a string, then $name is associated with the address.
If multiple addresses are present in the From field, this SHOULD be set.
According to RFC 2822 it is a requirement when there are multiple From addresses, but Swift itself does not require it directly.
An associative array (with one element!) can be used to provide a display- name: i.e. array('email@address' => 'Real Name').
If the second parameter is provided and the first is a string, then $name is associated with the address.
Recipients set in this field will receive a copy of this message.
This method has the same synopsis as setFrom() and setCc().
If the second parameter is provided and the first is a string, then $name is associated with the address.