You are here

public function EmailInterface::setBcc in Commerce Email 8

Sets the "BCC" address.

Parameters

string $bcc: The "BCC" address.

Return value

$this

1 method overrides EmailInterface::setBcc()
Email::setBcc in src/Entity/Email.php
Sets the "BCC" address.

File

src/Entity/EmailInterface.php, line 131

Class

EmailInterface
@todo Add CC and BCC (and support multiple). @todo Support a plain-text version of the body?

Namespace

Drupal\commerce_email\Entity

Code

public function setBcc($bcc);