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
在使用网易邮箱发送邮件时,收到失败的信息:smtplib.SMTPDataError: (554, b'DT:SPM 163 smtp10,DsCowAA3D+JApVpd78gMKg--.16104S2 1566221632,please see http://mail.163.com/help/help_spam_16.htm?ip=59.42.123.65&hostid=smtp10&time=1566221632');通过查询163网易的相关对照内容,被邮箱服务器认定为垃圾邮件,拒绝发送。
查询到的内容时:•554 DT:SPM 发送的邮件内容包含了未被许可的信息,或被系统识别为垃圾邮件。请检查是否有用户发送病毒或者垃圾邮件;
经过向教练咨询,更改主题后发送成功。
我估计这一段时间,很多人使用相同的主题,所以被网易认定为垃圾邮件,如果是这样的话,后面还会有不少人会遇到我的问题。所以在这里将问题写下来,供大家参考。
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
The issue concerns the day11 email exercise and 网易/163 SMTP; start by reproducing the reported SMTPDataError and reviewing the exercise's email-sending instructions. No file or test is named, so completion would require an agreed user-facing change or documented guidance for the spam rejection, followed by checking that the exercise remains usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100