method
ehlo

ehlo(domain)
public
Hide source
# File lib/net/smtp.rb, line 824 def ehlo(domain) getok("EHLO #{domain}") end