I serached well yeah sort of Squirrel Mail! but it's one part of it not all part of it On Thu, Mar 17, 2011 at 8:00 PM, Negin Nickparsa <nickparsa@xxxxxxxxx> wrote: > can i have an email server? > we have 4 example:user@xxxxxxxxx > or not? > just we must have an emails like gmail n ymail? > if i can have email server how i can code it > > i can have tables like this: > > CREATE TABLE domains ( > domain varchar(50) NOT NULL, > PRIMARY KEY (domain) ) > TYPE=MyISAM; > > > > CREATE TABLE forwardings ( > source varchar(80) NOT NULL, > destination TEXT NOT NULL, > PRIMARY KEY (source) ) > TYPE=MyISAM; > > > > CREATE TABLE users ( > email varchar(80) NOT NULL, > password varchar(20) NOT NULL, > quota INT(10) DEFAULT '10485760', > PRIMARY KEY (email) > ) TYPE=MyISAM; > > from where i can have email server? > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php