I have a Rails 3.0.5 app hosted in heroku. To send emails I use Sendgrid. Im in the free plan but it has a 200 email daily limit. I want to know if there is a way in Rails or in this addon "Sendgrid", to see how many emails have been sent today.
|
feedback
|
|
Use the Heroku Sendgrid Stats plugin | |||
|
feedback
|
|
Look at the SendGrid API.. REST GET request to:
Source: AccountOverview API Will return something like:
(Edited due to linking the wrong API page). | |||
|
feedback
|