An open API service indexing awesome lists of open source software.

https://github.com/fiveisprime/sendgrid-example

An example app that sends emails using Sendgrid.
https://github.com/fiveisprime/sendgrid-example

Last synced: 12 months ago
JSON representation

An example app that sends emails using Sendgrid.

Awesome Lists containing this project

README

          

sendgrid-example
================

An example app that sends emails using [Sendgrid](https://sendgrid.com) on
[Modulus](https://modulus.io).

# Usage

Create a new project, provision the Sendgrid add-on for your project, then
deploy this application.

$ modulus project create sendgrid
$ modulus addons add sendgrid:free
$ modulus deploy