Previous Page
_exception()

Solar_Mail_Message
addBcc()

Next Page
addCc()

addBcc()

public Solar_Mail_Message addBcc ( string $addr, string $name default NULL )

Adds a "Bcc:" address recipient.

Parameters

  • (string) $addr: The email address of the recipient.
  • (string) $name: The display-name for the recipient, if any.

Returns

  • (Solar_Mail_Message) This object.

Description

Adds a "Bcc:" address recipient.