Displaying 2 results from an estimated 2 matches for "dckdf2uwti2o".
2007 Apr 06
3
Mailer method missing
...method code:
class SiteMailer < ActionMailer::Base
def request_admin_approval(person)
@subject = ''Watercooler - New User Notification''
@body["person"] = person
@recipients = "me"
@from = ''server-6AQQTOP5xU+Z+DCkdF2Uwti2O/JbrIOy@public.gmane.org''
@sent_on = Time.now
@headers = {}
end
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"...
2007 Apr 10
5
Difficulty with body in ActionMailer
...n `request_admin_approval''
from (irb):2
ln def self.request_admin_approval(person)
@subject = ''New User Notification''
10 @body["person"] = person
@recipients = person.email
@from = ''server-6AQQTOP5xU+Z+DCkdF2Uwti2O/JbrIOy@public.gmane.org''
@sent_on = Time.now
@headers = {}
15 end
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Tal...