Displaying 1 result from an estimated 1 matches for "tn6ickpjyyd0sbgkcxrdi2o".
2007 Dec 20
4
Ruby on Rails mailer
...sent_at = Time.now)
@subject = ''A new volunteer has signed up''
@body = { :title => volunteer.title, :first_name =>
volunteer.first_name, :last_name => volunteer.last_name,
:id => volunteer.id }
@recipients = ''dsarosi-f/tn6ICKpJyYd0SBGKCxrdi2O/JbrIOy@public.gmane.org''
@from = ''CrossroadsPublicWebiste-f/tn6ICKpJyYd0SBGKCxrdi2O/JbrIOy@public.gmane.org''
@sent_on = sent_at
@headers = {}
@content_type = ''text/html''
end
end
Then I generated a view called volunteer_sign...