Skip to content

Commit b08a13a

Browse files
author
Sam Harrison
committed
Merge branch 'feature/sandbox' of https://github.com/notdmart/sendgrid-nodejs into notdmart-feature/sandbox
2 parents 534af1c + 05d5c31 commit b08a13a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/use-cases/kitchen-sink.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ const msg = {
4040
groupId: 1
4141
},
4242
ipPoolName: 'sendgrid-ip-pool-name',
43-
mailSettings: {},
43+
mailSettings: {
44+
sandbox: {
45+
enable: true,
46+
},
47+
},
4448
trackingSettings: {},
4549
};
4650
sgMail

0 commit comments

Comments
 (0)