carefree Posted November 23, 2007 Share Posted November 23, 2007 I want to create a user mail sytem like google and yahoo , where users sign up to a free account and have to visit the site to see the mail. Anyone know what program/script yahoo is using ? If not where would I start , anyone know of a Opensource program where I could build this off of? Quote Link to comment https://forums.phpfreaks.com/topic/78530-solved-code-a-yahoo-mail-system/ Share on other sites More sharing options...
Daniel0 Posted November 23, 2007 Share Posted November 23, 2007 Anyone know what program/script yahoo is using ? They custom coded it. The source is closed. Quote Link to comment https://forums.phpfreaks.com/topic/78530-solved-code-a-yahoo-mail-system/#findComment-397407 Share on other sites More sharing options...
Azu Posted November 23, 2007 Share Posted November 23, 2007 I want to create a user mail sytem like google and yahoo , where users sign up to a free account and have to visit the site to see the mail. Anyone know what program/script yahoo is using ? If not where would I start , anyone know of a Opensource program where I could build this off of? They are using their own "program/script", and I doubt they will just hand it over to you (unless you pay them a HUGE amount of money). I wouldn't be surprised if they wanted at least a few million dollars for it. Just like Google is not going to just hand over their source code lightly. Neither would Microsoft. Nor Ebay. Nor Paypal. Quote Link to comment https://forums.phpfreaks.com/topic/78530-solved-code-a-yahoo-mail-system/#findComment-397787 Share on other sites More sharing options...
PFMaBiSmAd Posted November 23, 2007 Share Posted November 23, 2007 Most mail servers have an API that allows you to dynamically add users... and a web interface for users to access email. If you are talking about 5k-10k accounts, the following might give you a starting place (I have not personally used this.) Here is a link to a free Windows based mail server that says it does most of what you would normally want to do if hosting free email accounts - http://www.hmailserver.com/?page=frontpage Quote Link to comment https://forums.phpfreaks.com/topic/78530-solved-code-a-yahoo-mail-system/#findComment-397794 Share on other sites More sharing options...
carefree Posted November 24, 2007 Author Share Posted November 24, 2007 I have found a good base to start off with: http://www.formtools.org Quote Link to comment https://forums.phpfreaks.com/topic/78530-solved-code-a-yahoo-mail-system/#findComment-397848 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.