ananthi arumugam
ananthi arumugam

Reputation: 19

Create own mail client using PHP,MYSQl

I want to create own mail client like outlook by using PHP and MYSQL..

I don't know where to start...?

can anyone help me...

thank u in advance...

Upvotes: 1

Views: 2468

Answers (2)

Ready
Ready

Reputation: 11

You need to plan this out extensively first

  1. Write down all the things your mail client will do. Start SMALL
  2. Create a user interface via HTML ( I recommend using bootstrap framework for ease of CSS ) for each view ( Send a message form looks like, inbox looks like )
  3. Create your sending/receiving engine, I have no idea where to start i'm afraid. So like someone mentioned, get familiar with mail server stuff.

Make it as basic as possible to start out. Organize the rest as add-on's.

Upvotes: 0

Related Questions