mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
Merge pull request #4871 from turbo124/v5-develop
Tuning mime types for attachments
This commit is contained in:
commit
00954067d0
@ -64,7 +64,7 @@ class GmailTransport extends Transport
|
||||
nlog("trying to attach");
|
||||
nlog($child->getContentType());
|
||||
|
||||
if($child->getContentType() == 'multipart/related')
|
||||
if($child->getContentType() != 'text/plain')
|
||||
$this->gmail->attach($child);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user