mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 14:37:13 +01:00
use TLS for smtp transport
This commit is contained in:
@@ -27,13 +27,14 @@ if (!fromEmail) {
|
||||
|
||||
let transporter = nodemailer.createTransport({
|
||||
host: "wirtanen.uberspace.de",
|
||||
port: 587,
|
||||
secure: false,
|
||||
port: 465,
|
||||
secure: true,
|
||||
auth: {
|
||||
user: smtpUser,
|
||||
pass: smtpPass,
|
||||
},
|
||||
logger: true,
|
||||
//debug: true,
|
||||
});
|
||||
|
||||
const footer = `
|
||||
|
||||
Reference in New Issue
Block a user