# File lib/mail/network/delivery_methods/sendmail.rb, line 69 def self.popen(command, &block) IO.popen "#{command} 2>&1", 'w+', &block end