widdix / mastodon-on-aws

Host your own Mastodon instance on AWS
https://cloudonaut.io/mastodon-on-aws/
134 stars 27 forks source link

How to setup email config #12

Closed jbold closed 1 year ago

jbold commented 1 year ago

Where/how to set up SES + mastodon smtp config?

schuettc commented 1 year ago

It just worked for me? Keep in mind that SES will typically be deployed in sandbox mode. To get out of that, you'll need to submit a request. In the meantime, you can use it in sandbox mode, but you'll need to verify the email address you're going to send to. That can be done in the SES console. But everything else about SES setup worked out of the box for me. The confirmation email just didn't come through because the email I was sending to hadn't been verified yet and account was still in sandbox.

andreaswittig commented 1 year ago

@jbold @schuettc I'm amazed that your are helping each other out. Have seldomly seen this with our other open-source projects. Keep going! The Mastodon community is rocking it!

jbold commented 1 year ago

@schuettc got it 👍 image

andreaswittig commented 1 year ago

Thanks for bringing this up. I've extended our documentation.