Iter Mail System: Institute of Technical Education and Research Siksha O' Anusandhan (Deemed To Be University)
Iter Mail System: Institute of Technical Education and Research Siksha O' Anusandhan (Deemed To Be University)
Iter Mail System: Institute of Technical Education and Research Siksha O' Anusandhan (Deemed To Be University)
RESEARCH
SIKSHA ‘O’ ANUSANDHAN
(DEEMED TO BE UNIVERSITY)
DEPARTMENT OF COMPUTER SCIENCE AND INFORMATION TECHNOLOGY
1
CERTIFICATE
It is hereby certified that this project report entitled “ITER Mail
System” submitted by Smruti Ranjan Nayak, Sidharth Debasis,
Animesh Mishra, Abinash Kumar Jena student of CSIT-A,8TH SEM,
ITER, SOA University in the partial fulfillment of the requirement for
the award of Bachelors of Technology (Computer Science Engineering)
is a record of students’ own study carried under my supervision &
guidance.
This report has not been submitted to any other university or institution
for the award of any degree.
Technical Head
2
ACKNOWLEDGEMENT
3
DECLARATION
4
CONTENTS
5
Abstract
6
INTRODUCTION
Mailing services give free web based electronic mail. Mailing Services
enables you to acquire new customers and to increase growth
opportunities with existing customers. With a wide range of Direct Mail
Lists Services, label mailing or mail merge services, we enable you to
communicate with customers in a better way.
-Easier way to send and receive mails.
-Messages displayed in a sorted way.
-Address Book, which is used to save recipient address.
7
make this project at very huge level but we just learn how to make
mailing service system we are able in future to work over this project
easily and provide much better facilities. So here we are showing you
dummy project on mailing services prepared with help of PHP and some
other designing tools. Our vision for this project and training is to build
and maintains a customer-oriented culture. The customer satisfaction is
what we aspire for. Hence we are to provide a mailing service that is
easy and comfortable to control and function with certain additional
facilities.
1.5 OBJECTIVE:-
To prepare new mailing system on PHP which provide all the services
provide by any general mailing services with some extra features such as
easy to operate, free messaging services are objective to make this
project at very huge level but we just learn how to make mailing service
system we are able in future to work over this project easily and provide
much better facilities. So here we are showing you dummy project on
mailing services prepared with help of PHP and some other designing
tools.
8
2. LITERATURE SURVEY:
2.1EXISTING SYSTEM:
Present System is manually providing services to employees of
departments of an Organization. Employees have to go departments to
know some particular information. Sometimes information is passed by
manually between departments. This manual system will take time to
pass the information and sometimes it causes loss of information also.
There by causing loss of employee time also. Thus the present system
stated is time taking, insecure and costly.
9
undertaken within right time constraints. It should be conducted
completely and no fundamental errors of judgments are made. If
compatible social and technical systems can be devised then the system
must be tested for economic feasibility. Thus the tool is accessed for,
Technical feasibility, Behavioral, feasibility, Economical feasibility,
Operational feasibility.
10
Time boxed /Traceable) requirements with the detail and rigor
appropriate to your project.
The list is also available at the bottom of the article as a one-page PDF
document. While it is easy to make the list longer by adding more items,
I would really like to hear how to make the list better while keeping it on
one page (and readable) to share with other visitors here.
SECURITY:
• Login requirements - access levels, CRUD levels
• Password requirements - length, special characters, expiry, recycling
policies
• Inactivity timeouts – durations, actions
PERFORMANCE:
• Response times - application loading, screen open and refresh times, etc
• Processing times – functions, calculations, imports, exports
• Query and Reporting times – initial loads and subsequent loads
CAPACITY:
• Throughput – how many transactions per hour does the system need to be able to
handle
• Storage – how much data does the system need to be able to store?
• Year-on-year growth requirements
AVAILABILITY:
• Hours of operation – when is it available? Consider weekends, holidays,
maintenance times, etc.
• Locations of operation – where should it be available from, what are the
connection requirements?
RELIABILITY:
• Mean Time Between Failures – What is the acceptable threshold for down-time?
E.g. one a year, 4,000 hours
• Mean Time To Recovery – if broken, how much time is available to get the
system back up again?
11
INTEGRITY:
• Fault trapping (I/O) – how to handle electronic interface failures, etc
• Bad data trapping - data imports, flag-and-continue or stop the import
policies, etc
• Data integrity – referential integrity in database tables and interfaces
• Image compression and decompression standards
12
3. DIAGRAM:
3.1 FLOW CHART
Login
No
If correct
credentials?
Yes
User home
Logout
13
3.2 USE CASE DIAGRAM
14
User Use-Case:-
15
3.4 SEQUENCE DIAGRAM
16
3.5 STATE CHART DIAGRAM:
17
3.6 DATA FLOW DIAGRAM
CONTEXT LEVEL DIAGRAM (LEVEL 0):-
18
DFD Level 2:-
19
3.7 E-R Diagram
Tables
1. Registration
name
nationality
lastname
address
registration state
country
phoneno.
state
city
20
2. Login
password squestion
userid
login
theme
answer
3 Drafts userid
message senderid
subject drafts
fcontent
fsize
fname
ftype
21
4.Outbox
senderid subject
userid
fsize
ftype fcontent
5 .Themes tname
tname
22
6. Trash
userid senderid
subject
fname
fcontent
fsize
23
subject
senderid
7. Compose mail
userid
fname fsize
ftype
24
4: INTERFACE
i) Index page:
This is the main page of the website from which a user can go
for different functionalities.
25
Registration Page:-
Through this page the user can register himself/herself by proving all
necessary data.
Login page:-
Through this page a registered user can login into the website by
providing the valid email and password
26
Home page:-
Through this page the registered user can choose the options
shown below to manage the mails.
27
Change password page:-
A user can use this page to change the existing password.
28
5. CONCLUSION
The advantages and features aside, many new things can be added into
this project to make it a better one. These include incorporating
completely new features or modules as per user requirement. Adding,
updating and deleting folders can be a good idea. Also, an E-group can
be formed within the mail server system.
29
6. REFERENCES
https://www.w3schools.com
https://www.tutorialspoint.com
https://www.youtube.com
https://www.gmail.com for Layout reference.
30