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.
- Host: GitHub
- URL: https://github.com/fiveisprime/sendgrid-example
- Owner: fiveisprime
- License: mit
- Created: 2014-05-21T23:23:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T23:57:55.000Z (about 12 years ago)
- Last Synced: 2025-02-04T14:21:34.290Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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