Gizmocracy
New Member
I use Amazon SES through SMTP. It worked perfectly in testing, which is why I went ahead and bought MBM. However, now that I use it in production, I'm getting a weird problem: It will send fine for however many emails I have set in "Group emails", then it starts to count down for the "Interval" delay as expected. However, when the "Next Delivery in" counter reaches 00:00:01, it hangs there forever.
The delivery window doesn't show any obvious errors:
It hangs there for so long that eventually Amazon gives up and closes the port:
And the reconnection attempt also just hangs forever.
All of my settings match http://www.maxprog.com/site/support/us/ ... on_ses.php, except that connections is set to 1.
What's going wrong here and how do we fix it?
The delivery window doesn't show any obvious errors:
Code:
[01] 1/4 09:33:05 ~ Stage 3 dispatch done
[01] 1/4 09:33:05 ~ Delay of 10s [00:00:10]
[01] 1/4 09:33:05 > QUIT
[01] 1/4 09:33:05 221 Bye
[01] 1/4 09:33:05 ~ Stage 4 dispatch done
[01] 1/4 09:33:05 ~ Next Delivery in 00:00:10
It hangs there for so long that eventually Amazon gives up and closes the port:
Code:
[01] 1/4 09:35:14 *** SMTP TIME-OUT 1 - 120 s
[01] 1/4 09:35:14 --> Reconnecting attempt 1 of 5
And the reconnection attempt also just hangs forever.
All of my settings match http://www.maxprog.com/site/support/us/ ... on_ses.php, except that connections is set to 1.
What's going wrong here and how do we fix it?