change email service
This commit is contained in:
@@ -29,12 +29,12 @@ module.exports = {
|
||||
message;
|
||||
|
||||
let transporter = nodemailer.createTransport ({
|
||||
host: 'smtp.yandex.com',
|
||||
port: 465,
|
||||
secure: true,
|
||||
host: 'smtp.mail.com',
|
||||
port: 587,
|
||||
secure: false,
|
||||
auth: {
|
||||
user: 'saburly@yandex.com',
|
||||
pass: 'WeAreSaburlyTeam',
|
||||
user: 'saburly@mail.com',
|
||||
pass: 'KeepSaburly',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user