CDONTS本机,和远程虚拟主机问题
今天终于在本机收到了自己用asp发给自己的邮件
但是邮件内容为,我的mail.body
变成了附件
在我的虚拟主机上抱错
"没有权限"
请问如何解决?
谢谢
邮件内容:
This is an automatically generated Delivery Status Notification.
Delivery to the following recipients failed.
sellsy@163.com
源代码
<META content="text/html;charset=gb2312" http-equiv="Content-Type">
<%
on error resume next
Set MailObject=Server.CreateObject("CDONTS.NewMail")
MailObject.Send "coolyangxj@163.com","sellsy@163.com","Mysubject","Mytext"
Set MailObject=nothing
response.write err.description
%>