search for: emailtest

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

Did you mean: mailtest
2006 Jan 17
2
actionmailer
I''m getting an error when I''m tyring to use the actionmailer. undefined method `deliver_signup_thanks'' for Notifier:Class This is what I have in the controller. def emailTest Notifier::deliver_signup_thanks() render_text "email test" end This is what I have in notifier model (notifier.rb) class Notifier < ActiveRecord::Base def signup_thanks() # Email header info MUST be added here @recipients = "test@test.com" @from = &q...