Searched refs:SMTPAuthenticationError (Results 1 – 5 of 5) sorted by relevance
126 class SMTPAuthenticationError(SMTPResponseException): class616 raise SMTPAuthenticationError(code, resp)623 raise SMTPAuthenticationError(code, resp)
138 class SMTPAuthenticationError(SMTPResponseException): class642 raise SMTPAuthenticationError(code, resp)726 except SMTPAuthenticationError as e:
523 except smtplib.SMTPAuthenticationError as err:532 except smtplib.SMTPAuthenticationError as err:
132 .. exception:: SMTPAuthenticationError258 :exc:`SMTPAuthenticationError`
183 .. exception:: SMTPAuthenticationError310 :exc:`SMTPAuthenticationError`