Displaying 1 result from an estimated 1 matches for "deliver_signupthanks".
Did you mean:
deliver_signup_thanks
2006 May 30
2
No rhtml, rxml, rjs... problem with Action Mailer, again
...header info MUST be added here
@recipients = user.email
@from = "from@myorg.org"
@subject = "Thank you for registering with our website"
# Email body substitutions go here
@body["first_name"] = user
end
I call it: email=Notifier::deliver_signupthanks(@user) (in my
controller)
And I have saved (trying with different nouns) a plain text file called
signupthanks.rhtml in the /app/views/notifier/ folder. I''m sure it is
just there.
I have also set the normal settings for config/environment.rb directory.
Everything seems to be OK?
I h...