Searched defs:SMTPSenderRefused (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | smtplib.py | 91 class SMTPSenderRefused(SMTPResponseException): class |
/external/python/cpython3/Lib/ | ||
D | smtplib.py | 103 class SMTPSenderRefused(SMTPResponseException): class |