You are here

public function EmailInterface::setCc in Commerce Email 8

Sets the "CC" address.

Parameters

string $cc: The "CC" address.

Return value

$this

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

File

src/Entity/EmailInterface.php, line 113

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 setCc($cc);