ASP VBScript Email question
September 17, 2007 6:12 PM
Subscribe
How can I do a simple logon to a POP3 account using ASP/VBScript?
I just need to logon to an email account IMAP or POP3 (hosted on my network) given a username and password and then exit the session. How would I accomplish this in ASP/VBScript? I've tried creating a WScript object and running telnet from within that, but it is not having the same effect as it does in the command window, and it seems like there is a better solution anyhow (but maybe not?). Google is not helping by returning the countless email components out there that I feel are overkill for this simple task. Thanks in advance!
posted by gatorbiddy to computers & internet (6 comments total)
If you have access to the web server you could look into some of the non-free alternatives. This site has a fairly decent breakdown of the options available.
posted by purephase at 6:25 PM on September 17, 2007