We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3c9d97 + 5c89008 commit e2a9208Copy full SHA for e2a9208
appengine/sendgrid/README.md
@@ -12,14 +12,15 @@ For more information about SendGrid, see their
12
[ae-docs]: https://cloud.google.com/appengine/docs/java/
13
[sample-docs]: https://cloud.google.com/appengine/docs/java/mail/sendgrid
14
15
-## Setup
+## Setup and deploy
16
17
Before you can run or deploy the sample, you will need to do the following:
18
19
1. [Create a SendGrid Account](http://sendgrid.com/partner/google). As of
20
September 2015, Google users start with 25,000 free emails per month.
21
1. Configure your SendGrid settings in the environment variables section in
22
[`src/main/webapp/WEB-INF/appengine-web.xml`](src/main/webapp/WEB-INF/appengine-web.xml).
23
+1. Visit /send/email?to=YOUR-EMAIL-ADDRESS
24
25
## Running locally
26
0 commit comments