mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
feature(email): 新增注释
This commit is contained in:
parent
33400d2065
commit
9f1f75cde8
1 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,14 @@ qq_smtp_server = "smtp.qq.com"
|
|||
qq_email = "xxxxxxxxxx@qq.com"
|
||||
qq_password = "123456789123456789" #应用码
|
||||
|
||||
"""
|
||||
自建邮箱配置
|
||||
"""
|
||||
server_smtp_server = "example.com"
|
||||
server_email = ""
|
||||
server_password = "xxx"
|
||||
server_port = 587
|
||||
|
||||
"""
|
||||
图床配置
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue