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 your heroku login ready)
  • git push heroku master
  • heroku ps:scale web=1
  • heroku config:set SENDGRID_API_KEY=SG.YOUR.OWN-API_KEY-HERE (replace SG.YOUR.OWN-API_KEY-HERE with 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.