orliesaurus / nodemailer-mailgun-transport

nodemailer is an amazing node module to send emails within any of your nodejs apps. This is the transport plugin that goes with nodemailer to send email using Mailgun 🔫
MIT License
880 stars 97 forks source link

Error: Error: Forbidden #105

Closed Ethan-Hill closed 3 years ago

Ethan-Hill commented 3 years ago

Im currently trying to send a email in html text and it seemed to work when i had only a few h1 tags but now when i try to put a full html document into the field it seems to give me the error Error: Error: Forbidden

You can find the html code im using here, code

Any ideas would be greatly appreciated!