Working on gmail BCC

This commit is contained in:
David Bomba 2021-06-17 23:13:49 +10:00
parent ddc71b6971
commit 9efc561fc8

View File

@ -46,6 +46,8 @@ class GmailTransport extends Transport
$this->gmail = null; $this->gmail = null;
$this->gmail = new Mail; $this->gmail = new Mail;
nlog($message->getBcc());
/*We should nest the token in the message and then discard it as needed*/ /*We should nest the token in the message and then discard it as needed*/
$token = $message->getHeaders()->get('GmailToken')->getValue(); $token = $message->getHeaders()->get('GmailToken')->getValue();