diff --git a/compute/sendgrid/pom.xml b/compute/sendgrid/pom.xml index 5db4c6164d6..db13063897c 100644 --- a/compute/sendgrid/pom.xml +++ b/compute/sendgrid/pom.xml @@ -37,6 +37,7 @@ + com.sendgrid @@ -44,6 +45,7 @@ 4.10.1 + diff --git a/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java b/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java index 1a30dc97832..88a2778e51e 100644 --- a/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java +++ b/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java @@ -25,6 +25,7 @@ import com.sendgrid.helpers.mail.objects.Email; import java.io.IOException; +// [START compute_sendgrid] // [START example] public class SendEmailServlet { static final String SENDGRID_API_KEY = "YOUR-SENDGRID-API-KEY"; @@ -65,3 +66,4 @@ public static void main(String[] args) throws IOException { } // [END example] +// [END compute_sendgrid] \ No newline at end of file