PATH:
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Net
/
SMTP
--- !ruby/object:RI::MethodDescription aliases: - !ruby/object:RI::AliasName name: ready block_params: stream comment: - !ruby/struct:SM::Flow::P body: "Opens a message writer stream and gives it to the block. The stream is valid only in the block, and has these methods:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "puts(str = ''):" body: outputs STR and CR LF. - !ruby/struct:SM::Flow::LI label: "print(str):" body: outputs STR. - !ruby/struct:SM::Flow::LI label: "printf(fmt, *args):" body: outputs sprintf(fmt,*args). - !ruby/struct:SM::Flow::LI label: "write(str):" body: outputs STR and returns the length of written bytes. - !ruby/struct:SM::Flow::LI label: "<<(str):" body: outputs STR and returns self. type: :NOTE - !ruby/struct:SM::Flow::P body: If a single CR ("\r") or LF ("\n") is found in the message, it is converted to the CR LF pair. You cannot send a binary message with this method. - !ruby/struct:SM::Flow::H level: 3 text: Parameters - !ruby/struct:SM::Flow::P body: <tt>from_addr</tt> is a String representing the source mail address. - !ruby/struct:SM::Flow::P body: <tt>to_addr</tt> is a String or Strings or Array of Strings, representing the destination mail address or addresses. - !ruby/struct:SM::Flow::H level: 3 text: Example - !ruby/struct:SM::Flow::VERB body: " Net::SMTP.start('smtp.example.com', 25) do |smtp|\n smtp.open_message_stream('from@example.com', ['dest@example.com']) do |f|\n f.puts 'From: from@example.com'\n f.puts 'To: dest@example.com'\n f.puts 'Subject: test message'\n f.puts\n f.puts 'This is a test message.'\n end\n end\n" - !ruby/struct:SM::Flow::H level: 3 text: Errors - !ruby/struct:SM::Flow::P body: "This method may raise:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: Net::SMTPServerBusy - !ruby/struct:SM::Flow::LI label: "*" body: Net::SMTPSyntaxError - !ruby/struct:SM::Flow::LI label: "*" body: Net::SMTPFatalError - !ruby/struct:SM::Flow::LI label: "*" body: Net::SMTPUnknownError - !ruby/struct:SM::Flow::LI label: "*" body: IOError - !ruby/struct:SM::Flow::LI label: "*" body: TimeoutError type: :BULLET full_name: Net::SMTP#open_message_stream is_singleton: false name: open_message_stream params: (from_addr, *to_addrs) {|stream| ...} visibility: public
[-] starttls%3f-i.yaml
[edit]
[-] check_response-i.yaml
[edit]
[-] esmtp%3d-i.yaml
[edit]
[-] start-c.yaml
[edit]
[-] auth_cram_md5-i.yaml
[edit]
[-] starttls-i.yaml
[edit]
[-] cram_md5_response-i.yaml
[edit]
[-] get_response-i.yaml
[edit]
[-] esmtp%3f-i.yaml
[edit]
[-] started%3f-i.yaml
[edit]
[-] helo-i.yaml
[edit]
[-] check_auth_method-i.yaml
[edit]
[-] disable_starttls-i.yaml
[edit]
[-] cdesc-SMTP.yaml
[edit]
[-] quit-i.yaml
[edit]
[-] getok-i.yaml
[edit]
[-] auth_capable%3f-i.yaml
[edit]
[-] capable_auth_types-i.yaml
[edit]
[-] starttls_auto%3f-i.yaml
[edit]
[-] check_auth_args-i.yaml
[edit]
[-] auth_plain-i.yaml
[edit]
[-] do_finish-i.yaml
[edit]
[-] do_helo-i.yaml
[edit]
[-] rcptto_list-i.yaml
[edit]
[-] enable_starttls_auto-i.yaml
[edit]
[-] ehlo-i.yaml
[edit]
[-] auth_method-i.yaml
[edit]
[-] debug_output%3d-i.yaml
[edit]
[-] start-i.yaml
[edit]
[-] new_internet_message_io-i.yaml
[edit]
[-] default_port-c.yaml
[edit]
[-] finish-i.yaml
[edit]
[-] logging-i.yaml
[edit]
[-] enable_tls-i.yaml
[edit]
[-] recv_response-i.yaml
[edit]
[-] ready-i.yaml
[edit]
[-] read_timeout%3d-i.yaml
[edit]
[-] disable_ssl-i.yaml
[edit]
[-] enable_ssl-i.yaml
[edit]
[-] disable_tls-i.yaml
[edit]
[-] inspect-i.yaml
[edit]
[-] sendmail-i.yaml
[edit]
[-] esmtp-i.yaml
[edit]
[-] enable_starttls-i.yaml
[edit]
[-] check_auth_response-i.yaml
[edit]
[-] starttls_always%3f-i.yaml
[edit]
[-] ssl%3f-i.yaml
[edit]
[-] send_mail-i.yaml
[edit]
[-] mailfrom-i.yaml
[edit]
[-] set_debug_output-i.yaml
[edit]
[-] data-i.yaml
[edit]
[-] open_message_stream-i.yaml
[edit]
[-] do_start-i.yaml
[edit]
[-] capable_starttls%3f-i.yaml
[edit]
[+]
..
[-] tls%3f-i.yaml
[edit]
[-] default_ssl_context-c.yaml
[edit]
[-] critical-i.yaml
[edit]
[-] capable_login_auth%3f-i.yaml
[edit]
[-] base64_encode-i.yaml
[edit]
[-] capable_plain_auth%3f-i.yaml
[edit]
[-] new-c.yaml
[edit]
[-] default_tls_port-c.yaml
[edit]
[+]
Response
[-] tlsconnect-i.yaml
[edit]
[-] cram_secret-i.yaml
[edit]
[-] capable%3f-i.yaml
[edit]
[-] rcptto-i.yaml
[edit]
[-] authenticate-i.yaml
[edit]
[-] capable_cram_md5_auth%3f-i.yaml
[edit]
[-] auth_login-i.yaml
[edit]
[-] check_auth_continue-i.yaml
[edit]
[-] send_message-i.yaml
[edit]
[-] check_continue-i.yaml
[edit]
[-] default_submission_port-c.yaml
[edit]