Forums

Amazon SES DKIM Mailer
Error message (9 posts)

  1. chriscobb
    Member
    Posted 8 months ago #

    When I run the test email, I get:

    AmazonSES Error: HTTP/1.1 200 OK x-amzn-RequestId:263df2de-f794-11e1-a82b-a96b1a457f49 Content-Type: text/xml Content-Length: 338 Date: Wed, 05 Sep 2012 19:59:06 GMT 000001399803c1dc-ed40bd85-dcbc-47b1-bb0e-45abcb6f44fb-000000 263df2de-f794-11e1-a82b-a96b1a457f49

    The test email however does get sent.

    http://wordpress.org/extend/plugins/amazon-ses-and-dkim-mailer/

  2. veerbahadur
    Member
    Posted 8 months ago #

    I am also facing the same issue, If anyone got the fix please let me know.
    Thanks.

  3. Sam Hotchkiss
    Member
    Posted 7 months ago #

    Amazon has changed the way that their responses are set up.

    To fix this problem, open the file "class.amazonses.php" in the "php-mailer" folder of the plugin.

    Go to line 133, which should say:
    $tmpar = explode(" ", $response_http_headers, 3);

    Change this to:
    $tmpar = explode(" ", $response_content, 3);

    and you'll be good to go!

    If you'd rather, I've put together a patched version of the plugin that you can use-- just replace the version on your site with this version-- all of your settings will be retained:
    http://hotchkissconsulting.com/files/amazon-ses-and-dkim-mailer.zip

  4. chriscobb
    Member
    Posted 7 months ago #

    Using the version in your zip file, I get this error when sending the test: AmazonSES Error: 0000013a1d3d42fa-defa4fbf-85c9-44dd-8c8e-a6af944bf023-000000 3c87b1b5-0be8-11e2-835f-d54f391dcc98

  5. Sam Hotchkiss
    Member
    Posted 7 months ago #

    Chris-- if you can send me an email with a screen shot of your settings and this error (my email address is on http://www.hotchkissconsulting.com/ ), I'll see what I can do. This patch worked for 6 different clients of mine who are all running Amazon SES

  6. chriscobb
    Member
    Posted 7 months ago #

    I just sent the screenshot to you. Thanks.

  7. surger1976
    Member
    Posted 7 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")))
  8. ivnus
    Member
    Posted 6 months ago #

    Changing line 133 worked for me...thanks Sam!

  9. d_random
    Member
    Posted 3 months ago #

    THANK YOU Sam Hotchkiss!!
    Your patched zip of Amazon SES DKIM Mailer WORKS!!

Reply

You must log in to post.

About this Plugin

About this Topic

Tags

No tags yet.