Problem Laravel webapp deployed on Elastic Beanstalk not sending emails

0

Hi everyone, I have deployed my Laravel app successfully on AWS Elastic Beanstalk, also i am using route 53 for DNS service and activated production mode in AWS SES (verified the domain and emails). i am having problem with the SMTP service, in my local environment the app is sending emails for account verification just fine through Gmail SMTP but when i try to sign up in my app in the deployed app on Elastic Beanstalk it just doesn't work it displays that the email is sent but nothing in either inbox nor spam, i have also checked laravel logs and server logs i haven't found any error regarding email. Anyone had a similar problem ? Any ideas on what could cause this malfunction ? Thanks in advance for your responses :)

1 Answer
1

Hello.

Is there a sending history in Amazon SES?
You can check your sending history etc. by following the steps described in the document below.
In the document below, the transmission history is recorded in OpenSearch Service, but depending on the Kinesis settings, it can also be stored in S3.
https://repost.aws/knowledge-center/ses-email-sending-history

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago
profile picture
EXPERT
reviewed a month ago
  • unfortunately no sending history i tried using AWS SES SMTP and Gmail with no success this far and still no errors in the logs :(