Questions tagged [amazon-simple-email-service]

51 questions
0
votes
0 answers

AWS SES verification failed for AWS Route 53 domain

I recently bought a domain from godaddy.com but transferred it to AWS Route 53. The transfer is successful but I cannot verify my domain for AWS SES even though Verification and DKIM name, Type and value are the same. I tried to verify many times…
0
votes
1 answer

email account does not exist when try send an email to aws count

I am setting up aws email accounts (workmail) and and I have problems to receiving mail in this counts. (I must admit that it is my first time with aws and i don't know many about this service) I'm working with AWS services: WorkMail Simple Email…
0
votes
1 answer

How to use Amazon SES in a PHP Class

I installed the AWS PHP SDK using composer but am unsure how to use AWS SES within my existing class. I used the sample code in the SES PHP Docs website. I was able to create a test.php file to test out that code and it works. However when trying to…
0
votes
0 answers

AWS SES throw SesException with null error message

I am trying to integrate the AWS PHP SDK with my application so that it can send emails using the AWS Simple Email Service. I have the following PHP code: require_once 'Aws/aws-autoloader.php'; $client = Aws\Ses\SesClient::factory(array( …
K Hsueh
  • 610
  • 1
  • 10
  • 19
0
votes
1 answer

AWS SES Not sending emails despite following guide- Windows OS

I'm following the steps listed in the Documentation and I can get a successful connection but attempting to actually send an email gets a 250 Ok response but no message id and no message is sent to my inbox. openssl s_client -crlf -starttls smtp…
MCBama
  • 1,432
  • 10
  • 18
-1
votes
1 answer

Python Lambda in VPC Times Out with Simple Email Service

My SES account is out of sandbox. I am trying to send emails with SES using a Python lambda that is in a VPC. I know that the lambda being in a VPC is why I am having a task timeout when trying to run any boto3 SES SDK code. I spent hours…
1 2 3
4