We've moved discussions to Discord

Mailing credentials not working

Borja Soler
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

Borja Soler
Update:

I have change the address for the server name in the smtp credentials and removed 
config.action_mailer.delivery_method = :smtp
from the production environment.

 but it still does not work
Borja Soler
okey solved, I had an issue with sidekiq in Heroku that was saying Redis::CommandError: ERR max number of clients reached
Notifications
You’re not receiving notifications from this thread.