Solar_Mail_Message::getRcpt()
public
array
Solar_Mail_Message::getRcpt
( string $type = NULL
)
Returns an array of all recipient addresses.
Parameters
(string)
$type
: The recipient type to return: 'to', 'cc', or 'bcc'. If empty (the default) will return all recipient addresses.
Returns
(array) A sequential array of recipient addresses.
Description
Returns an array of all recipient addresses.