added secure console
This commit is contained in:
@@ -19,6 +19,7 @@ const initTransporter = () => {
|
||||
port: process.env.MAIL_PORT,
|
||||
user: process.env.MAIL_USER,
|
||||
password: process.env.MAIL_PASSWORD,
|
||||
secure: process.env.MAIL_SECURE === "true",
|
||||
});
|
||||
|
||||
transporter = nodemailer.createTransport({
|
||||
|
||||
Reference in New Issue
Block a user