Mail Server. Project Presentation On. Presented To Department of computer science Ganpat Vidyanagar, Kherva

Size: px
Start display at page:

Download "Mail Server. Project Presentation On. Presented To Department of computer science Ganpat Vidyanagar, Kherva"

Transcription

1 Project Presentation On Mail Server Presented To Department of computer science Ganpat Vidyanagar, Kherva Presented By Patel Drashti P.( ) Patel Hardik J.( ) Group No : 54

2 Project Profile Project Title: Mail Server Objective: This application provide mailing facility to users. If user have internet connection then he/she can send or receive their s through this application. They can manage their inbox,sentbox and etc. Front End: ASP.NET with C#(.NET Framework 4.0) Back End: Microsoft SQL Server 2008 Others Tools: Microsoft Office 2007,Crystal Report Type of Application: Web Application(Website) Internal Guide: Jayesh A Patel Project Duration: 90 Days

3 Existing System There are many existing system like our Mail Server, but we are creating this for privacy purpose. By this mail server we can customize the rights given to different different users. So we can make secure our confidential data, which can be safely used on internet by authorized person.

4 Need for new system In proposed system we are able to send or receive mails to one or many person. You can also see,reply,forward or delete mails from your inbox. You can look at news, or sport or connect to social networking site like facebook.

5 Functional Specification Module Name Description Users Login Login module includes facility like user management, authentication, change password, Forget Password etc. User, Admin Profile Management This modules include facility for editing, updating the profile of user. User, Admin Mail Management Mail management module provide facilities User, Admin like compose mail, view mail, delete mail etc. Contact Management In this module you can add contact information like name, address, phone number, address etc. and manage those information. User User Management In this module admin can manage all the user. If he want to prevent any user for using this application then he can prevent that user by this module. Admin

6 Module Name Description Users Advertise Management Advertisement module provides facility for editing in present advertisement, adding new advertisement, delete old advertisement etc. Admin Feedback Management By using this module user can give his feedback regarding to this web application, and admin can manage this feedback. User, Admin

7 Hardware and Software Specification Server Side: Minimum Hardware Requirement :Processor 1.0 GHz Primary Memory 1 GB of RAM Storage Space 1 GB(plus user wise storage space) Minimum Software Requirement :Runtime Environment.NET Framework 4.0 Database Server Microsoft SQL Server 2008 Operating System Widows Server 2003 Web Server IIS 6.0 (Internet Information Services) Reporting Tool Crystal Report 10

8 Client Side: Minimum Hardware Requirement :Processor 633 MHz Primary Memory 256 MB Storage Space 1 GB(in case of download) Minimum Software Requirement :Operating System Window XP Browser Internet Explorer 6.0 or any compatible browser.

9 System Flowcharts Start Is Registered? No Registration Yes Authenticattion No Is Valid? Yes Yes A Is Admin? No B

10 A B User Management Profile Management Advertise Management Mail Management Feedback Management Contact Management News Management View News/Advertisement Mail Mangement Give Feedback Report Generation End

11 Gantt chart Task Time Duration (In Days) Total Days 90 Requirement Gathering & Analysis (1-15)=15 Designing (16-45)=30 Coding (31-70)=40 Testing (41-80)=40 Deployment & Implementation (81-90)=10 Total 90

12 E-R Diagram M Manage M Feedback Feedback_Id Give Username Username Registration_Id Username Registration_Id Manage 1 1 Admin 1 M 1 1 Password Username Edit Attachment 1 Profile M Mail_Id Registration_Id Send/ Recieve Has 1 Mail M Manage M M News Id Title View 1 User 1

13 UML Diagram Use Case Diagram :

14 Activity Diagram : 1. Activity Diagram of Admin:

15 2. Activity Diagram of User:

16 Class Diagram :

17 Sequence Diagram : 1. Sequence Diagram of Admin: Mail Server Database Top Package::Admin Enter username & password Login information Login successfully or not Acknowledgement Enter details of users Approve details Successfully updated or not Acknowledgement Enter advertisement data insert advertisent data Display Advertisement Acknowledgement Enter News Information validates news data Successfully set news or not acknowledgement Give feedback send to approprite user Display Feedback Acknowledgement

18 2. Sequence Diagram of User: Mail Server Database Top Package::User Enter username & password Login information Login successfully or not Acknowledgement Enter details of Mail Approve mail data Successfully send or not acknowledgement of mail request for advertisement insert advertisent data Display Advertisement Acknowledgement request/update profile validates profile data Successfully updated or not acknowledgement Give feedback send to approprite user Display Feedback Acknowledgement

19 Collaboration Diagram : 1. Collaboration Diagram of Admin: 1.1 Authentication 2.1 Perform Operation 3.1 Perform Operation 4.1 Perform Operation 5.1 Perform Operation 6.1 Perform Operation System Database Login/Wrong username or password View user details View Advertisement Detail View News Detail View Feedback View Mails 1.Login 2.Manage User 3.Manage Advertisement 4.Manage News 5.Manage Feedback 6.Manage Mails Admin Acknowledgement Successfully Performed Successfully Performed Successfully Performed Successfully Performed Successfully Performed

20 2. Collaboration Diagram of User: 1.1 Authentication 2.1 Perform Operation 3.1 Perform Operation 4.1 Perform Operation 5.1 Perform Operation 6.1 Perform Operation System Database Login/Wrong username or password View Profile Detail View Mails View Contact Detail View Advertisement Successfully Give Feedback 1.Login 2.Manage Profile 3.Manage Mail 4.Manage Contact 5.View Advertisement 6.Give Feedback User Acknowledgement Successfully Performed Successfully Performed Successfully Performed Successfully Performed Successfully Send

21 Data-Dictionary Table Name Primary Key Unique Key Description Sr.no : Registration : REGISTRATION_ID : USERNAME : It contains information about Existing User. Field Name DataType(size) Constraints Description 1 REGISTARTION_ID Autogenerate Primary Key It displays registration id of user. 2 FNAME Nvarchar(max) Not Null It displays firstname of user. 3 LNAME Nvarchar(max) - It displays last name of user. 4 USERNAME Nvarchar(50) Unique key It displays username of user. 5 PASSWORD Nvarchar(max) Not Null It displays password of user. 6 BDATE Date Not Null It displays birthdate of user. 7 GENDER Varchar(50) Not Null It displays gender of user. 8 LANGUAGES Varchar(50) Not Null It displays language of user. 9 USERROLE Varchar(50) Not Null It displays UserRole. Ex. a for admin and u for user.

22 Table Name Primary Key Forign Key Description Sr.no : Personal_Info : MOBILENO : REGISTRATION_ID : It contains personal information about Existing User. Field Name DataType(size) Constraints Description 1 REGISTARTION_ID Autogenerate Foreign Key Table: Registration It displays registration id of user. 2 MOBILENO Numeric(18,0) - It displays mobile number of user. 3 ALTERNATE Nvarchar(max) Not Null It displays alternate of user. 4 SECURITYQUE1 Nvarchar(max) Not Null It displays securityquestion1. 5 ANSWER1 Nvarchar(max) Not Null It displays answer of security que1 given above. 6 SECURITYQUE2 Nvarchar(max) Not Null It displays question2. 7 ANSWER2 Nvarchar(max) Not Null It displays answer security que2 8 COUNTRY Varchar(50) Not Null It displays country of user. 9 PHOTO Nvarchar(max) - It displays image selected by user. 10 COUNTRY Varchar(50) Not Null It displays country of user. security of

23 Table Name Primary Key Foreign Key Description user. Sr.no : Mail : MAIL_ID : REGISTRATION_ID, FOLDER_ID : It is the common Inbox that contains receive mails of all Field Name DataType(size) Constraints Description It displays mail id. 1 MAIL_ID Autogenerate Primary Key 2 REGISTRATION_ID Numeric(18,0) Foreign Key Table: Registration It displays registration_id. 3 DESTINATION Varchar(50) - It displays destination id. 4 SOURCE Nvarchar(50) - It display source of mail. 5 CC Varchar(50) - It display carbon copy. 6 BCC Varchar(50) - It displays blank carbon copy. 7 SUBJECT Varchar(50) - It displays subject of mail. 8 MESSAGE Nvarchar(max) - It displays actual message of mail. 9 DATE Datetime -- It contain date of mail. 10 FOLDER_ID Numeric(18,0) Foreign Key Table:FOLDER It contain folder id in which it is saved.

24 11 DELETE_MAIL Bit - It displays yes when mail is deleted. 12 READ_MAIL Bit - It displays yes when message is readed. 13 REPLY Bit - It displays yes when we give reply mail. 14 FORWORD Bit - It displays yes when we forward the mail. Table Name Primary Key Foreign Key Description Sr. no : FOLDER : FOLDER_ID : REGISTRATION_ID : It holds information of folders. FieldName DataType(size) Constraints Description 1 FOLDER_ID Numeric(18,0) Primary Key 2 FOLDER_NAME Varchar(50) - It displays folder name. Numeric(18,0) Not Null,Foreign Key Table: Registration It display registration id. 3 REGISTRATION_ID It displays folder id.

25 Table Name Primary Key Description Sr. no : News : ID : It contains information of news like News title, Data, Created date. FieldName DataType(size) Constraints Description It displays news ID. 1 ID Numeric(18,0) Primary Key 2 TITLE Varchar(50) - It displays title of news. 3 DATA Varchar(max) - It displays data containing in news. 4 CREATED DATE Datetime - It display created date of news.

26 Table Name Primary Key Foreign Key Description Sr. No : ATTACH : ATTACH_ID : MAIL_ID : It contains Attachment which are user uploaded. FieldName DataType(size) Constraints Description 1 ATTACH_ID Numeric(18,0) Primary Key It displays attachment id. 2 MAIL_ID Numeric(18,0) Foreign Key Table: Mail It displays mail id. 3 FILENAME Varchar(50) Not Null It displays filename. 4 FILEPATH Varchar(max) Not Null It display file path.

27 Table Name Primary Key Foreign Key Description Sr. no : ADDRESSBOOK : CONTACT_ID : REGISTRATION_ID : It contains address, Contact of user. FeildName DataType(Size) Constraints Description 1 CONTACT_ID Numeric(18,0) Primary Key It displays contact id. 2 CONTACT_NAME Nvarchar(50) Not Null It displays name. 3 CONTACT_ Nvarchar(max) Not Null It displays address. 4 REGISTRATION_ID Numeric(18,0) Foreign key Table:Registration contact It display registration id.

28 Table Name Primary Key Foreign Key Description : FEEDBACK : FEEDBACK_ID : REGISTRATION_ID : It contains feedbacks given by user. Sr. no FeildName DataType(Size) Constraints 1 FEEDBACK_ID Numeric(18,0) Primary Key 2 FEEDBACK_DETAIL Nvarchar(50) Not Null 3 REGISTRATION_ID Numeric(18,0) Foreign key Table:Registration Description It displays feedback id. It displays details. feedback It display registration id.

29 Input Design Home Page: This is home page of our website.

30 Registration Page: this is registration page of our website.

31 Registration Page: Here validation are used in registration page of our website.

32 Registration Page: This is successfully registred user.

33 Login Page: This is login page of our website.

34 Login Page: This is login page of our website.

35 Inbox Page: This is inbox page of our website.

36 Inbox Page: This is main menus of our website.

37 Compose Mail: This is compose mail page of our website.

38 Compose Mail: This is compose mail page of our website.

39 Attachment Page: We can select multiple files in attachment.

40 Attachment Page: We can select multiple files in attachment.

41 Compose Mail : We can select multiple files in attachment.

42 Inbox : We can receive mails through this page.

43 Inbox Page: We can mark mail as read/unread as following.

44 Sent Mail: We can see all sent mails on this page.

45 Sent Mail: We can see any particular mail and sent reply to him.

46 Addressbook: This is addressbook of our user.

47 Addressbook: We can add new contact in our addressbook as follow.

48 Addressbook: We can add new contact in our addressbook as follow.

49 Addressbook: We can managecontact in our addressbook as follow.

50 Profile Page: User can update theirs profile.

51 Administration Login: This is admin login.

52 News: You can see news as follow.

53 News: This is manage news page.

54 News: This is manage news page.

55 Send Mail Report: Output Design

56 Attachment Report:

57 Registration Report:

58 Testing No 1 Test cases Case type 1.1 Login Non register user The system can t allow They can t login to enter Pass Wrong userid and password The system prevent the user from enterin The system shows wrong user name and the error massage. password pass 1.3 Login Enter correct username The system redirect The system send and Password page them at home page Pass 2.1 Validation Test case You have to enter Mandatory field can Requirefield Validation Some value in this not be empty field Pass 2.2 Validation Test case Rang validation You have to enter The field have values between given predefined range range Pass 2.3Validation Test case Regular expression validation 2.4Validation Test case Compare validation 1.2 Login 2 Expected Result Actual Result You have enter The system can take values in proper values in given format format Enter the same The system compares values if not then two values. show error Pass/Fail Pass Pass

59 No Test cases 3.1 Unit test Unit test 3.3Unit test 4 Case type Expected Result Actual Result Pass/Fail Inbox Page If member is not login If member is registered then he/she can then he can enter redirected to login page Pass trycompose page If member is not login If member is registered then he/she can then he can enter redirected to login page Pass Registration Page User can not enter in All the validations are another form without applied doing registration Pass 4.1 System Testing After Logout 4.2 System Testing Compose mail 4.3 System Testing Read/Unread mails 4.4 System Testing Delete mails 4.5 System Testing Trash mails All the sessions are User can redirected to deleted and redirected home page to home page. If you have internate send connection can successfully and stored send. in Mail table User can successfully User can check mail as ckecked as read/unread. read/unread. If user can check any mail and press delete Deletation can then that mail can be performed succesfully. deleted. User can put unwanted User can done this Pass Pass Pass Pass Pass

60 Post Implementation Review This system is much more user friendly and provide user interface. There are multiple facilities to support so it is better. By this website can easily send or receive mails. User can t enter without login. By this website user can view other websites.

61 Future Enhancement s Received which are sent from external mail server. s can also sent to your Mobile no. s can forward to more then one user. Chat facility for internal as well as external members.

62 Bibliography During development of project we have used the following books and Websites. Reference Books:Sr. no Title Author 1 ASP.NET with C# Shyam N. Chavda 2 Pro ASP.NET 4 in C# 2010 Matthew MacDonald 3 Beginning ASP.NET 4:in C# and VB Imar Spaanjaars 4 The Elements of UML 2.0 Style Scott W. Ambler Web Reference:

A Project Report On E-Watch Shopping System

A Project Report On E-Watch Shopping System A Project Report On E-Watch Shopping System Submitted By Patel Jigisha M Patel Payal V. Group No: 50 M.Sc. (CA & IT) Semester-III Guided By Mrs.Komal.H.Patel Submitted to Department

More information

A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III. Presented To Department of Computer Science Ganpat Vidyanagar, Kherva

A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III. Presented To Department of Computer Science Ganpat Vidyanagar, Kherva A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III Presented To Department of Computer Science Ganpat Vidyanagar, Kherva Presented By Naitik J.Dave (13084231032) Ramesh K.Prajapti(13084231216)

More information

Online Classified Portal

Online Classified Portal Online Classified Portal Presented By Prajapati Sunil N (11034211047) Patel Chetan S (11034211026) MCA Semester-VI Acharya Motibhai Patel Institute of Computer Studies Project Profile Project Title Classified

More information

A Project Report On Property Consultancy information System

A Project Report On Property Consultancy information System A Project Report On Property Consultancy information System Submitted By :- Guide By :- Patel Manali Pankajkumar Patel Margi Sevantilal MR. Jasmin D Patel Submitted To :Acharya Motibhai Patel Institute

More information

A Project Report On. Online Cloth Shopping. Developed For Jay Ambe Selection, Mens Wear, Patel Chambers, Mansa Dist - Gandhinagar

A Project Report On. Online Cloth Shopping. Developed For Jay Ambe Selection, Mens Wear, Patel Chambers, Mansa Dist - Gandhinagar A Project Report On Submitted To B.C.A Department Aacharya Motibhai Patel Institute of Computer Studies, Ganpat University, Kherva. Online Cloth Shopping Developed For Jay Ambe Selection, Mens Wear, Patel

More information

Developed By: Modi Parth S. Enroll No : Smt. S. R. Patel Engineering College Dhabhi, Unjha.

Developed By: Modi Parth S. Enroll No : Smt. S. R. Patel Engineering College Dhabhi, Unjha. Developed at: Radix Computer Training Center, Patan Developed By: Modi Parth S. Enroll No :-120784107001 Smt. S. R. Patel Engineering College Dhabhi, Unjha. Contents Project Profile Objectives Modules

More information

Acharya Motibhai Patel Institute Of Computer Studies,Ganpat University, Ganpat Vidyanagar

Acharya Motibhai Patel Institute Of Computer Studies,Ganpat University, Ganpat Vidyanagar Page 1 of 59 Acharya Motibhai Patel Institute Of Computer Studies,Ganpat University, Ganpat Vidyanagar-384012 Presented By : Roll No : Semester : Internal Guide : Rutua Rathod & Dixit Solanki 11034211049

More information

1. Launch your web browser. 2. Go to < Enter your address and Password as requested. Click on login.

1. Launch your web browser. 2. Go to <  Enter your  address and Password as requested. Click on login. 1. Launch your web browser. 2. Go to Enter your Email address and Password as requested. Click on login. 1. Enter your complete email address; i.e. johnsmith@

More information

1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document...

1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document... Chapter 2 SDS 1 TABLE OF CONTENTS 1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document....Page No 2. System Architectural

More information

Mobile Client. User Manual. Version: 2.0.0

Mobile Client. User Manual. Version: 2.0.0 Mobile Client User Manual Version: 2.0.0 Index Sr. No. Topic Page 1 Requirement 3 2 How to use Mobile Client 4 3 Compose Message 5 4 Select Contacts 6 5 Manage Contacts 17 6 Manage Distribution List 23

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Mirza Nadeem Baig Governors State University

More information

Design and Implementation of File Sharing Server

Design and Implementation of File Sharing Server Design and Implementation of File Sharing Server Firas Abdullah Thweny Al-Saedi #1, Zaianb Dheya a Al-Taweel *2 # 1,2 Computer Engineering Department, Al-Nahrain University, Baghdad, Iraq Abstract this

More information

Jewelry management system

Jewelry management system Jewelry management system ACHARYA MOTIBHAI PATEL INSTITUTE OF COMPUTER STUDIES GANPAT UNIVERSITY Internal Guide PROF. PAVAN SONI Group No :- C15 Page 1 of 63 Project profile Project name : Jewelry management

More information

Content Encryption Application (Windows)

Content Encryption Application (Windows) Content Encryption Application (Windows) Download & Install RioCrypt for Windows Download Link: https://www.instamojo.com/recordshield/riocrypt2 System Requirements: Windows 7, 8, 8.1, 10. DirectX 9.0c

More information

Web-based Interface User Guide

Web-based  Interface User Guide Web-based E-mail Interface User Guide www.twcbc.com back back to TOC to TOC Header Table Text of Contents and Info Table Of Contents Login 3 Composing a Mail Message 4 Creating a Contact 6 Creating a Folder

More information

Passport Automation System

Passport Automation System 1.Objective: To develop the passport automation system software using UML language. It is the interface between applicant and authority responsible for issue the passport. It aims at improving efficiency

More information

PROJECT ON ONLINE EXAM

PROJECT ON ONLINE EXAM SHREE M.&N. VIRANI SCIENCE COLLAGE RAJKOT PROJECT ON ONLINE EXAM Created By: Amit vora Alpesh yadav Nayan sorathiya Project Proposal 1. Acknowledgement 2. Abstraction 3. Project Summary 4. System Requirement

More information

Software Design Description Report

Software Design Description Report 2015 Software Design Description Report CodeBenders Haldun Yıldız 1819663 Onur Aydınay 1819002 Deniz Can Yüksel 1819697 Ali Şihab Akcan 1818871 TABLE OF CONTENTS 1 Overview... 3 1.1 Scope... 3 1.2 Purpose...

More information

Chapter 5 System Implementation and Manual. Purpose of the system is to provide the students a simple and more efficient way to

Chapter 5 System Implementation and Manual. Purpose of the system is to provide the students a simple and more efficient way to Chapter 5 System Implementation and Manual 5.1 Introduction Purpose of the system is to provide the students a simple and more efficient way to submit forms, and observe and trace the progress of their

More information

Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda

Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda 1 Constituency Management System Software Requirements Specification Team Ready2Code Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda Project guide Manish Kumar 2 Index & Tables 1. Introduction

More information

WDD Fall 2016Group 4 Project Report

WDD Fall 2016Group 4 Project Report WDD 5633-2 Fall 2016Group 4 Project Report A Web Database Application on Loan Service System Devi Sai Geetha Alapati #7 Mohan Krishna Bhimanadam #24 Rohit Yadav Nethi #8 Bhavana Ganne #11 Prathyusha Mandala

More information

Accessing WebMail. Logging In. Check your Mail. Main Mail Screen. Reading Messages. Search. Sending a new message

Accessing WebMail. Logging In. Check your Mail. Main Mail Screen. Reading Messages. Search. Sending a new message WebMail Help User Manual Index Accessing WebMail Logging In Check your Mail Main Mail Screen Reading Messages Search Sending a new message Address book Spelling Attaching files Html Text Managing addresses

More information

VLE Corner User Manual. Important Note for Users!!

VLE Corner User Manual. Important Note for Users!! VLE Corner User Manual Important Note for Users!! The servcie is customized for Village Level Entreprenuer (VLE) s who are managing Common Service Centre (CSC) which are promoted by DIT, Govt.of India

More information

Online Recruitment Application Process

Online Recruitment Application Process Online Recruitment Application Process The Online Recruitment Application process consists of following steps: Step 1: The applicant is required to enter all basic information such as Name, Date of Birth,

More information

Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape)

Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape) Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape) This guide is to be used if you intend on installing enterprise as a stand alone application on one

More information

BeAware Corporate Edition Admin Console. User Manual. BeAware Corporate Edition Admin Console Version 7.1. Ascentive LLC.

BeAware Corporate Edition Admin Console. User Manual. BeAware Corporate Edition Admin Console Version 7.1. Ascentive LLC. User Manual BeAware Corporate Edition Admin Console Version 7.1 Ascentive LLC User Manual 1 Copyright Notice Copyright 2008 Ascentive LLC All Rights Reserved This document is protected by copyright law

More information

LFCDS SkyMail & SkyDrive. Full Student Orientation

LFCDS SkyMail & SkyDrive. Full Student Orientation LFCDS SkyMail & SkyDrive Full Student Orientation 2011-04-11 Outlook Live (SkyMail E-mail) Windows Live SkyDrive (Online Storage) Office Web Apps (Online Document Editing) 2 LFCDS SkyMail & SkyDrive Outlook

More information

Accessing Your TREB from the Web

Accessing Your TREB  from the Web Accessing Your TREB Email from the Web In this article, you will learn how to check your email from the Web using two Websites: Mail2Web.com and E-mailAnywhere.com. While either site can be used to access

More information

COMMUNICATION SYSTEM FOR CSE DEPARTMENT

COMMUNICATION SYSTEM FOR CSE DEPARTMENT A Final Report On COMMUNICATION SYSTEM FOR CSE DEPARTMENT Submitted to the Department of Computer Science and Engineering Nepal Engineering College in Partial Fulfillment of the Requirements of the Course

More information

Basics. Setting up an Account. Inbox. Your inbox is your starting place when you open your . Your inbox contains all the s that have

Basics. Setting up an Account. Inbox. Your inbox is your starting place when you open your  . Your inbox contains all the  s that have Email Basics Welcome to Email Basics. Today we will be covering how to send an email, how to add attachments, how to reply or forward an email, and how to use the different folders in your email account.

More information

User Manual. Online E-commerce Music Store Version 1.0

User Manual. Online E-commerce Music Store Version 1.0 User Manual Online E-commerce Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University

More information

A Project Report On Web Furniture

A Project Report On Web Furniture A Project Report On Web Furniture Submitted By: Shah Pratik Bharatwala Mustafa 1 Acknowledgement Before we describe about our project, we would like to add a few heart touching words for the people who

More information

Getting Started with Blackboard

Getting Started with Blackboard @ Getting Started with Blackboard Information Technology Services The College of Saint Rose Table of Contents What is Blackboard?... 2 Why do professors want to use Blackboard?... 2 Web browsers and hardware

More information

MAJOR PROJECT ON ONLINE SHOPPING SYSTEM

MAJOR PROJECT ON ONLINE SHOPPING SYSTEM This project is a web based shopping system for an existing shop. The project objective is to deliver the online shopping application into PHP platform. MAJOR PROJECT ON Avick Naha 1 DINABANDHU ANDREWS

More information

Getting Started With Web Mail

Getting Started With Web Mail INET002 October 2005 Getting Started With Web Mail ITS Staff Overview Overview... 1 Logon and Logout... 2 Basic Navigation... 3 Basic Tasks... 3 Using Folders... 5 Attachments... 6 Address Book... 7 Options

More information

5 Years Integrated M.Sc. (IT) 6th Semester Web Development using ASP.NET MVC Practical List 2016

5 Years Integrated M.Sc. (IT) 6th Semester Web Development using ASP.NET MVC Practical List 2016 Practical No: 1 Enrollment No: Name: Practical Problem (a) Create MVC 4 application which takes value from browser URL. Application should display following output based on input no : Ex. No = 1234 o/p

More information

Getting Started With Web Mail Help Desk

Getting Started With Web Mail Help Desk INET010 Feb 2008 Getting Started With Web Mail Help Desk Overview... 1 Login and Logout... 2 Basic Navigation... 2 Basic Tasks... 2 Using Folders... 5 Attachments... 7 Address Book... 8 Options and Other

More information

NEOMIN Webmail Instructions

NEOMIN Webmail Instructions NEOMIN Webmail Instructions Lisa Collins Created: Nov 10 th, 2009 Revised: Jan 25 th, 2010 1 Table of Contents Logging In 3 Viewing your Inbox/Emails 4-5 Printing & Deleting Emails 5 Replying & Forwarding

More information

Concept of Trusted Transaction for Secure Cloud Transactions

Concept of Trusted Transaction for Secure Cloud Transactions Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2016 Concept of Trusted Transaction for Secure Cloud Transactions Taufeeq Mohammed

More information

Architecture Diagram. Figure 1 : Architecture Diagram

Architecture Diagram. Figure 1 : Architecture Diagram Architecture Diagram Figure 1 : Architecture Diagram Use Case Model Survey Patient: Figure 2 : Use Case Model Survey Patients can search for doctor and make online appointments. They also can view their

More information

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop 205CDE Developing the Modern Web Assignment 2 Server Side Scripting Scenario D: Bookshop Introduction This assignment was written using PHP programming language for interactions with the website and the

More information

EXPLORING COURSE TOOLS

EXPLORING COURSE TOOLS EXPLORING COURSE TOOLS Now that we have covered the My Blackboard screen, let s explore the different tools that you might find within your course. NOTE: Your instructor controls which tools are available.

More information

PCFC-Online Services Customer FAQ

PCFC-Online Services Customer FAQ PCFC-Online Services Customer FAQ 1. What is the link for Online Services? Given below is the link for Online Services. https://online.trakhees.ae/oaservices/login/form.htm 2. I forgot my Password. If

More information

PLA 3.0. Installation Guide

PLA 3.0. Installation Guide PLA 3.0 Installation Guide PLA 3.0 - Installation Guide COPYRIGHT 2015 by Stegmann Systems GmbH, Rodgau, Germany. All rights reserved. CONTACT Stegmann Systems GmbH Raiffeisenstr. 2 // C1, C2 63110 Rodgau

More information

Getting Started Guide. Prepared by-fatbit Technologies

Getting Started Guide. Prepared by-fatbit Technologies Getting Started Guide Prepared by-fatbit Technologies 1 Contents 1. Manage Settings... 3 1.1. General... 4 1.2. Local... 6 1.3. SEO... 7 1.4. Option... 8 1.5. Live Chat... 19 1.6. Third Part API s... 20

More information

User Manual Appointment System

User Manual Appointment System User Manual Appointment System Page 1 of 17 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 System Overview... 3 Menu Options... 3 Application Access... 3 Patient Registration... 6 Schedule Appointment...

More information

MARK5 IPHONE APP User guide

MARK5 IPHONE APP User guide R EIN V E N TIN G B U S I N E S S I L E M A MARK5 IPHONE APP User guide 0.0 Welcome This user guide will teach you how to use the MARK5 iphone app. The app gives you the opportunity to do business at any

More information

Smart Mail: User Manual of Webmail

Smart Mail: User Manual of Webmail Smart Mail: User Manual of Webmail English Version 2.0 1 Content 1 Introduction How to start... 3 Webmail composition... 4 2 Folder/ Mailbox Account/ additional folder... 7 Create mailbox/ folder... 8

More information

What is epals SchoolMail? Student Accounts. Passwords. Safety. Flag Attachment

What is epals SchoolMail? Student Accounts. Passwords. Safety. Flag Attachment What is epals SchoolMail? http://www.epals.com/ epals Schoolmail is a complete, Internet-based email solution and collaborative toolset designed for the education environment. Student Accounts Students

More information

Kean University. System Guide. cougar.kean.edu. Your window to the world

Kean University.  System Guide. cougar.kean.edu.   Your window to the world Kean University E-Mail System Guide cougar.kean.edu www.kean.edu Your window to the world USING KEAN UNIVERSITY E-MAIL SYSTEM (COUGAR) This document is divided into three sections: Messenger Express Basics:

More information

Web Mail Check v 1.0

Web Mail Check v 1.0 Web Mail Check v 1.0 TABLE OF CONTENTS LAUNCHING WEB MAIL CHECK... 3 HOME PAGE... 4 LOG IN... 4 LANGUAGE... 5 DIRECTIONS... 5 READING MESSAGES... 8 HEADERS... 10 PRINTER FRIENDLY VERSION... 11 REPLYING

More information

WebMail. A NWOCA Training Session

WebMail. A NWOCA Training Session WebMail A NWOCA Training Session Table of Contents Logging on to NWOCA WebMail...1 Mailboxes (Folders)...2 Reading an Email Message...4 Sending an Email Message...5 Replying to and Forwarding Messages...9

More information

Getting Started With Outlook 2000 For Windows Author: Osamu Makiguchi

Getting Started With Outlook 2000 For Windows Author: Osamu Makiguchi WIN9X020 January 2002 Getting Started With Outlook 2000 For Windows Author: Osamu Makiguchi Introduction... 1 What is Microsoft Outlook?... 1 Where to Get Outlook... 1 Requirements for Outlook...2 Opening

More information

Project Synopsis Project Title Social Networking Site Project Develpers 1. 2. 3. Introduction Social networking sites allow users to communicate with people, share ideas, activities, events, and interests

More information

BeAware Corporate Edition Admin Console Version 6.8 Ascentive LLC

BeAware Corporate Edition Admin Console Version 6.8 Ascentive LLC User Manual BeAware Corporate Edition Admin Console Version 6.8 Ascentive LLC User Manual 1 Copyright Notice Copyright 2006 Ascentive LLC All Rights Reserved This document is protected by copyright law

More information

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT ONLINE BILLBOARD By VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT Submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing

More information

Step by Step Procedure for First Time registration for Retail user.

Step by Step Procedure for First Time registration for Retail user. Step by Step Procedure for First Time registration for Retail user. This document gives a Step-by-Step procedure for Retail customers or individual users to register themselves for Internet Banking Services.

More information

Websense Secure Messaging User Help

Websense Secure Messaging User Help Websense Secure Messaging User Help Welcome to Websense Secure Messaging, a tool that provides a secure portal for the transmission and viewing of sensitive, personal data in email. Use the portal to view

More information

Solution Composer. User's Guide

Solution Composer. User's Guide Solution Composer User's Guide January 2014 www.lexmark.com Contents 2 Contents Overview...4 Understanding the basics...4 System recommendations...5 Building custom solutions...6 Getting started...6 Step

More information

Accessing Encrypted s Guide for Non-NHSmail users

Accessing Encrypted  s Guide for Non-NHSmail users Accessing Encrypted Emails Guide for Non-NHSmail users April 2017 Version 2.1 Copyright 2017 Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental

More information

SECTION 5 USING STUDENT

SECTION 5 USING STUDENT SECTION 5 USING STUDENT EMAIL 5. USING STUDENT EMAIL On enrolling at the University all students automatically have an email account created. Account creation depends on a student successfully enrolling

More information

CommuniGate Webmail Guide

CommuniGate Webmail Guide Login Screen CommuniGate Webmail Guide This is the webpage that greets you when you visit http://mail.stmarys-ca.edu. To login, type in your login username and password. In this example above, the login

More information

Guidance for sending and receiving an encrypted NHSmail

Guidance for sending and receiving an encrypted NHSmail Contents Guidance for sending and receiving an encrypted NHSmail e-mail Introduction 2 Sending an encrypted e-mail to a VERIFIED e-mail address 2 Receiving an encrypted e-mail 4 Reply to and forward encrypted

More information

Mobile Login extension User Manual

Mobile Login extension User Manual extension User Manual Magento 2 allows your customers convenience and security of login through mobile number and OTP. Table of Content 1. Extension Installation Guide 2. Configuration 3. API Settings

More information

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc.

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc. XLmanage Version 2.4 Installation Guide ClearCube Technology, Inc. www.clearcube.com Copyright and Trademark Notices Copyright 2009 ClearCube Technology, Inc. All Rights Reserved. Information in this document

More information

Installing Authoring Manager

Installing Authoring Manager Installing Authoring Manager Installing Authoring Manager v5.2 (PC only) System Requirements: Before you install Authoring Manager, you should ensure that your system meets the minimum software and hardware

More information

How to Navigate the Challenge Runner Website

How to Navigate the Challenge Runner Website How to Navigate the Challenge Runner Website How to Join Challenge Runner Create an Account To join the Maroon Moves Walking Challenge 1. Click on the Maroon Moves Challenge Runner Link: https://www.challengerunner.com/login/challenge/3e64ro-1h81

More information

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Venugopal Doppalapudi Governors State University

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Venugopal Doppalapudi Governors State University Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2016 GSU Event Portal Venugopal Doppalapudi Governors State University Anurag

More information

A Document Created By Lisa Diner Table of Contents Western Quebec School Board October, 2007

A Document Created By Lisa Diner Table of Contents Western Quebec School Board October, 2007 Table of Contents A Document Created By Lisa Diner Western Quebec School Board October, 2007 Table of Contents Some Basics... 3 Login Instructions... 4 To change your password... 6 Options As You Login...

More information

ishipdocs User Guide

ishipdocs User Guide ishipdocs User Guide 11/8/2016 Disclaimer This guide has been validated and reviewed for accuracy. The instructions and descriptions it contains are accurate for ishipdocs. However, succeeding versions

More information

Table of Content Title Page number 1. Register 2. Login 3. Dashboard 4. Account Information 5. Recent Activity 6. Messages 7.

Table of Content Title Page number 1. Register 2. Login 3. Dashboard 4. Account Information 5. Recent Activity 6. Messages 7. 1 Table of Content Title Page number 1. Register 3 2. Login 4 3. Dashboard 5 4. Account Information 7 5. Recent Activity 11 6. Messages 12 7. My Credits 13 8. Share and Earn 14 9. Rewards 14 10. My Orders

More information

Tutorial: How to Accept a Team Space Invitation. by DSwiss AG, Zurich, Switzerland V

Tutorial: How to Accept a Team Space Invitation. by DSwiss AG, Zurich, Switzerland V Tutorial: How to Accept a Team Space Invitation by DSwiss AG, Zurich, Switzerland V 1.1-2015-04-29 ACCEPT A TEAM SPACE INVITATION This tutorial will guide you through how to accept an invitation to a Team

More information

LAW ENFORCEMENT GUIDE FOR STICKAM.COM

LAW ENFORCEMENT GUIDE FOR STICKAM.COM LAW ENFORCEMENT GUIDE FOR STICKAM.COM Prepared by Advanced Video Communications, Inc. i Revised: September 16, 2008 TABLE OF CONTENTS INTRODUCTION... 1 WHAT USERS CAN DO ON STICKAM... 2 When a user is

More information

The e-cargo Matchmaker

The e-cargo Matchmaker The e-cargo Matchmaker USER GUIDE AUTHOR Anca DOLOCAN VERSION 0.7 June 2012 e-cargo Matchmaker - User Guide 1/36 TABLE OF CONTENTS 1. INTRODUCTION... 3 1.1. About the e-cargo Matchmaker... 3 1.2. Document

More information

Contents. Register...3 Advertiser Area...5 Dashboard...5 Account Information...6 My Wallet...8 Promotions...8 Change Password...12 Change ...

Contents. Register...3 Advertiser Area...5 Dashboard...5 Account Information...6 My Wallet...8 Promotions...8 Change Password...12 Change  ... Contents Register...3 Advertiser Area....5 Dashboard...5 Account Information...6 My Wallet...8 Promotions...8 Change Password...12 Change Email...12 2 Register Advertisers can register on the website by

More information

RouteMobile Mobile Client Manual for Android Version: 2.0

RouteMobile Mobile Client Manual for Android Version: 2.0 RouteMobile Mobile Client Manual for Android Version: 2.0 Route Mobile Limited 2018. All rights reserved 1 Contents Installation... 3 Getting Started... 5 Login Page... 6 Main Screen... 7 Send SMS... 9

More information

CN4 - Design Specification

CN4 - Design Specification 1. System Architecture CN4 - Workload Tracking Figure 1 : System Architecture Authentication We use Drupal as our content management system, which it already provides login and access control system, so

More information

Using Your New Webmail

Using Your New Webmail Using Your New Webmail Table of Contents Composing a New Message... 2 Adding Attachments to a Message... 4 Inserting a Hyperlink... 6 Searching For Messages... 8 Downloading Email from a POP3 Account...

More information

Office365 Outlook. The username is your complete employee number followed

Office365 Outlook. The username is your complete employee number followed Office365 Outlook Sign In 1. Navigate to the shortcut for Office 365 on your desktop or enter the following url: http://portal.dekalbschoolsga.org. 2. Enter the username and password for your 365 account.

More information

UBC Graduate Information System (GIS)

UBC Graduate Information System (GIS) UBC Graduate Information System (GIS) Project Design University of British Columbia Okanagan COSC 304 Fall 2009 Version: 1.4 Date: 12/02/2009 Project Team Kyle Kotowick () Andrew Campbell () Document Control

More information

A PROJECT REPORT ON SHOPPING CART.COM

A PROJECT REPORT ON SHOPPING CART.COM A PROJECT REPORT ON SHOPPING CART.COM DEVLOPED BY: - SWETA POLARA SHRADDHA VAGhAMASI Guided by: - pradip vanpariya Keyur zala ACADEMIC YEAR 2010 2011 SUBMITTED TO M. & N. VIRANI SCIENCE COLLEGE 1 INDEX

More information

Web Outlook. Tenafly Technology Department

Web Outlook. Tenafly Technology Department Tenafly Technology Department Web Outlook If you would like to begin using the Web-based Outlook service to check your email remotely, you can do so immediately by visiting the Tenafly School District

More information

Outlook Web Access Getting Started

Outlook Web Access Getting Started Getting Started Outlook Web Access Getting Started First, open up the web browser of your choice. Then, enter the following URL: http://mailserver.pts.edu Outlook Web Access Login To log in, you will simply

More information

File Cabinet Manager

File Cabinet Manager Tool Box File Cabinet Manager Java File Cabinet Manager Password Protection Website Statistics Image Tool Image Tool - Resize Image Tool - Crop Image Tool - Transparent Form Processor Manager Form Processor

More information

Zimbra User Guide Rev

Zimbra User Guide Rev Zimbra User Guide Rev. 2.12.2013 Using Zimbra Email To access Zimbra email, go to: https://email.outlookmail.com and enter your current network username and password. Supported browsers include: Windows

More information

In this class, we'll talk about some of the features and advantages of Gmail, and study the Gmail window.

In this class, we'll talk about some of the features and advantages of Gmail, and study the Gmail window. Gmail is a free email service provided by Google. In many ways, Gmail is like any other email service: You can send and receive emails, block spam, create an address book, and perform other basic email

More information

User Manual for Imation Flash Login Software

User Manual for Imation Flash Login Software User Manual for Imation Flash Login Software Introducing Imation Flash Login You can use Imation Flash Login to create a password protected secure partition on Imation Swivel Pro USB 2.0 flash drive. System

More information

Designing is the most important phase of software development. It requires

Designing is the most important phase of software development. It requires Chapter 7 System Design Designing is the most important phase of software development. It requires careful planning and thinking on the part of system designer. Designing software means to plan how the

More information

Micro Focus Enterprise View. Installing Enterprise View

Micro Focus Enterprise View. Installing Enterprise View Micro Focus Enterprise View Installing Enterprise View Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2014. All rights reserved.

More information

WEBppliance for Windows User Administrator's Help

WEBppliance for Windows User Administrator's Help WEBppliance for Windows User Administrator's Help September 23, 2003 Contents About This Document...3 How to use this Help system...4 Getting started...6 What to do first... 6 Viewing your account settings...

More information

District 5910 Website Quick Start Manual Let s Roll Rotarians!

District 5910 Website Quick Start Manual Let s Roll Rotarians! District 5910 Website Quick Start Manual Let s Roll Rotarians! All Rotarians in District 5910 have access to the Members Section of the District Website THE BASICS After logging on to the system, members

More information

Daalou dating and love united USER MANUAL

Daalou dating and love united USER MANUAL Daalou dating and love united USER MANUAL 1 Contents 1. Home page... 4 2. User Registration... 4 3. Login/Sign In... 5 4. Forgot Password... 5 5. Profile Page... 6 5.1 User s Short Profile Information...

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

TRACKABLE BULK MAIL SOLUTION ADDITIONAL FEATURE

TRACKABLE BULK MAIL SOLUTION ADDITIONAL FEATURE TRACKABLE BULK MAIL SOLUTION ADDITIONAL FEATURE TABLE OF CONTENTS Table of Contents... 1 Document Revision History... 3 Introduction... 4 Purpose... 4 Scope... 4 User Rights... 5 Overall Description...

More information

Pinterest. What is Pinterest?

Pinterest. What is Pinterest? Pinterest What is Pinterest? Pinterest is like an electronic bulletin board that allows users to save and share photos they find on the internet. Usually when a user pins a photo it is linked to a blog

More information

Intranet Mailing System. Abstract

Intranet Mailing System. Abstract Intranet Mailing System Abstract This system facilitates mailing among users of an Intranet. Now-a-days organizations are growing fast and are increasing in size also. So these organizations are divided

More information

2013 edition (version 1.1)

2013 edition (version 1.1) 2013 edition (version 1.1) Contents 1 Introduction... 3 2 Signing in to your Office 365 account... 3 2.1 Acceptable Use Policy and Terms of Use... 4 3 Setting your profile and options... 4 3.1 Settings:

More information

Isi Net User Manual for Bank customers

Isi Net User Manual for Bank customers 1 Table of Contents 1 Introduction and overview... 4 1.1 Isi Net User Types... 4 1.2 Accessing the Isi Net service... 5 1.2.1 User Login... 5 1.2.2 User Logout... 7 1.3 User Interface... 7 1.3.1 Menus...

More information

CLOUD MAIL End User Guide. (Version 1.0)

CLOUD MAIL End User Guide. (Version 1.0) End User Guide () Table of Contents 1. How to Activate New Account... 3 2. How to Compose a New Email Message... 5 3. How to View and Edit the Email Draft... 6 4. How to View Sent Email Messages... 6 5.

More information

RISKMAN QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS

RISKMAN QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS Introduction This reference guide is aimed at RiskMan Administrators who will be responsible for maintaining your RiskMan system configuration and also to use some of the System Tools that are available

More information