update mail transporter

test
dan 2020-10-27 21:03:23 -06:00
parent 51abacb9f2
commit 63b00fcd8a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const nodemailer = require('nodemailer');
let transporter = nodemailer.createTransport({
host: 'smtp.ionos.com',
port: 587,
secure: true,
secure: false,
auth:{
user: 'mail@ofbbutte.com',
pass: '(app&email*sender)Q1'