mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Add ignore certificate validity check for Nodemailer #501
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @addsky on GitHub (May 7, 2024).
Problem:
Even when specifying the "SMTP_secure: false" parameter in the configuration file, the connection to the local mail server gives the error "unable to verify the first certificate".
I would like to add the following parameter to the nodemailer connection:
@meltyshev commented on GitHub (May 7, 2024):
Hi! it'd be really nice to have this parameter.
@PsychoBroccoli commented on GitHub (Sep 23, 2024):
+1