method
check_auth_response
check_auth_response(res)
private
Hide source
# File lib/net/smtp.rb, line 958 def check_auth_response(res) unless res.success? raise SMTPAuthenticationError, res.message end end