如何使用Python在hotmail中发送邮件?
有没有办法登录我的hotmail帐户并使用Python程序发送邮件?
Is there a way to login my hotmail account and send mails with a Python program?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用他们的 SMTP 服务器:
使用 smtplib 发送邮件。您可以在此处找到一些示例。
You can try using their SMTP server:
Use smtplib to send mail. You can find some examples here.