search for: omlzjfyqo6s4q

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

2009 Apr 09
1
Mailing error in Rails 2.3.2
...writer (1.1.8) rails (2.3.2) rake (0.8.4) rubyforge (1.0.2) transaction-simple (1.4.0) Here is my test mails code: ----------------------------------------------------- sample_mail.rb -> class SampleMail require ''send_email'' def sample_mail() to_addr = ''login-omLZJFyqO6s4Q++5jOxPmw@public.gmane.org'' subject = ''Mail Testing'' body = ''This is a mail to test the mails.'' hsh={:to=> to_addr, :subject=> subject, :body=> body} SendEMail.send_email(hsh) end end s = SampleMail.new s.sample_mail() -----...