Jmail发邮件的例子(2)


JMail.Send("smtp.163.com")

'''' 关闭并清除对象
JMail.Close()
Set JMail = Nothing

if err.number<>0 then
response.write "发送发送失败!"
else
response.write "邮件发送成功!"
end if
%>