Restore ethereal user

This commit is contained in:
jvcalderon 2024-03-25 12:31:48 +01:00
parent 50c0fb1f97
commit 4314489e26
1 changed files with 2 additions and 2 deletions

View File

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