mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 05:45:55 +03:00
[GH-ISSUE #839] 我要用自建SMTP服务器进行发信 #313
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#313
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @2821296948 on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/839
我在专线上部署了一个smtp服务器,开放了25,443,465,587,993端口,在外网环境用Python发信测试脚本可以正常发信。我是通过UI界面部署的,添加了名称为
SMTP_CONFIG的json格式文件,内容格式如下:{
"awsl.uk": {
"host": "smtp.xxx.com",
"port": 465,
"secure": true,
"authType": [
"plain",
"login"
],
"credentials": {
"username": "username",
"password": "password"
}
}
}
我按照填了并部署之后尝试发信,在注册页面显示
[500]余额不足;在admin控制台中的发信板块发信报错:
[500]: Error 请先为此域名启用 resend 或 smtp (xxx.xxx.xxx)是还要再添加一些变量之类的来声明已启用SMTP发信了吗?
@dreamhunter2333 commented on GitHub (Feb 25, 2026):
感谢反馈,"awsl.uk" 此部分需要换成你的域名