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