Method: Mail::Exim.call
- Defined in:
- lib/backup/notifier/mail.rb
.call(path, arguments, destinations, encoded_message) ⇒ Object
240 241 242 243 244 245 |
# File 'lib/backup/notifier/mail.rb', line 240 def self.call(path, arguments, destinations, ) popen "#{path} #{arguments}" do |io| io.puts .to_lf io.flush end end |