Displaying 1 result from an estimated 1 matches for "sample_mail".
2009 Apr 09
1
Mailing error in Rails 2.3.2
..._eof_fix (2.5.0)
color (1.4.0)
dbd-odbc (0.2.4)
dbi (0.4.0)
deprecated (2.0.0)
gem_plugin (0.2.3)
hoe (1.8.2)
mongrel (1.1.5)
pdf-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=> t...