mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-07 14:34:36 -04: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("trying to attach");
|
||||||
nlog($child->getContentType());
|
nlog($child->getContentType());
|
||||||
|
|
||||||
if($child->getContentType() == 'multipart/related')
|
if($child->getContentType() != 'text/plain')
|
||||||
$this->gmail->attach($child);
|
$this->gmail->attach($child);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user