Report this

What is the reason for this report?

Integrating AWS SES with app in APP platform

Posted on December 10, 2020

So I’ve run into an issue which i can’t find a way to authenticate my domain so i can integrate my Laravel APP with AWS SES.

As i talked with the support they said i have to upload the TXT file needed to authenticate my domain to my spaces storage service and use the app to access it from there, which doesn’t make any sense to me.

If anyone has a solution i would really appreciate it.

Thanks and regards!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

What I would usually do is to use a DNS TXT records to do the verification instead. You can follow the steps on how to do that here:

https://docs.aws.amazon.com/ses/latest/DeveloperGuide/dns-txt-records.html

If you prefer to use a TXT file instead, it would depend on whether you are using the Laravel local storage or S3 to store your static files. But what you could do is upload the TXT file to the Laravel public folder and it will be accessible via your domain name directly.

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.