Cronicle icon indicating copy to clipboard operation
Cronicle copied to clipboard

Unable to get password reset emails.

Open tushar9953 opened this issue 3 years ago • 1 comments

Summary

Unable to get password reset emails.

@jhuckaby please help with this.

Steps to reproduce the problem

Just entered by username and email address in forgot password page and after clicking "Send Email" getting error "Error: connect ECONNREFUSED 127.0.0.1:25".

I have already set smtp_hostname and smtp_port in config.json and am able to get email notifications related to completed/failed jobs. I am afraid if there is some other email-related configurations that might be unknown to me.

Your Setup

Operating system and version?

CentOS 7.9.2009 (CentOS 7.9 container within docker engine)

Node.js version?

v14.20.0

Cronicle software version?

0.9.7

Are you using a multi-server setup, or just a single server?

multi-server setup

Are you using the filesystem as back-end storage, or S3/Couchbase?

No

Can you reproduce the crash consistently?

Yes this issue is persistent.

Log Excerpts

tushar9953 avatar Aug 04 '22 07:08 tushar9953

Try restarting the Cronicle service. The user management component doesn't hot reload the config file, and needs a full restart if you change any SMTP settings.

jhuckaby avatar Aug 05 '22 01:08 jhuckaby