mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on gmail BCC
This commit is contained in:
parent
ddc71b6971
commit
9efc561fc8
@ -46,6 +46,8 @@ class GmailTransport extends Transport
|
||||
$this->gmail = null;
|
||||
$this->gmail = new Mail;
|
||||
|
||||
nlog($message->getBcc());
|
||||
|
||||
/*We should nest the token in the message and then discard it as needed*/
|
||||
$token = $message->getHeaders()->get('GmailToken')->getValue();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user