How do i buil an Email application

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
afam4eva
Forum Newbie
Posts: 5
Joined: Tue Oct 27, 2009 12:54 pm

How do i buil an Email application

Post by afam4eva »

Pls can someone explain to me how to develop an email application.
I know how to send message using PHP and how to select from tables using SQL, but my problem is: where will i select from when someone send an email to someone using my email application.
Which database, table do i need to retreive messages from.
User avatar
Apollo
Forum Regular
Posts: 794
Joined: Wed Apr 30, 2008 2:34 am

Re: How do i buil an Email application

Post by Apollo »

Ehrr... usually, people retrieve messages from a POP server, not from a database :)
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Post by Jonah Bron »

Post Reply