search for: sending_user

Displaying 1 result from an estimated 1 matches for "sending_user".

Did you mean: pending_user
2007 Nov 11
0
ActionMailer Difficulties
I''m using ActionMailer in test mode (so, in the config file I have config.action_mailer.delivery_method = :test ) I have my mailer set up as such... def confirm(message, sending_user, user) @subject = "You have a message from #{sending_user.login}" @body["message"] = message @body["user"] = user @body["sender"] = sending_user @recipients = user.email @from = "admin-SdeMhGcD7n3GMufIjQWhmTe48wsgrGvP@public.gm...