class MailHandler::Receiving::Notification::Received

no more delays will be fired

Public Instance Methods

notify(search) click to toggle source
# File lib/mailhandler/receiving/notification/email/states.rb, line 78
def notify(search)
  send_notification_email(:received, search)
end