dim msg as Object
msg = Server.CreateOBject( "JMail.Message" )
msg.silent = false
msg.mailserverpassword="himidi"
msg.mailserverusername="[email protected]"
msg.From = "[email protected]"
msg.FromName = "hididi.net"
msg.AddRecipient("[email protected]")
msg.Subject = "xxx"
msg.Body ="yyyyyyyyyyyy"
msg.Send("127.0.0.1")
==================================
一直都是这个出错信息,The message was undeliverable. All servers failed to receive the message,我想别人也都在用的,我怎么就不行呢,搞这个问题已经搞去四天的时间了,其它的事情什么都不能做,真可怜啊~~