Issue with SMTP #3327
-
I am using Helm Charts, I declared the following variables to use Postmark to deliver emails.
But for some reason, none of the emails would go out. When I try to reset the password link on the UI to trigger email sending, it gives me the following error in the 'worker' logs - https://justpaste.it/2k7e0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From the error logs, it seems Sidekiq is having issues connecting to your SMTP service. Could you confirm the credentials and access? Ref: https://postmarkapp.com/support/article/1116-troubleshooting-common-connection-issues |
Beta Was this translation helpful? Give feedback.
cce2bc97-2af7-4002-86c2-7cf712dc9efa) from Sidekiq(mailers) in 33.58ms: Errno::ECONNREFUSED (Connection refused - connect(2) for "" port 587):
From the error logs, it seems Sidekiq is having issues connecting to your SMTP service. Could you confirm the credentials and access?
Ref: https://postmarkapp.com/support/article/1116-troubleshooting-common-connection-issues