1 parent 45b8a63 commit 6b8ce1aCopy full SHA for 6b8ce1a
1 file changed
chapter14/send_fujian_email.py
@@ -6,7 +6,7 @@
6
from email.mime.multipart import MIMEMultipart
7
from email.header import Header
8
9
-sender = 'ai@banggood.com'
+sender = 'ai@test.com'
10
pwd = 'ai' #开通邮箱服务后,设置的客户端授权密码
11
receivers = ['lyz@163.com'] # 接收邮件,可设置为你的邮箱
12
0 commit comments