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
Validator::validate() matches headers named DKIM-Signature but not X-Google-DKIM-Signature.
Add $signatures = array_merge($signatures, $this->getHeadersNamed('X-Google-DKIM-Signature', 'raw'));
after setting $signature on line 43?
The text was updated successfully, but these errors were encountered:
Validator::validate() matches headers named DKIM-Signature but not X-Google-DKIM-Signature.
Add
$signatures = array_merge($signatures, $this->getHeadersNamed('X-Google-DKIM-Signature', 'raw'));
after setting $signature on line 43?
The text was updated successfully, but these errors were encountered: