项目中需要使用邮件功能,使用内置的System.Net.Mail.SmtpClient模块发送邮件时,无论使用126邮箱还是QQ邮箱,均报以下错误System.IO.IOException: Unable to read data from the transport connection: The connection was closed.。参考相关资料,可能的原因是相关邮箱的加密协议已经更新,但是...
项目中需要使用邮件功能,使用内置的System.Net.Mail.SmtpClient模块发送邮件时,无论使用126邮箱还是QQ邮箱,均报以下错误System.IO.IOException: Unable to read data from the transport connection: The connection was closed.。参考相关资料,可能的原因是相关邮箱的加密协议已经更新,但是...