[go: up one dir, main page]

0% found this document useful (0 votes)
219 views2 pages

MailServer Project

A mailing server allows users to send and receive emails and attachments. It provides a secure way for users to communicate and connect with others by registering an account, customizing profiles, and recovering passwords when needed. Developing a mailing server requires technical skills including HTML, CSS, JavaScript, PHP and MySQL to handle the front end interface, back end processing, and database management needed to compose, send, receive, save as drafts, and view emails.

Uploaded by

sathismca1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
219 views2 pages

MailServer Project

A mailing server allows users to send and receive emails and attachments. It provides a secure way for users to communicate and connect with others by registering an account, customizing profiles, and recovering passwords when needed. Developing a mailing server requires technical skills including HTML, CSS, JavaScript, PHP and MySQL to handle the front end interface, back end processing, and database management needed to compose, send, receive, save as drafts, and view emails.

Uploaded by

sathismca1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Mail Server Project

In professional world all the communications are being done by emails. Now a day’s mailing
server is playing a very important role in our social and economical life.

It is one of the secure and fast communicating mediums for a modern era. The mail server is also
a good source to connect with your friends; it helps people to be active in social life.Social
network helps a person both continue their existing relationship and finding new friends by
reaching out the people you never met before.

What is mailing server? Mailing server is programmed by which you can send emails to your
friends, who are registered with that server. It allows a user to transfer text and data like picture,
video, mp3, etc. However, it has some limitations for the size of the attachment, but you can
change it for your server and as per business needs.

In mailing server, a user can register herself/himself. After registration, they can login with their
existing user id and password. The mailing server allows the user to customize their profile,
change themes as per own interest.

Mailing server is also a very secure system. It provides you security as you needed your profile is
protected with a password. You can change the password when you feel insecure with the old
password.

There is also the password recovery system in case you forgot your password you can recover
your profile by verifying your alternate email or phone number.

Mailing system must be able to do these functions

1. Compose an email.

2. Send an email

3. Receive an email

4. Saving an email in the form of draft

5. Showing the detail of the received mail

6. Saving the email ids in contact list

7. Secured by password

8. Recovery of the password


Front End : HTML, CSS, JavaScript
1. HTML: It is the program that is used to create and save HTML documents. For example:
notepad .

2. CSS (Cascading Style Sheets):It is a style sheet language. It is used to describe the look
and formate of a document written in a markup language.

3. JavaScript: It is a dynamic computer programming language. JavaScript is mostly used as


part of web browsers.

Back End : PHP, MySQL


1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to
create dynamically generated web pages, in HTML, XML, or other document types, as per client
request. PHP is open source software.

2. MySql: MySql is a database, widely used for accessing querying, updating, and
managing data in databases.

Software Requirement(any one)


• WAMP Server

• XAMPP Server

• MAMP Server

• LAMP Server

You might also like