-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow disabling text template generation #9
Labels
Comments
Thanks for the feedback! Will look into this. |
just curious, what are the text templates for? |
For providing a plain text version of the email for clients that cannot handle HTML formatting. |
Agree with making them optional 👍 |
I can add an option for this. Will try get to it eventually. Should be easy to implement. |
jfrolich
added a commit
that referenced
this issue
May 24, 2017
Add HTML only option to skip generating text templates (#9)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text template generation leaves quite a bit to be desired so we tend to write our own text templates manually.
For some reason, templates generated by smoothie are super slow with dialyzer.
It'd be great if we could disable text template generation so we could reduce the size of the template module and hopefully reduce the time it takes dialyzer to process the template module.
The text was updated successfully, but these errors were encountered: