oof fixed certs
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m37s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m37s
This commit is contained in:
@@ -42,6 +42,9 @@ const sendEmailViaSMTP = async ({
|
|||||||
user: smtpUser,
|
user: smtpUser,
|
||||||
pass: smtpPassword,
|
pass: smtpPassword,
|
||||||
},
|
},
|
||||||
|
tls: {
|
||||||
|
rejectUnauthorized: false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user