Jump to content

[SOLVED] Code a YAHOO! Mail system


carefree

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/78530-solved-code-a-yahoo-mail-system/
Share on other sites

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.

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.