Module: Mail::Notify::Message

Defined in:
lib/mail/notify/message.rb

Instance Method Summary collapse

Instance Method Details

#previewObject



6
7
8
# File 'lib/mail/notify/message.rb', line 6

def preview
  delivery_method.preview(self) if delivery_method.respond_to?(:preview)
end