This commit is contained in:
yun
2025-08-10 22:02:15 +08:00
parent 12da33399b
commit 4522af82f3
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -16,10 +16,10 @@ func TestMail(t *testing.T) {
ctx := context.Background()
ini, err := sm.SetOption(ctx, interfaces.SetSmtp(&interfaces.EmailConfigDataSmtp{
Username: "test@email.aisz.org",
Password: "FDuSoJKiC9tNSDIG6DFh",
Username: "support@email.blueoceanpay.com",
Password: "SupporT2017",
ReplyTo: "",
Host: "smtpdm.aliyun.com",
Host: "smtpdm-ap-southeast-1.aliyun.com",
Port: "80",
}))
if err != nil {