diff --git a/Server/src/routes/api/email.js b/Server/src/routes/api/email.js index 8e0734f..675dea1 100644 --- a/Server/src/routes/api/email.js +++ b/Server/src/routes/api/email.js @@ -7,8 +7,8 @@ let transporter = nodemailer.createTransport({ port: 587, secure: false, auth:{ - user: 'app@ofbbutte.com', - pass: '(app&email*sender)Q1' + user: 'mail@ofbbutte.com', + pass: '@2014OfbPwd' } });