View Single Post
Old 03-26-2009, 02:29 PM   #28
daffy4u
I'm Super Kindle-icious
daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.
 
daffy4u's Avatar
 
Posts: 6,734
Karma: 2434103
Join Date: Apr 2008
Location: Long Drive, Calinadia Candafornia
Device: KDXG, KT, Oasis
This time I tried sending from a gmail to a yahoo account.

Code:
C:\>calibre-smtp -vv debXX@gmail.com debXXX@yahoo.com "test email"
connect: ('f.mx.mail.yahoo.com.', 25)
connect: (25, 'f.mx.mail.yahoo.com.')
reply: '553 Mail from 173.51.211.76 not allowed - [80]\r\n'
reply: retcode (553); Msg: Mail from 173.51.211.76 not allowed - [80]
connect: Mail from 173.51.211.76 not allowed - [80]
send: 'ehlo DebXXX-PC.myhome.westell.com\r\n'
connect: ('g.mx.mail.yahoo.com.', 25)
connect: (25, 'g.mx.mail.yahoo.com.')
reply: '553 Mail from 173.51.211.76 not allowed - [80]\r\n'
reply: retcode (553); Msg: Mail from 173.51.211.76 not allowed - [80]
connect: Mail from 173.51.211.76 not allowed - [80]
send: 'ehlo DebXXX-PC.myhome.westell.com\r\n'
connect: ('a.mx.mail.yahoo.com.', 25)
connect: (25, 'a.mx.mail.yahoo.com.')
reply: '553 Mail from 173.51.211.76 not allowed - [80]\r\n'
reply: retcode (553); Msg: Mail from 173.51.211.76 not allowed - [80]
connect: Mail from 173.51.211.76 not allowed - [80]
send: 'ehlo DebXXX-PC.myhome.westell.com\r\n'
connect: ('b.mx.mail.yahoo.com.', 25)
connect: (25, 'b.mx.mail.yahoo.com.')
reply: '553 Mail from 173.51.211.76 not allowed - [80]\r\n'
reply: retcode (553); Msg: Mail from 173.51.211.76 not allowed - [80]
connect: Mail from 173.51.211.76 not allowed - [80]
send: 'ehlo DebXXX-PC.myhome.westell.com\r\n'
connect: ('c.mx.mail.yahoo.com.', 25)
connect: (25, 'c.mx.mail.yahoo.com.')
reply: '553 Mail from 173.51.211.76 not allowed - [80]\r\n'
reply: retcode (553); Msg: Mail from 173.51.211.76 not allowed - [80]
connect: Mail from 173.51.211.76 not allowed - [80]
send: 'ehlo DebXXX-PC.myhome.westell.com\r\n'
connect: ('d.mx.mail.yahoo.com.', 25)
connect: (25, 'd.mx.mail.yahoo.com.')
reply: '553 Mail from 173.51.211.76 not allowed - [80]\r\n'
reply: retcode (553); Msg: Mail from 173.51.211.76 not allowed - [80]
connect: Mail from 173.51.211.76 not allowed - [80]
send: 'ehlo DebXXX-PC.myhome.westell.com\r\n'
connect: ('e.mx.mail.yahoo.com.', 25)
connect: (25, 'e.mx.mail.yahoo.com.')
reply: '553 Mail from 173.51.211.76 not allowed - [80]\r\n'
reply: retcode (553); Msg: Mail from 173.51.211.76 not allowed - [80]
connect: Mail from 173.51.211.76 not allowed - [80]
send: 'ehlo DebXXX-PC.myhome.westell.com\r\n'
Traceback (most recent call last):
  File "smtp.py", line 67, in sendmail_direct
  File "smtplib.pyo", line 685, in sendmail
  File "smtplib.pyo", line 509, in ehlo_or_helo_if_needed
  File "smtplib.pyo", line 383, in ehlo
  File "smtplib.pyo", line 340, in getreply
SMTPServerDisconnected: Connection unexpectedly closed

Traceback (most recent call last):
  File "smtp.py", line 239, in <module>
  File "smtp.py", line 216, in main
  File "smtp.py", line 81, in sendmail
  File "smtp.py", line 73, in sendmail_direct
IOError: Failed to send mail: SMTPServerDisconnected('Connection unexpectedly cl
osed',)
daffy4u is offline   Reply With Quote