Rails3 Beta4 Devise Delayed_job configuration?

You should use action mailer tutorial first edgeguides.rubyonrails.org/action_mailer... then just mark your mail for performing in delayed_job: class UserMailer "notifications@example. Com" def welcome_email(user) @user = user @url = "example.com/login" mail(:to => user. Email, :subject => "Welcome to My Awesome Site") end handle_asynchronously :welcome_email end You can also call handle asynchronously in config: UserMailer.

Handle_asynchronously :welcome_email.

Take a look at this: xponrails.net/2011/03/04/how-to-send-ema... Worked for me ...

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions