Mail with SMTP
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
Did you get this to work?
I have identically config and same problem: firewall log tell me, server sends mail on the defined port, but I do not get mails.