Mailing credentials not working
Hello guys, I am having some problems to be able to make AWS SES working in my app. I have an app using Heroku and Rails 6 with a production.key credentials. I added this to the production environment
config.action_mailer.delivery_method = :smtp
When I try the aws test email it works from aws platform.In my credentials I have added:
ses: # https://console.aws.amazon.com/ses/home username: 'AAAAAAAAAAAA' <- I got this from creating credentials in the SMTP settings in amazon console password: 'BBBBBBBBBBBB+P4W' <- I got this from creating credentials in the SMTP settings in amazon console address: 'teami.io' <- this is the domain I verified in AWS SES
any idea what could it be? Also I have added the production key to Rails Master Key in Heroku environments and selected amazon ses in the jumpstart config
Notifications
You’re not receiving notifications from this thread.