class Twelvefactor::Environment::Mailer

Constants

HANDLERS
VERSION

Public Class Methods

apply(app, mailer_url) click to toggle source
# File lib/twelvefactor/environment/mailer.rb, line 23
def self.apply app, mailer_url
  handler = HANDLERS.fetch mailer_url.scheme, Test
  handler.apply app, mailer_url
end