search for: samplemail

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

2007 Apr 26
3
dovecot sendmail mysql no inbox error
...localhost pop3 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. +OK dovecot ready. user user1 +OK pass password +OK Logged in. -ERR No INBOX for user. Connection closed by foreign host. when i looked at the maillog i saw this: Apr 25 20:52:32 samplemail pop3(samplemail): File isn't in mbox format: /var/mail/samplemail Apr 25 20:52:32 samplemail pop3(samplemail): File isn't in mbox format: /var/mail/samplemail Apr 25 20:52:32 samplemail pop3(samplemail): Couldn't open INBOX: Internal error occured. Refer to server log for more informati...
2009 Apr 09
1
Mailing error in Rails 2.3.2
...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=> to_addr, :subject=> subje...