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

Allow setting of plain text content on Order Status emails #1106

Closed
nfourtythree opened this issue Nov 1, 2019 · 0 comments
Closed

Allow setting of plain text content on Order Status emails #1106

nfourtythree opened this issue Nov 1, 2019 · 0 comments
Assignees
Labels
📬 emails 💡 enhancement Ideas and suggestions
Milestone

Comments

@nfourtythree
Copy link
Contributor

At the moment only setHtmlBody is called. We should provide a way of setting the plain text version of the email using setTextBody.

The only way to achieve this currently is by using the EVENT_BEFORE_SEND_MAIL method to add it with some custom business logic.

@nfourtythree nfourtythree added 💡 enhancement Ideas and suggestions 📬 emails labels Nov 1, 2019
@nfourtythree nfourtythree added this to the 3.0 milestone Nov 1, 2019
nfourtythree added a commit that referenced this issue Nov 13, 2019
Ability to set plain text template for emails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📬 emails 💡 enhancement Ideas and suggestions
Projects
None yet
Development

No branches or pull requests

2 participants