You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected error: bypass_list_management is mutually exclusive with bypass_bounce_management, bypass_spam_management and bypass_unsubscribe_management
#395
Closed
tmacht opened this issue
May 20, 2021
· 3 comments
When I pass the following mailSettings to SendToSingleRecipientAsync I get the error message "bypass_list_management is mutually exclusive with bypass_bounce_management, bypass_spam_management and bypass_unsubscribe_management.".
mailSettings: new MailSettings
{
BypassSpamManagement = true
}
Any idea why? Because I think I should only get this error message if bypass_spam_management AND bypass_list_management were true, but bypass_list_management is false in my example.
The text was updated successfully, but these errors were encountered:
When I pass the following mailSettings to SendToSingleRecipientAsync I get the error message "bypass_list_management is mutually exclusive with bypass_bounce_management, bypass_spam_management and bypass_unsubscribe_management.".
Any idea why? Because I think I should only get this error message if bypass_spam_management AND bypass_list_management were true, but bypass_list_management is false in my example.
The text was updated successfully, but these errors were encountered: