# File lib/mail/network/delivery_methods/sendmail.rb, line 55 def Sendmail.call(path, arguments, destinations, mail) IO.popen("#{path} #{arguments} #{destinations}", "w+") do |io| io.puts mail.encoded.to_lf io.flush end end