[GH-ISSUE #208] 获取新邮箱没显示 #64

Closed
opened 2026-02-26 20:35:27 +03:00 by kerem · 2 comments
Owner

Originally created by @Zding89 on GitHub (May 7, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/208

【获取新邮箱】按钮没显示,但后端连入显示OK,前段能通过登录密码登录,且admin后台也能正常登录。
怎么调试原因错在哪里?

Originally created by @Zding89 on GitHub (May 7, 2024). Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/208 【获取新邮箱】按钮没显示,但后端连入显示OK,前段能通过登录密码登录,且admin后台也能正常登录。 怎么调试原因错在哪里?
kerem closed this issue 2026-02-26 20:35:27 +03:00
Author
Owner

@dreamhunter2333 commented on GitHub (May 7, 2024):

默认不允许创建,需要配置文件中允许

# 是否允许用户创建邮件, 不配置则不允许
ENABLE_USER_CREATE_EMAIL = true

https://temp-mail-docs.awsl.uk/zh/guide/cli/worker.html

<!-- gh-comment-id:2097412115 --> @dreamhunter2333 commented on GitHub (May 7, 2024): 默认不允许创建,需要配置文件中允许 ```toml # 是否允许用户创建邮件, 不配置则不允许 ENABLE_USER_CREATE_EMAIL = true ``` https://temp-mail-docs.awsl.uk/zh/guide/cli/worker.html
Author
Owner

@Zding89 commented on GitHub (May 8, 2024):

默认不允许创建,需要配置文件中允许

# 是否允许用户创建邮件, 不配置则不允许
ENABLE_USER_CREATE_EMAIL = true

https://temp-mail-docs.awsl.uk/zh/guide/cli/worker.html

应该找到原因了,因为我是直接在网站上覆盖JS,然后添加变量更新,
ENABLE_AUTO_REPLY = "true" ENABLE_USER_CREATE_EMAIL = "true" ENABLE_USER_DELETE_EMAIL = "true"
网站把true变文本了,保存也一直闪10013错误

<!-- gh-comment-id:2100017756 --> @Zding89 commented on GitHub (May 8, 2024): > 默认不允许创建,需要配置文件中允许 > > ```toml > # 是否允许用户创建邮件, 不配置则不允许 > ENABLE_USER_CREATE_EMAIL = true > ``` > > https://temp-mail-docs.awsl.uk/zh/guide/cli/worker.html 应该找到原因了,因为我是直接在网站上覆盖JS,然后添加变量更新, `ENABLE_AUTO_REPLY = "true" ENABLE_USER_CREATE_EMAIL = "true" ENABLE_USER_DELETE_EMAIL = "true"` 网站把true变文本了,保存也一直闪10013错误
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#64
No description provided.