If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How to send an email from Visual Basic or VBScript? I want to send from Windows 2000, Windows NT and Windows 98 computer. I don't want to use IIS SMTP gateway, I want to communicate directly to an SMTP server. Please help.
Can't do it from VBScrript without a third-party component. You need sockets to be able to talk to an SMTP server (since it's basically a telnet session to port 25).