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