Method: Backup::Notifier::Mail#sendmail_args
- Defined in:
- lib/backup/notifier/mail.rb
#sendmail_args ⇒ Object
Optional arguments to pass to ‘sendmail`
Note that this will override the defaults set by the Mail gem (currently: ‘-i’). So, if set here, be sure to set all the arguments you require.
Example: ‘-i -X/tmp/traffic.log’
108 109 110 |
# File 'lib/backup/notifier/mail.rb', line 108 def sendmail_args @sendmail_args end |