Best way to monitor rails mailer activity -


i have mailer(triggered rake task) sends deals users based on few different factors (gender, location, age ect).

everything working great need way monitor , report how many emails sent out report our customers.

whats best way monitor email activity in rails app?

thanks

you should use observer.

the answer how use here: how create mailer observer


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -