- Notifications
You must be signed in to change notification settings - Fork 783
Closed
Labels
type: community enhancementfeature request not on Twilio's roadmapfeature request not on Twilio's roadmap
Description
Issue Summary
-
I am using 7.4.4 version of @sendgrid/mail but I don't see option "bypass_unsubscribe_management" in node modules file.
-
I want to bypass global unsubscribe list
-
This is the link to SendGrid documentation for accessing bypass_unsubscribe_management: https://docs.sendgrid.com/ui/sending-email/index-suppressions#bypass-suppressions
###Current email settings interface for SendGrid in node modules:
bcc?: { enable?: boolean; email?: string; }; bypassListManagement?: { enable?: boolean; }; footer?: { enable?: boolean; text?: string; html?: string; }; sandboxMode?: { enable?: boolean; }; spamCheck?: { enable?: boolean; threshold?: number; postToUrl?: string; }; } Technical details:
- sendgrid-nodejs version: 7.4.4
- node version: 14.17.0
anguskeatinge, ddgromit and Sufiane
Metadata
Metadata
Assignees
Labels
type: community enhancementfeature request not on Twilio's roadmapfeature request not on Twilio's roadmap