I'm looking for a webmail script, like Hotmail or Yahoo. I need it to connect to my local POP3 server. It could be ASP or ASP.NET but ASP would be easier for me.
Has anyone seen one for free? I have full access to the server (Running Server 2003)
Do a google search, there are dozens out there. I know if you are runnning PHP on your server, http://www.squirrelmail.org/ is a good program, and it's free.
Give this one a try, nice and easy to set-up and is free to use: http://JMailbox.org
I don't have the Pro version of JMAIL.
I guess I'll just have to code my own (Been doing a lot of this lately), I already have POP3 and SMTP components on the server...and I guess it can be done better (for me) this way.
I have PHP, but It's crapping out on me...Oh well, thanks for the help guys.