method
authenticate
v1_8_6_287 -
Show latest stable
- Class:
Net::SMTP
authenticate( user, secret, authtype )private
No documentation available.
# File lib/net/smtp.rb, line 569
def authenticate( user, secret, authtype )
__send__("auth_#{authtype || 'cram_md5'}", user, secret)
end