method
helo
helo(domain)
public
Hide source
# File lib/net/smtp.rb, line 829 def helo(domain) getok("HELO #{domain}") end