Avoid overriding the existing text/html MIME type by registering the MJML type as an alias.
This should address the issues brought up in #5, and also resolves an issue I've had with an uptime monitoring servicing making requests with an Accept: text/html header causing 500 errors in the application due to a "missing template":
Avoid overriding the existing text/html MIME type by registering the MJML type as an alias.
This should address the issues brought up in #5, and also resolves an issue I've had with an uptime monitoring servicing making requests with an
Accept: text/html
header causing 500 errors in the application due to a "missing template":