phpList with Amazon SES Response

We are getting response like this below, while running the phplist with Amazon SES.

  • Found bundle for host “HOST NAME”: 0x55e957b2a4b0 [can pipeline]
  • Re-using existing connection! (#78) with host “HOST NAME”
  • Connected to “HOST NAME” (xx.xx.xx.xx) port 443 (#78)
    > POST / HTTP/1.1
    Host: email.us-east-1.amazonaws.com
    User-Agent: Sage IT (phpList version 3.3.7, phplist link)
    Accept: /
    Content-Type: application/x-www-form-urlencoded
    Date: Tue, 12 Feb 2019 10:06:10 -0600
    X-Amzn-Authorization: AWS3-HTTPS AWSAccessKeyId=XXXXXXXXXX,Algorithm=HMACSHA256,Signature=bwfEro1EcG6qhkp3kmZ3QJATdkfSY/g2jVkOZxT8nig=
    Content-Length: 84870
    Expect: 100-continue

Can you help to resolve this issue.

@Husain Please explain what exactly is the problem. You have shown the request sent by phplist, not the response from SES.
The response should be something like this

< HTTP/1.1 100 Continue
* We are completely uploaded and fine
< HTTP/1.1 200 OK
< x-amzn-RequestId: d52daefd-2e90-11e9-8666-fdddef405aff
< Content-Type: text/xml
< Content-Length: 338
< Date: Tue, 12 Feb 2019 06:38:39 GMT

Also, please use the preformatted button on the toolbar < /> so that plain text is not interpreted.

@duncanc: Thanks for your quick response. Below is the response what i am getting.

< HTTP/1.1 100 Continue

  • We are completely uploaded and fine
    < HTTP/1.1 100 Continue
  • We are completely uploaded and fine
    < HTTP/1.1 100 Continue
  • We are completely uploaded and fine
    < HTTP/1.1 100 Continue
  • We are completely uploaded and fine
    < HTTP/1.1 100 Continue
  • We are completely uploaded and fine
    < HTTP/1.1 200 OK
    < x-amzn-RequestId: 1cd4f0e6-2ee0-11e9-8d24-fdd23f282905
    < Content-Type: text/xml
    < Content-Length: 338
    < Date: Tue, 12 Feb 2019 16:06:09 GMT
    <
  • Connection #78 to host email.us-east-1.amazonaws.com left intact
    < HTTP/1.1 200 OK
    < x-amzn-RequestId: 1cd7893d-2ee0-11e9-a82a-e7f5fa3e1386
    < Content-Type: text/xml
    < Content-Length: 338
    < Date: Tue, 12 Feb 2019 16:06:09 GMT
    <
  • Connection #79 to host email.us-east-1.amazonaws.com left intact
    < HTTP/1.1 200 OK
    < x-amzn-RequestId: 1cdae3f3-2ee0-11e9-b8be-03600b924e15
    < Content-Type: text/xml
    < Content-Length: 338
    < Date: Tue, 12 Feb 2019 16:06:10 GMT

@Husain Please reformat the log output using the preformatted button </ >.
But you have not yet explained what the problem is.

@duncanc: We didn’t know that what is this response mean, we need the detailed explanation for this request and response.

@Husain Unless there is a problem with the plugin, which you have not yet explained, then I’m not able to help you.

The Amazon SES or php curl function documentation should explain what the request and response mean.

@duncanc
We are using PHPlist with AWS SES plugin, After configuring this plugin we are getting this response. When user tries to send bulk mail it added to processing queue, while executing this cron job i am receiving this type of response.

@Husain Do you mean that the sending of emails is failing? Where abouts do you see the response that you showed?
As I requested please format that output using the preformatted button </>

Please ensure that you are using the latest version of the Amazon SES plugin which is 1.2.2 and of Common Plugin which is 3.9.8 .

You can see the versions on the Manage Plugins page, where you can also re-install or update by using the package URLs
https://github.com/bramley/phplist-plugin-common/archive/master.zip
and
https://github.com/bramley/phplist-plugin-amazonses/archive/master.zip

@duncanc: We are using cron job to submit campaign, while running that cron job we are getting these kind of request and response.

* Connection #78 to host [email.us-east-1.amazonaws.com](http://email.us-east-1.amazonaws.com) left intact

* Connection #79 to host [email.us-east-1.amazonaws.com](http://email.us-east-1.amazonaws.com) left intact

In the above response, the connection #number (ID) getting increased and showing something like “left intact”. I like to know what is this mean actually.

Is that normal or something like “Warning”, “Info”, “Error”.

Response i actually getting from that cron job running below:

< HTTP/1.1 100 Continue

* We are completely uploaded and fine
< HTTP/1.1 100 Continue
* We are completely uploaded and fine
< HTTP/1.1 100 Continue
* We are completely uploaded and fine
< HTTP/1.1 100 Continue
* We are completely uploaded and fine
< HTTP/1.1 100 Continue
* We are completely uploaded and fine
< HTTP/1.1 200 OK
< x-amzn-RequestId: 1cd4f0e6-2ee0-11e9-8d24-fdd23f282905
< Content-Type: text/xml
< Content-Length: 338
< Date: Tue, 12 Feb 2019 16:06:09 GMT
<
* Connection #78 to host [email.us-east-1.amazonaws.com](http://email.us-east-1.amazonaws.com) left intact
< HTTP/1.1 200 OK
< x-amzn-RequestId: 1cd7893d-2ee0-11e9-a82a-e7f5fa3e1386
< Content-Type: text/xml
< Content-Length: 338
< Date: Tue, 12 Feb 2019 16:06:09 GMT
<
* Connection #79 to host [email.us-east-1.amazonaws.com](http://email.us-east-1.amazonaws.com) left intact
< HTTP/1.1 200 OK
< x-amzn-RequestId: 1cdae3f3-2ee0-11e9-b8be-03600b924e15
< Content-Type: text/xml
< Content-Length: 338
< Date: Tue, 12 Feb 2019 16:06:10 GMT