Getting email on a webpage

D

darkrats

Would it be difficult to design a simple webpage that checks an email (pop3)
account and then lists the messages? Clicking on an item in the list would
open that email.

I know it's done on sites like Yahoo, but I'm curious as to how hard it
would be to set up a page myself.
 
T

Thomas A. Rowe

It would requires server-side scripting and a component that can communication with the POP3 server,
however if you web host or ISP offers web based email access then you should use that.

For security, I would not put any link to my email accounts on any web page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top