Skip to content

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

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years 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 :(

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.