net发送邮件失败解决方法
-
asp发送邮件代码怎么写?asp.net发送邮件失败解决方法
‘ 添加附件(可选)’ objMail.AddAttachment “C:\path\to\file.pdf”‘ 执行发送On Error Resume NextobjMail.SendIf Err.Number <> 0 ThenResponse.Write “发送失败: ” & Err……
‘ 添加附件(可选)’ objMail.AddAttachment “C:\path\to\file.pdf”‘ 执行发送On Error Resume NextobjMail.SendIf Err.Number <> 0 ThenResponse.Write “发送失败: ” & Err……