We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3275972 commit 4ba18b4Copy full SHA for 4ba18b4
compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java
@@ -22,7 +22,7 @@
22
// [START example]
23
public class SendEmailServlet {
24
final static String SENDGRID_API_KEY = "YOUR-SENDGRID-API-KEY";
25
- final static String SENDGRID_SENDER = "YOUR-SENDGRID-SENDER";
+ final static String SENDGRID_SENDER = "YOUR-SENDGRID-FROM-EMAIL";
26
final static String TO_EMAIL = "DESTINATION-EMAIL";
27
28
public static void main(String[] args) throws SendGridException {
0 commit comments