mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-02 22:57:33 -05:00 
			
		
		
		
	
						commit
						f6c9a3a6a3
					
				@ -60,6 +60,8 @@ class GmailTransport extends Transport
 | 
				
			|||||||
        $this->gmail->message($message->getBody());
 | 
					        $this->gmail->message($message->getBody());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $this->gmail->cc($message->getCc());
 | 
					        $this->gmail->cc($message->getCc());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if(is_array($message->getBcc()))
 | 
				
			||||||
            $this->gmail->bcc(array_keys($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