Cronicle icon indicating copy to clipboard operation
Cronicle copied to clipboard

Mail with SMTP

Open Jonbj opened this issue 4 years ago • 10 comments

Summary

Can't send mail with internal SMTP

Steps to reproduce the problem

Configure a task with notification error

Your Setup

"base_app_url": "http://IP:3012", "email_from": "[email protected]", "smtp_hostname": "mail.domain.com", "smtp_port": 465, "mail_options": { "secure": false, "auth": { "user": "user", "pass": "pass" }, "connectionTimeout": 10000, "greetingTimeout": 10000, "socketTimeout": 10000 },

Operating system and version?

Ubuntu Server 20.04

Node.js version?

16

Cronicle software version?

Latest

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

Single

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

Filesystem

Can you reproduce the crash consistently?

Yes

Log Excerpts

Failed to send e-mail for job: jktyi8gk301: [email protected]: Error: certificate has expired

Jonbj avatar Sep 24 '21 15:09 Jonbj

Did you get this to work?

Graxo avatar Oct 28 '23 06:10 Graxo

I have identically config and same problem: firewall log tell me, server sends mail on the defined port, but I do not get mails.

markusglaetzner avatar Dec 27 '23 01:12 markusglaetzner