fromAddress = 'sender@example测试数据' toAddress = 'me@my.domain' msg = "Subject: Hello\n\nThis is the body of the message." import smtplib server = smtplib.SMTP("localhost", 25) server.sendmail(fromAddress, toAddress, msg)
希望本文所述对大家的Python程序设计有所帮助。
查看更多关于python通过邮件服务器端口发送邮件的方法的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did88616