method
ehlo
ehlo( domain )
private
Hide source
# File lib/net/smtp.rb, line 625 def ehlo( domain ) getok('EHLO %s', domain) end