Module: HttpMailer

Defined in:
lib/http_mailer.rb,
lib/http_mailer/client.rb,
lib/http_mailer/version.rb,
lib/http_mailer/service_handler.rb,
lib/http_mailer/service_configuration.rb,
lib/http_mailer/mandrill/mandrill_message.rb,
lib/http_mailer/mailgun/mailgun_service_api.rb,
lib/http_mailer/mandrill/mandrill_service_api.rb,
lib/http_mailer/sendgrid/sendgrid_service_api.rb,
lib/http_mailer/mailgun/mailgun_service_handler.rb,
lib/http_mailer/mandrill/mandrill_service_handler.rb,
lib/http_mailer/sendgrid/sendgrid_service_handler.rb

Defined Under Namespace

Classes: Client, EmailDeliveryError, MailgunServiceApi, MailgunServiceHandler, MandrillMessage, MandrillServiceApi, MandrillServiceHandler, SendGridServiceApi, SendGridServiceHandler, ServiceConfiguration, ServiceHandler

Constant Summary collapse

VERSION =
"1.0.0"

Class Method Summary collapse

Class Method Details

.client(settings) ⇒ Object



18
19
20
# File 'lib/http_mailer.rb', line 18

def client(settings)
  HttpMailer::Client.new(settings)
end