mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
f6c9a3a6a3
@ -60,6 +60,8 @@ class GmailTransport extends Transport
|
||||
$this->gmail->message($message->getBody());
|
||||
|
||||
$this->gmail->cc($message->getCc());
|
||||
|
||||
if(is_array($message->getBcc()))
|
||||
$this->gmail->bcc(array_keys($message->getBcc()));
|
||||
|
||||
foreach ($message->getChildren() as $child)
|
||||
|
Loading…
x
Reference in New Issue
Block a user