请问,有谁做过在ASP中用JMAIL发NOTES中的内部MAIL吗?
Set msg = Server.CreateObject("Jmail.Message")
msg.silent = true
msg.Logging = true
msg.Charset = "gb2312"
msg.ISOEncodeHeaders = false
msg.MailServerUserName ="penny_ren" '请问这里的登陆名用的是登陆NOTES时的用户名吗
msg.MailServerPassword ="1234" '这是我登陆时的密码
msg.from="penny_ren@uniwill.com.tw"
msg.Subject="aaa"
msg.Body ="bbb"
'收信人
msg.AddRecipient "penny_ren@uniwill.com.tw" '此?要改
isgo = msg.Send("10.1.200.26") '我们公司的SMTP服务器