| Server IP : 162.214.74.102 / Your IP : 216.73.217.46 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/proc/self/root/opt/cpanel/ea-ruby24/root/usr/share/ri/system/Net/SMTP/ |
Upload File : |
U:RDoc::AnyMethod[iI" data:EFI"Net::SMTP#data;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I""This method sends a message. ;TI"2If +msgstr+ is given, sends it as a message. ;TI"7If block is given, yield a message writer stream. ;TI"7You must write message before the block is closed.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"# Example 1 (by string)
;TI"smtp.data(<<EndMessage)
;TI"From: john@example.com
;TI"To: betty@example.com
;TI"Subject: I found a bug
;TI"
;TI"Check vm.c:58879.
;TI"EndMessage
;TI"
;TI"# Example 2 (by block)
;TI"smtp.data {|f|
;TI"' f.puts "From: john@example.com"
;TI"& f.puts "To: betty@example.com"
;TI"' f.puts "Subject: I found a bug"
;TI" f.puts ""
;TI"" f.puts "Check vm.c:58879."
;TI"};T:@format0:
@fileI"lib/net/smtp.rb;T:0@omit_headings_from_table_of_contents_below00I"stream;F[ I"(msgstr = nil);T@%FI" SMTP;TcRDoc::NormalClass00