我知道我们可以使用下面的代码()从outlook读取电子邮件。import win32com.client
inbox = outlook.GetDefaultFolder(6) # "6" refers to the index of a folder - in this case,inbox.Item
我试图通过我的Outlook.com电子邮件地址发送电子邮件使用MailKit。await client.SendAsync(message); }
}An error occurred while attempting to establish an SSL or TLS connection在@jstedfast的建议中添加了Protoco