email account similar to hotmail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jai_lamba
Forum Newbie
Posts: 2
Joined: Thu Jul 18, 2002 4:53 am

email account similar to hotmail

Post by jai_lamba »

hi

can anyone tell how ro create email account having similar functionality like hotmail in php ie how to create email account for each registered user and managing his mail box with all functionality.

jai
MattF
Forum Contributor
Posts: 225
Joined: Sun May 19, 2002 9:58 am
Location: Sussex, UK

Post by MattF »

Sure, there is a simple function in the newbies section:

createComplicatedWebmailAccountLikeHotmail("username","password","domain");

</sarcasm>

Why don't you look on http://www.hotscripts.com they will probably have something there...
User avatar
llimllib
Moderator
Posts: 466
Joined: Mon Jul 01, 2002 2:19 pm
Location: Baltimore, MD

Post by llimllib »

you might want to check out horde or twig.
Post Reply