We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96838c commit dc572e0Copy full SHA for dc572e0
1 file changed
compute/sendgrid.js
@@ -14,6 +14,7 @@
14
15
'use strict';
16
17
+// [START compute_sendgrid]
18
// [START compute_send]
19
// This sample is based off of:
20
// https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail
@@ -30,3 +31,4 @@ async function sendgridExample() {
30
31
}
32
sendgridExample();
33
// [END compute_send]
34
+// [END compute_sendgrid]
0 commit comments