File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/main/java/com/example/compute/sendgrid Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 3838
3939 <dependencies >
4040 <!-- [START compute_sendgrid_dependencies_java] -->
41- <!-- [START dependencies] -->
4241 <dependency >
4342 <groupId >com.sendgrid</groupId >
4443 <artifactId >sendgrid-java</artifactId >
4544 <version >4.10.1</version >
4645 </dependency >
47- <!-- [END dependencies] -->
4846 <!-- [END compute_sendgrid_dependencies_java] -->
4947 </dependencies >
5048 <build >
Original file line number Diff line number Diff line change 2626import java .io .IOException ;
2727
2828// [START compute_sendgrid]
29- // [START example]
3029public class SendEmailServlet {
3130 static final String SENDGRID_API_KEY = "YOUR-SENDGRID-API-KEY" ;
3231 static final String SENDGRID_SENDER = "YOUR-SENDGRID-FROM-EMAIL" ;
@@ -65,5 +64,4 @@ public static void main(String[] args) throws IOException {
6564 }
6665
6766}
68- // [END example]
6967// [END compute_sendgrid]
You can’t perform that action at this time.
0 commit comments