mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
feat(configs): 添加谷歌和QQ邮箱配置示例
This commit is contained in:
parent
a7eeff9914
commit
907cb70729
1 changed files with 12 additions and 0 deletions
|
|
@ -1,5 +1,17 @@
|
||||||
app_id="<KEY>"
|
app_id="<KEY>"
|
||||||
bot_account= "<KEY>"
|
bot_account= "<KEY>"
|
||||||
|
"""
|
||||||
|
谷歌邮箱配置
|
||||||
|
"""
|
||||||
|
google_smtp_server = "smtp.gmail.com"
|
||||||
|
google_email ="xxxxxx@gmail.com"
|
||||||
|
google_password = "1234567891234567" #16位应用码
|
||||||
|
"""
|
||||||
|
qq 邮箱配置
|
||||||
|
"""
|
||||||
|
qq_smtp_server = "smtp.qq.com"
|
||||||
|
qq_email = "xxxxxxxxxx@qq.com"
|
||||||
|
qq_password = "123456789123456789" #应用码
|
||||||
|
|
||||||
"""
|
"""
|
||||||
图床配置
|
图床配置
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue