php-aws-ses
php-aws-ses copied to clipboard
PHP classes that interfaces Amazon Simple Email Service
fixes: #63 - trigger errors only when allowed.
This PR will add new functions and mark depracted functions as depracted. New functions: - verify and get dkim status - enable or disable account sending status - add function...
Hi, I got error like this. ``` PHP Warning: SimpleEmailService::sendEmail(): 6 getaddrinfo() thread failed to start in /home/ubuntu/Code/stratos_queue/vendor/daniel-zahariev/php-aws-ses/src/SimpleEmailService.php on line 608 ``` It popup like every 20-30 minutes. So I...
Suddenly, I am getting this issue: (using 0.9.4) An error (512) occurred in script 'aws/src0.9.4/SimpleEmailService.php' on line 608: SimpleEmailService::sendEmail(): 6 Could not resolve host: email.us-east-1.amazonaws.com Any suggestions? thx,
I'm getting this error... do you know why? Warning: SimpleEmailService::sendEmail(): Sender - SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access...
Hello, Great AWS-SES Class Script! How many Emails can be tied to a single BBC send request? vs What is the best way to send single emails and at which...
I need to send bulk emails to multiple recipients using Amazon SES. Also, each email should be personalized according to the recipient's data. e.g. In the email content and the...
Instead of requiring an explicit access key and secret key, add support for IAM instance profiles via the EC2 metadata service to allow dynamically getting temporary credentials as needed. http://aws.amazon.com/about-aws/whats-new/2012/06/11/Announcing-IAM-Roles-for-EC2-instances/...
Hello, I am a bit clueless : I keep receiving emails from AWS telling me that my php-aws-ses install is using version 3: _Your Signature Version 3 requests were identified...