selfteaching / selfteaching/selfteaching-python-camp
Day11 中容易掉下去的两个坑
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
1、在qq邮箱里开启了SMTP码后是没有host地址的,所以在填写host的时候记得填写自己邮箱的SMTP服务器,如果使用qq就是smtp.qq.com,我就是在这里填写的是163,没有改过来,报错找原因又浪费了时间。
2、运行代码到输入发件人邮箱密码这一步,记得啊,看清楚啊,是输入授权码的,不是输入发件人的邮箱密码。其实qq提示得很清楚,但是不知道为啥我就选择性忽略了。我试了复制授权码到终端没成功,所以还是手动输入吧。

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Day11 email/SMTP instructions and compare them with the two pitfalls reported here. Clarify that QQ Mail uses smtp.qq.com as its SMTP host and that the prompt expects an authorization code rather than the mailbox password. Done when both points are explicit for learners.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100