0

I have a mailer(triggered by a rake task) that sends deals to users based on a few different factors (gender, location, age ect).

Everything is working great I just need a way to monitor and report how many emails are sent out to report to our customers.

Whats the best way to monitor email activity in a rails app?

Thanks

js111
  • 1,304
  • 4
  • 30
  • 57

1 Answers1

0

You should use observer.

The answer about how to use it is here: How do I create a Mailer Observer

Community
  • 1
  • 1
denis.peplin
  • 9,585
  • 3
  • 48
  • 55