Forum Moderators: coopster

Message Too Old, No Replies

Webmail

         

umerkk

5:16 pm on Sep 7, 2007 (gmt 0)

10+ Year Member



Hi

I am About to build a webmail system in PHP, like hotmail, it is basically for a competetion, i need ur suggestions, that is it good enuf to be in a competetion, and any reference tutorials and ur comments and improvements

Thanks

eelixduppy

5:21 pm on Sep 7, 2007 (gmt 0)



>> is it good enuf to be in a competetion

I would have gone with something a little more "difficult". For instance, build a suduko solver in php, or something. hehe

>> and any reference tutorials

If you want to stick to an email service and you are going to be using php you probably want to look into a PEAR package like mail [pear.php.net] or mail_queue [pear.php.net]. You also need to look up information about SMTP, a google search should produce decent results. Try that for now and see where it gets you.

umerkk

5:34 pm on Sep 7, 2007 (gmt 0)

10+ Year Member



Hi
What is Sudoko Solver?

eelixduppy

5:41 pm on Sep 7, 2007 (gmt 0)



Its a program that solves Sudoku puzzles [en.wikipedia.org] :)

umerkk

5:50 pm on Sep 7, 2007 (gmt 0)

10+ Year Member



Any Reference Tutorials For Webmail?

dreamcatcher

6:04 pm on Sep 7, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There is a useful webmail tutorial in Luke Welling & Laura Thomson`s book 'PHP & MySQL Web Development'. Superb book too, definitely one for any PHP coders collection.

dc