search for: bt_notify

Displaying 2 results from an estimated 2 matches for "bt_notify".

Did you mean: br_notify
2007 Mar 13
0
Net::SMTPFatalError 555 5.5.2 Syntax error a8sm19427994poa
Hi, I''ve sent e-mails with action mailer in other controllers. Now I''m repeating the same trick to send emails. I have def bt_notify( bt ) @recipients = bt.product.user @body["product"]=bt.product @body["bt"]=bt @from = "xxxx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" @subject = "blahblah" end in my mailer.rb and Mailer.deliver_bt_notify(@bt) in the controller fin...
2007 Mar 13
0
ActionMailer error
Hi, I''ve sent e-mails with action mailer in other controllers. Now I''m repeating the same trick to send emails. I have def bt_notify( bt ) @recipients = bt.product.user @body["product"]=bt.product @body["bt"]=bt @from = "xxxx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" @subject = "blahblah" end in my mailer.rb and Mailer.deliver_bt_notify(@bt) in the controller fin...