method

ehlo

v1_8_6_287 - Show latest stable - Class: Net::SMTP
ehlo( domain )
private

No documentation available.

# File lib/net/smtp.rb, line 625
    def ehlo( domain )
      getok('EHLO %s', domain)
    end