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