Closed tristam15 closed 3 weeks ago
Update
After some research, I figured it out.
Here is what you need to do.
smtp_credentials_generate.py
python path/to/smtp_credentials_generate.py wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY us-east-1
In the preceding command, do the following:
Replace path/to/ with the path to the location where you saved smtp_credentials_generate.py
.
Replace wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY with the secret access key that you want to convert into an SMTP password.
Replace us-east-1 with the AWS Region in which you want to use the SMTP credentials.
I'm disappointed to see Amazon SES doesn't have a better way. Listmonk should at least have a tutorial for this. Anyway, I think this can serve as the tutorial now.
There is a "tutorials" section in the docs that covers this.
I've been trying to set up listmonk on Digital Ocean and I finished all the steps and Listmonk is now successfully running on port 9000 of my droplet.
For the past 2 hours, I have been trying to configure the SMTP settings of Amazon SES. No matter what credentials I use, it says invalid credentials.
My question is, where do we get these SMTP credentials that work from Amazon SES? Are they
When I click on Manage SMTP Credentials, it takes me the IAM page. I am stuck there and I have tried the above mentioned credentials but it does not work. It just does not work. This is infuriating that it is this complex.
Help appreciated.
Thank you.