class Aws::Rails::Mailer

def settings

ActionMailer expects this method to be present and to return a hash.
def settings
  {}
end