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