From ed127b0dd1614f5aabe095991569406bbbd638dc Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 23 Mar 2021 10:40:13 -0400 Subject: [PATCH] =?UTF-8?q?SMTP=20=E9=82=AE=E4=BB=B6=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/SendMailSMTP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SendMailSMTP.py b/tests/SendMailSMTP.py index f188d87..492f2a4 100644 --- a/tests/SendMailSMTP.py +++ b/tests/SendMailSMTP.py @@ -2,7 +2,7 @@ # Python Send Email by SMTP # Author - HoneyMoose(huyuchengus@gmail.com) -# Link Article - https://www.ossez.com/t/python/13398 +# Link Article - https://www.ossez.com/t/python-smtp/13403 import getpass import smtplib