Log in

View Full Version : Email Checking on my own site



Mehok
03-21-2008, 02:23 PM
I was wondering is there a way to make an email Checker for all the guys that are under my domain name

say john@domain.com has an email with his business but currently he uses www.mail2web.com to check his work email

he has sugested that the company make a system that will let him check his email trough the company website instead of going to a 2nd party source to do so.

P.S. this is a college project so need your help as soon as anyone has some free time

thetestingsite
03-21-2008, 02:38 PM
Look into setting up a webmail client such as squirrelmail, roundcube, horde, etc. (all of these use PHP, so make sure you have that enabled on your server).

Hope this helps.

Mehok
03-21-2008, 06:25 PM
Thanks can you give me a full list of prggies that do thais

i am hosted by a unix server so i am not sure which one of these will work

thetestingsite
03-21-2008, 07:02 PM
Depending on the mail server program, and the server side languages available on the server, I can give you a list of webmail scripts that should work. Some mail servers actually come with a built-in webmail service (such as Imail, Pegasus [for Mercury MTA], etc). Also, the list I posted before all use PHP so if you do not have PHP available, we would need to modify that list to point to what you have available. You could look through hotscripts.com (http://www.hotscripts.com) or any other script directory for what you need.

Hope this helps.