Can I use this technique to provide free email service for my users?

Posted by Naughty.Coder on Stack Overflow See other posts from Stack Overflow or by Naughty.Coder
Published on 2010-04-10T02:23:52Z Indexed on 2010/04/10 2:33 UTC
Read the original article Hit count: 454

Filed under:
|
|

I'll let users register their [email protected] ,,, they enter their members area where they can :
1- send emails ( easy to do)
2- receive emails ..

for receiving emails , I'll use a catch all email account , read the email and figure to whom it's sent (username), and then I save it on the database with userid of the username who has registerd !

Do I miss something here ... is it really this simple (if I don't have an email server) ?

© Stack Overflow or respective owner

Related posts about php

Related posts about php5