Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.
Twitter,
Facebook, or email.
heroku app sending emails via sendgrid
I am running my site on Heroku. I can send e-mails out via SendGrid through my Heroku app without any problem. I am wondering about the access to the SendGrid tools? How can I view the e-mail stats send via my heroku app in SendGrid?
-
EMPLOYEE
I’m
confident
Hello -
Glad things are working well for you with SendGrid.
If you would like to access the SendGrid web interface as a Heroku user, you must obtain your credentials first - please go hear for instructions:
http://support.sendgrid.com/entries/1....
Let me know if you have any trouble!
Best,
Tim -
-
You can also go the other direction and configure heroku to use an existing SendGrid account and password. Just run the following commands from your shell:
heroku config:add SENDGRID_USERNAME=existing_username
heroku config:add SENDGRID_PASSWORD=existing_password
heroku restart
Make sure that your SENDGRID_DOMAIN config var matches the website field in your SendGrid profile. -
Loading Profile...





