Logicify / mautic-advanced-templates-bundle

Plugin extends default email template capabilities with TWIG block so you can use advanced scripting techniques like conditions, loops etc
https://logicify.com/?utm_source=github&utm_campaign=mautic-templates&utm_medium=opensource
MIT License
86 stars 57 forks source link

Create plain text from template if not already set #5

Closed pjeby closed 5 years ago

pjeby commented 5 years ago

If an email doesn't already have a non-blank plaintext version, this PR automatically generates one from the templated content, ensuring that the plaintext content matches the HTML content, including any dynamically generated text, conditional blocks, etc.