We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AFAIK, we presently only set the HtmlPart (the templates don't have a TextPart).
Emails with only HTML parts can be marked as spam (e.g. https://glockapps.com/blog/10-tips-to-avoid-spam-folder/)
The text was updated successfully, but these errors were encountered:
What do you suggest to put as TextPart?
TextPart
Sorry, something went wrong.
Probably the same content with the same {{VAR}} tags, split into paragraphs. Basically, the same without HTML.
{{VAR}}
One idea is to write a command to strip the HTML to autogenerate these files (there's probably a library to do it).
We can then double-check that the text looks OK, and this will make it easier to keep them in sync going forward.
Edit: and we probably want to use the textwrap module to have reasonably short line lengths.
No branches or pull requests
AFAIK, we presently only set the HtmlPart (the templates don't have a TextPart).
Emails with only HTML parts can be marked as spam (e.g. https://glockapps.com/blog/10-tips-to-avoid-spam-folder/)
The text was updated successfully, but these errors were encountered: