Create a email server

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
ansarka
Forum Newbie
Posts: 1
Joined: Mon Feb 26, 2007 4:00 am

Create a email server

Post by ansarka »

Hello friends

I want to code a email server in which users can create there own email ids check email and send email .

Actually my client want to provide email id to every user registered with our site

Can any one please help me :( :( :( :( :(
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I doubt you wanto code the mail server, you can use Exim for that. I use Exim4, then pipe all incoming mail into a PHP script which looks up the user and puts it in a database.

Exim4 has system_filter which you can use to define your pipe for the incoming mail according to your desired criteria.
Post Reply