From 5c890085b0b278a22abb8e5df9caf7963fbd9b9d Mon Sep 17 00:00:00 2001 From: Shun Fan Date: Fri, 27 May 2016 10:33:04 -0700 Subject: [PATCH] Update readme in appengine sendgrid --- appengine/sendgrid/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appengine/sendgrid/README.md b/appengine/sendgrid/README.md index 76032775b7a..e4fd5d0d929 100644 --- a/appengine/sendgrid/README.md +++ b/appengine/sendgrid/README.md @@ -12,7 +12,7 @@ For more information about SendGrid, see their [ae-docs]: https://cloud.google.com/appengine/docs/java/ [sample-docs]: https://cloud.google.com/appengine/docs/java/mail/sendgrid -## Setup +## Setup and deploy Before you can run or deploy the sample, you will need to do the following: @@ -20,6 +20,7 @@ Before you can run or deploy the sample, you will need to do the following: September 2015, Google users start with 25,000 free emails per month. 1. Configure your SendGrid settings in the environment variables section in [`src/main/webapp/WEB-INF/appengine-web.xml`](src/main/webapp/WEB-INF/appengine-web.xml). +1. Visit /send/email?to=YOUR-EMAIL-ADDRESS ## Running locally