| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This sample demonstrates how to use SendGrid on Google App Engine standard environment.
See the sample application documentaion for more detailed instructions.
For more information about SendGrid, see their documentation.
Before you can run or deploy the sample, you will need to do the following:
You can run the application locally and send emails from your local machine. You will need to set environment variables before starting your application:
export SENDGRID_API_KEY=[your-sendgrid-api-key] export SENDGRID_SENDER=[your-sendgrid-sender-email-address] mvn clean appengine:run
| Back | FazBrowse Home | New Git URL |