Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages with attachments not converted #17

Open
sjoerdHME opened this issue Mar 3, 2017 · 1 comment
Open

Messages with attachments not converted #17

sjoerdHME opened this issue Mar 3, 2017 · 1 comment
Milestone

Comments

@sjoerdHME
Copy link

After adding a attachment the mimetype of the message is replaced by 'multipart/mixed'. In the CssInlinerPlugin class I've added

if (($message->getContentType() === 'text/html') || ($message->getContentType() === 'multipart/mixed')) ```

Can I just do that ?

@hkdobrev hkdobrev changed the title Messages with attachments nog converted Messages with attachments not converted Mar 29, 2018
@hkdobrev
Copy link
Contributor

hkdobrev commented Apr 5, 2018

I think this should be solved by the plugin by traversing the children parts of the message being sent.

@hkdobrev hkdobrev added this to the 0.6.0 milestone Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants