Searched refs:SMTPSenderRefused (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsmtplib.py53 "SMTPSenderRefused", "SMTPRecipientsRefused", "SMTPDataError",
90 class SMTPSenderRefused(SMTPResponseException): class in inherits:SMTPResponseException
683 SMTPSenderRefused The server didn't accept the from_addr.
723 raise SMTPSenderRefused(code, resp, from_addr)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsmtplib.py53 "SMTPSenderRefused", "SMTPRecipientsRefused", "SMTPDataError",
90 class SMTPSenderRefused(SMTPResponseException): class in inherits:SMTPResponseException
683 SMTPSenderRefused The server didn't accept the from_addr.
723 raise SMTPSenderRefused(code, resp, from_addr)

Completed in 64 milliseconds