Skip to content

Commit 4ba18b4

Browse files
author
Shun Fan
committed
Update sendgrid string
1 parent 3275972 commit 4ba18b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// [START example]
2323
public class SendEmailServlet {
2424
final static String SENDGRID_API_KEY = "YOUR-SENDGRID-API-KEY";
25-
final static String SENDGRID_SENDER = "YOUR-SENDGRID-SENDER";
25+
final static String SENDGRID_SENDER = "YOUR-SENDGRID-FROM-EMAIL";
2626
final static String TO_EMAIL = "DESTINATION-EMAIL";
2727

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

0 commit comments

Comments
 (0)