This is mailing sending application using SendGrid API.
bundle
Update the development environment with your SENDGRID_API_KEY, for example:
echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
echo "sendgrid.env" >> .gitignore
source ./sendgrid.env
rake db:migrate
rake db:setup
rails s
rake test
cucumber