Send mail from a Windows script

前端 未结 7 929
耶瑟儿~
耶瑟儿~ 2021-01-02 07:11

I would like to send mail from a script on a Windows Server 2003 Standard Edition. I think the server setup is pretty much out of the box.

The mail server is an Exch

7条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-02 08:03

    I think that you'll have to install some ActiveX or other component what could be invoked from WScript, such as: http://www.activexperts.com/ActivEmail/ and: http://www.emailarchitect.net/webapp/SMTPCOM/developers/scripting.asp

    Otherwise, you'll have to write the entire SMTP logic (if possible, not sure) in WScript all on your own.

提交回复
热议问题