I'm using the Sendgrid add-on, and I was wondering if there is any way to login to Sendgrid to see a greater amount of analytics on my emails from my application?
If not, is there another way for me to see how many emails are being sent a day from my application so that I can see how close I am to the limit? Also, what exactly happens when the limit is surpassed? Will the app just start silently dropping all the emails until the start of the next cycle? Lastly, I'm currently hoping to look at the analytics to debug a problem with emails being sent by my app. I've already enabled ActionMailer::Base.raise_delivery_errors = true in my production.rb, but my app seems to be silently failing to deliver some emails. I have emails being delivered via one method that are arriving fine, and emails being delivered by another method that are never arriving. However, in the logs, even for the method that is silently failing, I'm getting "Sent mail to XXX" with no error messages. Anyone able to provide any help on any of these? -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
