You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
333 B
JSON

[
{
"name": "默认SMTP",
"smtp_host": "smtp.example.com",
"smtp_port": 465,
"smtp_user": "noreply@fastapiadmin.com",
"smtp_password": "PLACEHOLDER_AES_ENCRYPTED",
"from_name": "FastapiAdmin",
"use_tls": true,
"is_default": true,
"timeout": 30,
"description": "平台默认SMTP配置"
}
]