joshukraine / sendgrid-email-status

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📧 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.

About

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

License:MIT License


Languages

Language:Ruby 76.1%Language:HTML 14.5%Language:JavaScript 5.9%Language:CSS 3.5%