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
and creating the buildpacks. This is the output of heroku buildpacks:
1. heroku/nodejs
2. heroku/ruby
It works great locally, but when trying to run it in heroku, it does not raise any error, it simply sends the email in mjml markup, without being interpreted.
Any leads about why the mjml markup is not translated into html in heroku?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
We've followed the instructions by:
gem 'mjml-rails'
bundle install
and creating the buildpacks. This is the output of
heroku buildpacks
:It works great locally, but when trying to run it in heroku, it does not raise any error, it simply sends the email in mjml markup, without being interpreted.
Any leads about why the mjml markup is not translated into html in heroku?
Thanks!
The text was updated successfully, but these errors were encountered: