如何实现让别人的留言内容发送到我的邮箱中

请详细讲解或给出原码,非常感谢!
---------------------------------------------------------------

用NewMail
set mail=server.createobject("cdonts.newmail")
mail.from="[email protected]"
mail.to="[email protected]"
mail.Subject="Err Message"
mail.Body="Sorry, you mail will full,good luck!"
mail.MailFormat=0
mail.BodyFormat=0
mail.Importance=0
mail.Send

Published At
Categories with Web编程
Tagged with
comments powered by Disqus