-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
寄信功能確認(e.g. 忘記密碼) #1102
Comments
要換 [email protected] 至別的信箱可以 可以使用 Google STMP Relay + Postfix (MTA/SMTP) 達成。 實驗結果:
import smtplib
with smtplib.SMTP("127.0.0.1", 1587) as server:
server.sendmail("[email protected]", "[email protected]", "test email")
這個 log 結果是預期的。剩下的就是看有沒有 google workspace owner (pycon.tw domain)可以一起拉實際實驗上去 |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
要替換 [email protected]
https://discord.com/channels/752904426057892052/958314910046117909/974424221277118484
The text was updated successfully, but these errors were encountered: