文章介绍 本文主要讲述如何利用Python向自己或他人邮箱📮发送信息 完整代码 #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Sun May 10 16:14:25 2020 @author: atom-g """ text = 'HI Do you know me ?' from email.mime.text import MIMEText import smtplib msg =