Email system

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
gynophobia
Forum Newbie
Posts: 5
Joined: Wed Mar 08, 2006 11:14 am

Email system

Post by gynophobia »

i'm developing a project on email system now.. using PHP code.. i've done on my sending mail part but i only can be send internally only..

the problem i face now is when i receive my mail on the root "drop", how am i going to read the email and stored in the database (mysql)? after reading the mail, i still need to filter the mail by matching the address (name or domain) of the sender.. it's possible for me to develop this? or can someone provide me code to handle this?

regard...
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

gynophobia
Forum Newbie
Posts: 5
Joined: Wed Mar 08, 2006 11:14 am

Post by gynophobia »

wow.. what a good site and how i miss it when i search at first...

anyway, thanx a lot.. it really help me fundamental understanding of the receiving part and hope it can work in my college.. need to ask them to open the port for me and some technical requirement..

thank you :D
Post Reply