Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am not able to send the mail from aws.amazon SES since from Monday (30-10-2012) previously it is working fine suddenly it stopped working. I got following is the errors

A PHP Error was encountered

Severity: User Warning

Message: SimpleEmailService::getSendQuota(): Sender - RequestExpired: Request timestamp: Wed, 31 Oct 2012 11:50:32 UTC expired. It must be within 300 secs/ of server time. Request Id: e472fb5a-2351-11e2-8183-8138c6c456cf

Filename: libraries/ses.php

Line Number: 363

But this same code working with fine in another server What is the issue Please help,I could not find solution for this.

share|improve this question
Amazon has servers in the NY area... Sandy is maybe to blame here. Lots of others hosting/service providers had issues with the power outage/flooding over there – gastush Oct 31 '12 at 13:13

2 Answers

up vote 2 down vote accepted

As a quick suggestion, check the SES time by making an HTTP request to SES (e.g. wget -S "https://email.us-east-1.amazonaws.com"), and compare to your server's time. Update the server's time (or use NTP if you aren't already) and see if the problem resolves itself.Thanks @cyberx86.

share|improve this answer
Good its working fine...... – Elby Mar 20 at 7:34

As experts suggested:-Britain (and probably other countries) switched over to winter time at the same day your error started happening and the error says that the time is more than 300 seconds wrong. I would vote for that being the root cause

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.