going to github/DO’s hacktoberfest thing today. i do many things for shirts.
resources
https://github.com/sendgrid/sendgrid-nodejs/issues/463
Deploy SendGrid mail to Heroku
We are thrilled you are ready to deploy your SendGridified app! Here are step by step instructions (assuming you have a NodeJS app running on localhost tracked by git):
heroku create(you may need to have yourheroku loginready)git push heroku masterheroku ps:scale web=1heroku config:set SENDGRID_API_KEY=SG.YOUR.OWN-API_KEY-HERE(replaceSG.YOUR.OWN-API_KEY-HEREwith your own api key from sendgrid
If you run into any other non SendGrid related issues, don’t forget to read through Heroku’s deployment documentation.