删测测试项 默认开启用户名限制并增加默认限制用户

This commit is contained in:
Sabrita
2023-02-28 13:13:17 +08:00
parent ea1af80ea4
commit e109094472
3 changed files with 10 additions and 15 deletions
@@ -10,7 +10,7 @@ public final class EmailSettings implements SettingsHolder {
@Comment("Email SMTP server host")
public static final Property<String> SMTP_HOST =
newProperty("Email.mailSMTP", "smtp.gmail.com");
newProperty("Email.mailSMTP", "smtp.163.com");
@Comment("Email SMTP server port")
public static final Property<Integer> SMTP_PORT =