以前写过GoDaddy Windows主机支持的发送邮件的组件 , 没有写上实例. 今天把实例写出来一个,供大家参考
今天特意研究了一下Godaddy空间的在线发送邮件组件,试了几个代码,最后这个CDO.Message组件代码可用;
我的godaddy空间是150G的那种,windows系统,IIS7的。
<%
sendUrl="http://schemas.microsoft.com/cdo/configuration/sendusing"
smtpUrl="http://schemas.microsoft.com/cdo/configuration/smtpserver"
' Set the ma...
邮件, godaddy阅读全文