Pimcore\Model\Document\Email::setBcc PHP Method

setBcc() public method

Sets the blind carbon copy receivers (multiple receivers should be separated with a ",")
public setBcc ( string $bcc )
$bcc string
    public function setBcc($bcc)
    {
        $this->bcc = $bcc;
        return $this;
    }