Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send Test Mail Error #73

Open
jackgw opened this issue Dec 10, 2024 · 0 comments
Open

Send Test Mail Error #73

jackgw opened this issue Dec 10, 2024 · 0 comments

Comments

@jackgw
Copy link

jackgw commented Dec 10, 2024

I'm trying to get the Send Test Mail feature working.

I've added the following line to .env.local as specified, with newly generated SES SMTP credentials and the correct region:

MAILER_DSN=ses+smtp://<SMTP username>:<SMTP password>@default?region=us-west-2

However, when trying to send an email, I get the following message (email addresses have been removed afterwards for privacy):

Screenshot 2024-12-10 at 9 33 12 AM

The MAILER_DSN is configured correctly according to the Symfony Docs.

The SMTP credentials have been generated in accordance with the SES Docs.

The email address used to send from/to is a verified identity within SES.

So I'm not sure what else may be the problem. Is there any way to debug this error, or any additional documentation on the setup for the test mail feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant