class Tolliver::Services::Methods::Email::Smtp

Public Class Methods

new(params = {}) click to toggle source
# File lib/tolliver/services/methods/email/smtp.rb, line 18
def initialize(params = {}) end

Public Instance Methods

deliver(notification, notification_receiver) click to toggle source
# File lib/tolliver/services/methods/email/smtp.rb, line 20
def deliver(notification, notification_receiver)
  Tolliver::NotificationMailer.notify(notification, notification_receiver).deliver_now
end