chrismeono1022 / email_service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Service

The challenge: Create a service that accepts the necessary information and sends emails. It should provide an abstraction between two different email service providers. If one of the services goes down, your service can quickly failover to a different provider without affecting your customers.

My email service integrates SendGrid and SendWithUs.

API documentation to follow.

About


Languages

Language:Ruby 84.7%Language:HTML 15.3%