Skip to content

Commit

Permalink
Update sendgrid string
Browse files Browse the repository at this point in the history
  • Loading branch information
Shun Fan committed Apr 18, 2016
1 parent 3275972 commit 4ba18b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// [START example]
public class SendEmailServlet {
final static String SENDGRID_API_KEY = "YOUR-SENDGRID-API-KEY";
final static String SENDGRID_SENDER = "YOUR-SENDGRID-SENDER";
final static String SENDGRID_SENDER = "YOUR-SENDGRID-FROM-EMAIL";
final static String TO_EMAIL = "DESTINATION-EMAIL";

public static void main(String[] args) throws SendGridException {
Expand Down

0 comments on commit 4ba18b4

Please sign in to comment.