= private = protected
helo( domain )
SMTP command dispatcher
# File lib/net/smtp.rb, line 621 def helo( domain ) getok('HELO %s', domain) end