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
As of now, disabled filters on a V2 object get ignored when translating them to the V3 object – but I explicitly want to disable a default filter.
This needs to be removed from Sendgrid_Translator::get_smtp_filter_settings():
// If it's not enabled, return empty array, no need to make the payload bigger
if ( ! $email_v2->smtpapi->filters[ $filter_key ][ $filter_sub_label ][ $filter_enabled ] ) {
return $output_array;
}
As of now, disabled filters on a V2 object get ignored when translating them to the V3 object – but I explicitly want to disable a default filter.
This needs to be removed from
Sendgrid_Translator::get_smtp_filter_settings()
:See also #420.
The text was updated successfully, but these errors were encountered: