search for: after_deliver

Displaying 2 results from an estimated 2 matches for "after_deliver".

2006 Jun 20
0
An after_deliver filter for ActionMailer?
I have a mailer that should update a model once an email is delivered (a "notice sent on" field). I don''t want to put this update code in the email creation method of my ActionMailer::Base class because I''d rather have this field updated when the email is _sent_ rather than when it is _created_. Is there a filter such that I could do something like this?
2011 Dec 02
1
How to implement ActionMailer callbacks for rails3?
Hi, Is it possible to implement callbacks(like before_deliver :some_methodes, after_deliver :other_methods) with ActionMailer in Rails3? Please somebody help me or give me an idea :) Already I saw http://railscasts.com/episodes/206-action-mailer-in-rails-3 but it I like to do it as callbacks -- Best Regards Abdul Barek Senior Software Engineer -- You received this message because you...