Searched defs:SMTPRecipientsRefused (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | smtplib.py | 104 class SMTPRecipientsRefused(SMTPException): class |
/external/python/cpython3/Lib/ | ||
D | smtplib.py | 116 class SMTPRecipientsRefused(SMTPException): class |