Feature:
Support bypass_list_management param when sending emails via Sendgrid
Description:
Sendgrid is our email provider for marketing, newsletter and password reset. Some of our users unsubscribe all emails and then are put into a global suppression list. Recently, we noticed that these users cannot receive the password reset email. It’s a serious bug for our product now.
bypass_list_management
is the official solution Sendgrid provides for this issue. However, with the current Auth0 settings of Sendgrid, there is no way to specify the bypass_list_management
.
Use-case:
This param helps to bypass the suppression (unsubscription) list, so that important emails, like email verification and user password reset, are able to be sent.