You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending emails (after all, that's what MJML is all about) that contain images, it is often helpful or even necessary to attach images to the emails – that way, you can ensure emails are rendered correctly, without blocking access to "external" resources in the mail client.
I understand that this currently out of scope for this bundle, since all it does it to provide a way to apply the MJML -> HTML transformation for Twig templates, and also the existing integration/plugin/support for SwiftMailer has been deprecated.
However, the problem seems to be closely related to MJML processing and the use case should make sense for most of the people using this bundle.
The downside is that supporting it would mean that not only the MJML/HTML would have to be processed, but also some kind of integration with the mailer system used (SwiftMailer, Symfony Mailer, ...?) would be necessary to support attachments to the messages.
What do you think – would you be open for proposals or contributions in this regard, and have you (as the maintainer) faced this problem before?
The text was updated successfully, but these errors were encountered:
When sending emails (after all, that's what MJML is all about) that contain images, it is often helpful or even necessary to attach images to the emails – that way, you can ensure emails are rendered correctly, without blocking access to "external" resources in the mail client.
I understand that this currently out of scope for this bundle, since all it does it to provide a way to apply the MJML -> HTML transformation for Twig templates, and also the existing integration/plugin/support for SwiftMailer has been deprecated.
However, the problem seems to be closely related to MJML processing and the use case should make sense for most of the people using this bundle.
The downside is that supporting it would mean that not only the MJML/HTML would have to be processed, but also some kind of integration with the mailer system used (SwiftMailer, Symfony Mailer, ...?) would be necessary to support attachments to the messages.
What do you think – would you be open for proposals or contributions in this regard, and have you (as the maintainer) faced this problem before?
The text was updated successfully, but these errors were encountered: