selfteaching / selfteaching/selfteaching-python-camp

Day11 中容易掉下去的两个坑

Open
#1,060 2 comments 0 reactions 0 assignees View on GitHub

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提示得很清楚,但是不知道为啥我就选择性忽略了。我试了复制授权码到终端没成功,所以还是手动输入吧。
image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.