Skip to content

Commit b0e05e0

Browse files
committed
add document about SMTP TLS
1 parent 921dd77 commit b0e05e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
API Spec 和预期的调用方式参见[此处](https://github.com/ustclug/hackergame/blob/b3a63e67270dc7b1b11491d8692d30caa54d847f/frontend/auth_providers/external.py#L24C5-L24C5)
66

7-
本程序将启动一个 HTTP 服务器,在 `/mail` 接受 POST 请求,并使用 SMTP 将邮件发送至对应邮箱。
7+
本参考实现将启动一个 HTTP 服务器,在 `/mail` 接受 POST 请求,并使用 SMTP 将邮件发送至对应邮箱。
8+
9+
⚠️ 本参考实现使用 TLS 连接到 SMTP 服务器。
810

911
## 部署
1012

0 commit comments

Comments
 (0)