Results for: "OptionParser"

Disables SMTP/TLS (STARTTLS) for this object. Must be called before the connection is established to have any effect.

Set the number of seconds to wait until timing-out a read(2) call.

No documentation available

Sends msgstr as a message. Single CR (“r”) and LF (“n”) found in the msgstr, are converted into the CR LF pair. You cannot send a binary message with this method. msgstr should include both the message headers and body.

from_addr is a String representing the source mail address.

to_addr is a String or Strings or Array of Strings, representing the destination mail address or addresses.

Example

Net::SMTP.start('smtp.example.com') do |smtp|
  smtp.send_message msgstr,
                    'from@example.com',
                    ['dest@example.com', 'dest2@example.com']
end

Errors

This method may raise:

No documentation available
No documentation available
No documentation available
No documentation available

Private setter for the typecode v.

See also URI::FTP.typecode=.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Sym#expand

No documentation available

Sym#useless?, Rule#useless? FIXME: what means “useless”?

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 5ms  ·  Total Results: 4629