Method: Checkup::Notifier::Mail#exim
- Defined in:
- lib/checkup/notifier/mail.rb
#exim ⇒ Object
When using the ‘:exim` `delivery_method` option, this may be used to specify the absolute path to `exim` (if needed) Example: ’/usr/sbin/exim’
93 94 95 |
# File 'lib/checkup/notifier/mail.rb', line 93 def exim @exim end |