start(helo = 'localhost', user = nil, secret = nil, authtype = nil)
Instance Public methods
Opens a TCP connection and starts the SMTP session.
Parameters
helo is the HELO domain that you'll
dispatch mails from; see the discussion in the overview notes.
If both of user and secret are given, SMTP authentication will be attempted using the AUTH
command. authtype specifies the type of authentication to
attempt; it must be one of :login, :plain, and :cram_md5. See the notes on
SMTP A