1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Restore ethereal user

This commit is contained in:
jvcalderon 2024-03-25 12:31:48 +01:00
parent 50c0fb1f97
commit 4314489e26

View file

@ -45,8 +45,8 @@ function createSMTPTransport(config?: SMTPInnerConfig) {
host: "smtp.ethereal.email",
secure: false,
auth: {
user: "jeremy22@ethereal.email",
pass: "EkeTST7Zr2TEsWtkRh",
user: "seamus99@ethereal.email",
pass: "5ghVteZAqj6jkKJF9R",
},
}
}