module MailHandler::SES

Containing everything related to SES comunication

Attributes

mailer[R]

Public Class Methods

setup(config) click to toggle source
# File lib/interfaces/ses.rb, line 10
def setup(config)
  @mailer = Mailer.new config
end