Hi,
Am using action mailer in ruby on rails.
I just want to filter the recipient emails according to email_bounce flag in users table.
Is it possible to use any filter in mailer
Hi,
Am using action mailer in ruby on rails.
I just want to filter the recipient emails according to email_bounce flag in users table.
Is it possible to use any filter in mailer
I recommend doing this in controller use mailer for sending emails only. I normally learn to keeping logic in model and controller