Forums
(@surger1976)
13 years, 8 months ago
Well I have situation with send via this plugin Amazon SES is OK is not only 200
in amazonses.class.php @@ -145,1 +145,1 @@ - if ($response_http_status_code === "200") + if (in_array($response_http_status_code, array("200", "201", "204", "206")))