参考https://playwright.dev/docs/intro
host: 'smtp.163.com',
port: 465,
secure: true,
auth: {
user: '[email protected]',
pass: 'xxxx'
}
npm run dev
test mbv-26519-251
参考https://playwright.dev/docs/intro
host: 'smtp.163.com',
port: 465,
secure: true,
auth: {
user: '[email protected]',
pass: 'xxxx'
}
npm run dev
test mbv-26519-251