mailgun.js
mailgun.js copied to clipboard
Escape HTML
This is not an issue but there was not discussions on the repo.
Just would like to know if html is already escaped when using mailgun.message.create(...html:"<HTML..">)
. or if we must first escape before passing to function.
Thanks