Method: Mail::Exim#destinations_for
- Defined in:
- lib/mail/network/delivery_methods/exim.rb
#destinations_for(envelope) ⇒ Object
Uses -t option to extract recipients from the message.
46 47 48 |
# File 'lib/mail/network/delivery_methods/exim.rb', line 46 def destinations_for(envelope) nil end |