search for: real_name_protect

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

Did you mean: real_name_protected
2005 Mar 18
1
newbie question on ActionMailer
...:deliver(mail) redirect_to :controller => "contact", :action => "index" end My "Notifications" contact_us method is: def contact_us() @subject = ''Notifications#contact_us'' @body = {} @recipients = ''trevor@real_name_protected.com'' @from = ''test@real_name_protected.com'' @sent_on = Time.now @headers = {} end and my view for "contact_us" is a simple, non-parameterised message of success. Unfortunately I get the following stack trace (note that using et...