Displaying 2 results from an estimated 2 matches for "6aqqtop5xu".
2007 Apr 06
3
Mailer method missing
...t; true
The 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 R...
2007 Apr 10
5
Difficulty with body in ActionMailer
...ailer.rb:10:in `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 "Rub...