class Net::SMTP

def helo(domain)

def helo(domain)
  getok("HELO #{domain}")
end