0

I am trying to send an email using PHPMailer library and Amazon SES service. I have created SES account and verified my domain by adding TXT record and also CNAME records for DKIM settings.

In SES Email Addresses I have verified one email address - kakumanivrn@gmail.com. Using PHPMailer I have used SES credentials and sent email from kakumanivrn@gmail.com to kakumanivr@gmail.com. I did debugging and got this error.

Varun Kakumani
  • 117
  • 1
  • 15

1 Answers1

0

I have found the solution myself. In limited SES account, I can send only email to verified recipients using verified senders. So I have to verify both emails and it's working now.

Varun Kakumani
  • 117
  • 1
  • 15