Skip to content

A Rails application that sends emails via the SendGrid API and tracks their status

License

Notifications You must be signed in to change notification settings

philnash/sendgrid-email-status

Repository files navigation

📧 SendGrid Email Status

A Rails application that sends emails via the SendGrid API and tracks their status.

Running the application

Requirements

You will need:

Getting started

Clone the application:

git clone https://github.com/philnash/sendgrid-email-status.git
cd sendgrid-email-status

Install the dependencies:

bundle install

Copy the config/env.yml.example file to config/env.yml. Then fill in the config/env.yml with an email address you want to use to send emails and a SendGrid API key that can send email.

cp config/env.yml.example config/env.yml

Start the application:

bundle exec rails server

Visit the application at http://localhost:3000.