Custom Urgent System Design Blueprint

Size: px
Start display at page:

Download "Custom Urgent System Design Blueprint"

Transcription

1 Prepared by Dory Weiss, ITS Last Edited November 15, 2012 System Design Blueprint Executive Summary The functionality to send Urgent messages in the current Group is being replaced with a new streamlined process. The new system is designed to emphasize simplicity, speed, and robustness. Urgent s must be sent quickly (approx. 70,000 messages must be sent in 30 minutes or less), and the interface must be simple and easy-to-use, even under stressful circumstances. System Architecture Architectural Design Approach The ability to quickly and reliably send to all UT students and employees in the event of an emergency is considered a critical business process. This project has focused on designing a system with minimal components (to reduce the number of points where a problem could occur). The legacy Group system has proven to be incredibly robust, so the architecture of the new system is a simplified version of the legacy application. Modules and processes from the legacy system have been reused where appropriate. The data utilized by the system is owned by other business areas TRECS owns employee data, Registrar IT owns student data so the design is structured to avoid changes to underlying data structures. Moreover, effort has been made to minimize the impact on dataowning areas, and no changes to the interface between the system and the data owning areas have been made. Design work has also focused on architecting a new user interface. Urgent s may be sent under highly stressful circumstances, so the interface has been designed to be simple and fast as well as to minimize possible user errors. In order to provide geographical redundant functionality, it will also be possible to send urgent s via Regroup (the hosted solution that will replace the rest of the legacy Group system.) A group for sending urgent messages with the necessary authorizations and recipient list will be available via Regroup in the case of a disaster. Design documents for Regroup will be available separately. 1

2 Architecture Design Sending Web Interface Mail Server User Client Sender Recipient List Generation Process External Systems External Files Recipient List Generation (Mainframe Batch Process) Figure 1 High Level View of Architecture The system consists of a nightly process to generate and upload a list of recipients to the mail server and a web interface for sending an to this list. The list generation process resides on the mainframe and relies on secured modules provided by TRECS and Registrar IT to provide information for UT students and employees. The list generation process is loosely coupled to the process for sending . The only dependency between the two processes is that a dataset of recipient s must be present on the mail server and in the expected format. This will allow the listgeneration process to be replaced as the data-providing systems are moved into new technologies. System Design Blueprint 2

3 System Domain Design Mainframe List Generation List Generation Process Dataset of Recipients SFTP Transfer Server (transfer.its) SFTP Mail Server TRECS Module Registrar IT Module TRECS Data Registrar IT Data Mainframe Batch Process Figure 2 Mid Level View of List Generation Process The list generation process for the system is a simplified version of the process used in the legacy Group system. The process runs nightly on the mainframe. It first makes calls to secured modules provided by TRECS and Registrar IT that individually build a dataset of recipients in a common format. These datasets are then combined into a single dataset and SFTPed to Custom Urgent mail server by way of the ITS Transfer server. System Design Blueprint 3

4 Sending TED Query for EID entitlement Server Web Application Postfix MTA Urgent User Client Sender Recipient Dataset of Recipients Figure 3 Mid Level View of Sending Process Sending an via the system begins with the user accessing the Django web application. The web site resides on a dedicated physical server and will query TED to check for an EID entitlement that grants authorization to send Urgent s. Once a user s authorization has been verified, s/he submits the message subject and text via a web form, and a process runs to distribute the message to the recipients listed on the dataset uploaded during the list generation process. Outgoing messages are handled by an instance of Postfix running on the same physical server. Once sent by the mail server, recipients access the via their preferred client. Data Design Persistent/Static Data The system does not own any data about recipients. Employee information is owned by TRECES and stored on the file BD-EMPLOYEES. Student information is owned by Registrar IT and stored on the file NR-STUDENTS-WHOLE-FILE. addresses are retrieved from these files via Natural secured modules provided by each department. External Interface Data Datasets received from TRECS and Registrar IT are expected to be created in a common format, as documented in the LDA TXDLBMCL: * ** #TXDLBMCL * * PREF-EID (A15) System Design Blueprint 4

5 2 -ADDRESS (A75) 2 EXCLUDE- (A2) /* Employee or student areas can * ** use this field to return the * ** user's subscription option. * ** Emp: 'I' means user has * ** unsubscribed from receiving * ** informational msgs. * ** Stu: 'Y' means user has * ** unsubscribed from info msgs. * ** " " value - pgms will call the * ** area to check the value. 2 FILLER (A30) 2 REDEFINE 3 # -SWITCH-SENT (L) /* if true, then EXCLUDE- * /* was passed. User Interface Design User Interface Design Overview The design for the website has been developed in collaboration with the users of the system. User interviews and multiple rounds of usability testing have been conducted to ensure that the design and function of the site meets the users needs. Urgent s are frequently sent in stressful situations, so users should be presented with a single, simple page with as few decisions to make as possible. The page should have little or no unrelated navigation. There will be few options on the page, the most obvious of which will be the Send button. If the user selects from a set of radio buttons for the type of event (e.g., Evacuation or Severe Weather ) and event stage (e.g., Initial or All Clear ), the subject and message field will automatically populate with template text provided by University Operations-Communications which can be edited to accommodate specific details. A Clear Form link will to cancel and reset the page without sending any message, and there will be links to the Regroup site and a Send Message to Event Incident Link that will open an Outlook message to the Event Incident List. User Interface Navigation Hierarchy The Urgent page will be an entirely separate URL from the other Group page(s). Authorized users will be able to access the new page by entering the address directly into their browser (that address should also be bookmarked) or by following a link displayed on the Emergency Status Update page. System Design Blueprint 5

6 Figure 4 Screenshot of website User Function Categories (or Use Cases) Initial Determination of Authorized Users Urgent s are only able to be sent by a select list of users who will be authorized via an EID entitlement. Authorized users for the Urgent System will be determined by the Director of University Operations-Communications and the Director of Emergency Preparedness. These users will be initially authorized by the EID team during the development of the system based on a list provided by the Director of University Operations-Communications and the Director of Emergency Preparedness. Enhancement: The system will be tailored specifically for those users and urgent situations. System Design Blueprint 6

7 Grant/Remove Authorization The system will interact with the EID Entitlement system to determine user authorization. Authorized users for the Urgent System will be determined by the Director of University Operations-Communications and the Director of Emergency Preparedness. Enhancement: Allows for fluidity and responsiveness regarding user authorization Generate Recipient List A Recipient List will be maintained at all times to be available when an needs to be distributed. Initially, that list will be created manually. Thereafter, a nightly process will create a new replacement list with the latest information available. In the event that the nightly process fails, the process will default to the last available list. User Accesses the Web Page to Create In order to create an Urgent , the user will access the Urgent page via their preferred browser. The page will check the user s EID Entitlement and present authorized users with a blank form. The user may enter a free-form message or select from a drop-down of issue types (Weather Event, Armed Intruder, etc.) that will populate the message with a preapproved template for the user to customize with specific event details. These templates will be provided by the Director of University Operations-Communications. Once the user hits send, the will be sent to the server and then distributed to the recipient list. Enhancement: The Urgent system will be tailored specifically for a small, defined group of users and urgent situations. It will be streamlined to prevent confusion and allow users to quickly disseminate information in tense situations. The system will also be available from any location where the internet is accessible and not depend on specific software or downloaded applications. Review Sent Messages Message sent via the urgent mail server will be archived in an AEMS mailbox; sent messages may be reviewed by system stewards. Additionally, any sender or recipient may review a sent message by accessing their preferred client s saved/archived history. Save Template Authorized users will be able to create new templates on the Urgent site. The creation of these new templates will be based in a separate, administration section so as not to clutter the site or add confusing elements. Authorized users may click on a create new template link, enter their new template information in a presented form, and select an issue type with which it will be associated. The template will be saved and available for future use. Enhancement: Allows for updates to system based on new requirements and newly identified situations. System Design Blueprint 7

8 Edit/Delete Template Authorized users will be able to delete templates on the Urgent site. Authorized users may click on a list templates link which will present a list of existing templates. Each template will have the option for editing or deletion. Enhancement: Allows for updates to system based on changed requirements. Glossary Apollo User authorization system maintained by ITS Applications Issue Type The type of incident to which the is referring (Weather Event, Armed Intruder, etc.) Recipient List Dataset of Urgent recipients compiled from datasets provided by TRECS and Registrar IT Revision History Identify changes to the System Design Description. Version Date Name Description 1.0 7/31/12 Dory Weiss Initial draft 2.0 8/24/12 Dory Weiss Revisions after internal & ISO review 2.1 9/25/12 Dory Weiss Added screenshot Signatures Formal written signoff is preferred for larger, more complex projects. Name Role Signature Date System Design Blueprint 8

Regroup Design Blueprint

Regroup Design Blueprint Prepared by Dory Weiss, ITS Last Edited September 28, 2012 November 15, 2012 Regroup Design Blueprint Executive Summary The functionality to send Informational, Operational, and Official messages via the

More information

Create an Email Campaign. Create & Send Your Newsletter

Create an Email Campaign. Create & Send Your Newsletter Create an Email Campaign Create & Send Your Newsletter Free Easy Fast -1- Create an Email Campaign 1 For sending a newsletter or a bulk email, you need to create an Email Campaign, click on the CAMPAIGN

More information

About (EAS) Archived Email Service

About (EAS) Archived Email Service About (EAS) Archived Email Service Information Services is implementing an email archiving on the staff email system in order to save space on the main email system which is reaching full capacity. Emails

More information

Chapter 11 Managing Core Database Downloads

Chapter 11 Managing Core Database Downloads Chapter 11 Managing Core Database Downloads Research Insight versions 7.7 and higher offer automated delivery of the COMPUSTAT core databases over the Internet through the Database Manager application.

More information

Wimba Pronto. Version 3.1. Administrator Guide

Wimba Pronto. Version 3.1. Administrator Guide Wimba Pronto Version 3.1 Administrator Guide Wimba Pronto 3.1 Administrator Guide Overview 1 Accessing the Wimba Pronto Administration Interface 2 Managing Multiple Institutions 3 General Features 4 Configuring

More information

AHS Computing. Outlook Seminar Series Session #2

AHS Computing. Outlook Seminar Series Session #2 AHS Computing Outlook Seminar Series Session #2 Introduction Email templates Archiving email Creating Rules Automating Replies Sorting Junk Email Settings Email Templates File with predesigned, customized

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

Microsoft Outlook Quick Reference Sheet

Microsoft Outlook Quick Reference Sheet Microsoft Outlook is an incredibly powerful e-mail and personal information management application. Its features and capabilities are extensive. Refer to this handout whenever you require quick reminders

More information

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

SHIPSTATION / MIVA MERCHANT SETUP GUIDE SHIPSTATION / MIVA MERCHANT SETUP GUIDE 9/20/2013 Miva Merchant Setup Guide ShipStation has created a Miva Merchant module to allow for a more streamlined order fulfillment process. This guide provides

More information

Lync Online Deployment Guide. Version 1.0

Lync Online Deployment Guide. Version 1.0 Date 28/07/2014 Table of Contents 1. Provisioning Lync Online... 1 1.1 Operating System Requirements... 1 1.2 Browser Requirements Administrative Centre... 1 2. Obtaining your login Credentials & Logging

More information

CHARTER BUSINESS CUSTOM HOSTING MIGRATION INSTRUCTIONS

CHARTER BUSINESS CUSTOM HOSTING MIGRATION INSTRUCTIONS 1. Go to https://cp.charter-business.net 2. Enter the username that was provided to you in the letter and/or email you received from Charter Business. 3. Enter your password by entering the letters Ch

More information

TriCore Secure Web Email Gateway User Guide 1

TriCore Secure Web Email Gateway User Guide 1 TriCore Secure Web Email Gateway User Guide This document provides information about TriCore Secure Web Email Gateway. This document is for users who are authorized to send and receive encrypted email

More information

Using Outlook Web App

Using Outlook Web App Using Outlook Web App About Outlook Web App Using a web browser and the Internet, Outlook Web App (OWA) provides access to your Exchange mailbox from anywhere in the world at any time. Outlook Web App

More information

Mimecast Personal Portal (MPP)

Mimecast Personal Portal (MPP) Mimecast Personal Portal (MPP) End User Quick Start Guide Mimecast Personal Portal (MPP) provides email continuity and archive search services to users. This means that it is always possible to send and

More information

User manual for the visitors of Interreg Danube Programme website

User manual for the visitors of Interreg Danube Programme website User manual for the visitors of Interreg Danube Programme website Table of contents National contact points... 2 Newsletter subscription... 2 Subscribe... 2 Unsubscribe... 2 Forum... 2 Approved projects...

More information

UNITED STATES ARMY RESERVE COMMAND. User Guide for ARAMP

UNITED STATES ARMY RESERVE COMMAND. User Guide for ARAMP UNITED STATES ARMY RESERVE COMMAND User Guide for ARAMP (Army Reserve Account Maintenance and Provisioning) Document: User Guide for ARAMP Nov. 13 2008 Date: Nov 13, 2006 Table 1: Version History Version

More information

Outlook Web Access Tipsheets

Outlook Web Access Tipsheets You can use a Web browser to access your Outlook mailbox from any computer with an Internet connection. You can use Outlook Web Access with Microsoft Internet Explorer, Mozilla Firefox and many other browsers.

More information

A quick guide to... Setting Up Your Campaigns

A quick guide to... Setting Up Your Campaigns A quick guide to... Setting Up Your Campaigns In this guide... Learn how to create a GetResponse email marketing campaign and manage all the built-in options designed to maximize the effectiveness of you

More information

SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide

SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide Email Encryption Customers who are provisioned for SaaS Email Encryption can easily configure their Content Policies

More information

Web Hosting Getting Started Guide

Web Hosting Getting Started Guide Web Hosting Getting Started Guide This guide describes: - Hosting Terms and Definitions - How to sync a domain with your hosting account - How to change your domain s nameservers - How to use FTP to upload

More information

Login/ Logout RMS Employer Login Go to Employer and enter your username and password in the Employer Login section. Click on the LOGIN NOW button.

Login/ Logout RMS Employer Login Go to Employer and enter your username and password in the Employer Login section. Click on the LOGIN NOW button. Recruitment Management System Version 8 User Guide What is Recruitment Management System (RMS)? Recruitment Management System (RMS) is an online recruitment system which can be accessed by corporate recruiters

More information

Collax E-Mail Archive

Collax E-Mail Archive Collax E-Mail Archive Howto This howto describes how a Collax server can easily be set up as an e-mail archive in order to enable team members to access their own e-mail archive. Additionally, auditor

More information

Using etoken for Securing E-mails Using Outlook and Outlook Express

Using etoken for Securing E-mails Using Outlook and Outlook Express Using etoken for Securing E-mails Using Outlook and Outlook Express Lesson 15 April 2004 etoken Certification Course Securing Email Using Certificates Unprotected emails can be easily read and/or altered

More information

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide January 24, 2015 Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide Spambrella and/or other noted Spambrella related products contained herein are registered

More information

Netmail Search for Outlook 2010

Netmail Search for Outlook 2010 Netmail Search for Outlook 2010 Quick Reference Guide Netmail Search is an easy-to-use web-based electronic discovery tool that allows you to easily search, sort, retrieve, view, and manage your archived

More information

e- storage Mail Archive

e- storage Mail Archive e- storage Mail Archive 1 TABLE OF CONTENTS 1.0 OVERVIEW 3 1.1 INTRODUCTION... 3 1.2 REQUIREMENT. 4 2.0 SETUP AND CONFIGURATION. 6 2.1 CREATE NEW ARCHIVE PROFILE. 6 2.1.1 Gmail Account.. 8 2.1.2 Hotmail

More information

Wilkes University Information & Instructions for Students using Outlook 2003

Wilkes University Information & Instructions for Students using Outlook 2003 Outlook 2003 Wilkes University These tips are for how use some of the features of Outlook 2003. You will first have to install Outlook 2003 on your personal computer. After installing Outlook follow the

More information

Outlook Web Access E-mail

Outlook Web Access E-mail Outlook Web Access E-mail A. Accessing the mailbox via the Internet 1. Open your browser Firebox or Internet Explorer 2. In the URL address location box, key mail.asbury.edu for students and mail2.asbury.edu

More information

HGC SUPERHUB HOSTED EXCHANGE EMAIL - 2010 / 2007 SMART PANEL USER GUIDE

HGC SUPERHUB HOSTED EXCHANGE EMAIL - 2010 / 2007 SMART PANEL USER GUIDE HGC SUPERHUB HOSTED EXCHANGE EMAIL - 2010 / 2007 SMART PANEL USER GUIDE Table of Contents 1. Login to Smart Panel... 1 2. Account Info... 2 3. User Setup Profile... 3 4. User & Mailbox... 4 5. Domain Name...

More information

Outlook Web Access (OWA) with Exchange Server 2007 (Windows version)

Outlook Web Access (OWA) with Exchange Server 2007 (Windows version) Outlook Web Access (OWA) with Exchange Server 2007 (Windows version) 1. Login into your Baylor email account via a web browser such as Internet Explorer, Fire Fox, or Netscape. The web URL is still http://mail.baylor.edu/

More information

GETTING STARTED CREATE A NEW EMAIL. 1 P age

GETTING STARTED CREATE A NEW EMAIL. 1 P age How To: Create an Email from a Template (One Time Custom Email & Recurring Custom Email) This documentation is designed to walk through the necessary steps to create a new One Time Custom Email and a Recurring

More information

Table of Contents INTRODUCTION... 2 HOME PAGE... 3. Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG...

Table of Contents INTRODUCTION... 2 HOME PAGE... 3. Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG... Table of Contents INTRODUCTION... 2 HOME PAGE... 3 Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG... 11 Raising a Service Request... 12 Edit the Service Request...

More information

Composite.Community.Newsletter - User Guide

Composite.Community.Newsletter - User Guide Composite.Community.Newsletter - User Guide Composite 2015-11-09 Composite A/S Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.composite.net Contents 1 INTRODUCTION... 4 1.1 Who Should Read This

More information

Hosting Control Panel (CP) Admin Guide

Hosting Control Panel (CP) Admin Guide Hosting Control Panel (CP) Admin Guide Document Revision Date: May 16, 2013 Hosting CP Admin Guide / TOC Page i Contents HOW TO USE THIS HOSTING CP ADMIN GUIDE... 1 GET STARTED WITH EXCHANGE... 1 Other

More information

Booth Gmail Configuration

Booth Gmail Configuration Student email is accessed via a Booth branded Gmail service. Student mailboxes will be accessed via Gmail. Configure Gmail Settings Before you connect Gmail to send and receive Booth Gmail on your mobile

More information

emarketing Manual- Creating a New Email

emarketing Manual- Creating a New Email emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a

More information

User Guide. Version 3.0 April 2006

User Guide. Version 3.0 April 2006 User Guide Version 3.0 April 2006 2006 Obvious Solutions Inc. All rights reserved. Dabra and Dabra Network are trademarks of Obvious Solutions Inc. All other trademarks owned by their respective trademark

More information

NearPoint email Archive and Retrieval System

NearPoint email Archive and Retrieval System NearPoint email Archive and Retrieval System Welcome to our email archive system, NearPoint from Mimosa. With this RPS Archive system keep in mind, you will still be using Outlook as you always have. Here

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER ADMINISTRATOR S GUIDE Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

How to Set Up Your. Email Account

How to Set Up Your. Email Account How to Set Up Your Email Account Contents Outlook 2002 (Office XP)... 3 Outlook 2003 (Office 2003)... 6 Outlook 2007 (Office 2007)... 10 Outlook 2010 (Office 2010)... 14 Outlook Account Setup Page 2 HOW

More information

SAS. Cloud. Account Administrator s Guide. SAS Documentation

SAS. Cloud. Account Administrator s Guide. SAS Documentation SAS Cloud Account Administrator s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Cloud: Account Administrator's Guide. Cary, NC:

More information

Web Mail Classic Web Mail

Web Mail Classic Web Mail April 14 Web Mail Classic Web Mail Version 2.2 Table of Contents 1 Technical Requirements... 4 2 Accessing your Web Mail... 4 3 Web Mail Features... 5 3.1 Home... 5 3.1.1 Mailbox Summary... 5 3.1.2 Announcements...

More information

Tutorial for Horde email. Contents

Tutorial for Horde email. Contents Tutorial for Horde email Contents Basics 1. Starting Horde 2. Reading emails 3. Replying / Forwarding 4. New email 5. Attachments 6. Save as Draft 7. Address books Adding contact details and accessing

More information

MHC CareMail User Guide

MHC CareMail User Guide MHC CareMail User Guide Get Started with MHC CareMail Secure Communications Version 1.7 Table of Contents About MHC CareMail Communications... 4 Getting Started with... 5 Your MHC CareMail Account... 5

More information

QUERY DATA FROM ACTIVE DIRECTORY

QUERY DATA FROM ACTIVE DIRECTORY QUERY DATA FROM ACTIVE DIRECTORY Active Directory includes a wealth of information about your company s organization. This task will show you how to auto populate fields in your InfoPath form with the

More information

User Guide Quote Request for Quotation (RFQ)

User Guide Quote Request for Quotation (RFQ) OVERVIEW This User Guide describes how Suppliers participates in Request for Quotation (RFQ) events. HOW TO USE THIS USER GUIDE If familiar with the isupplier Portal Functionalities and the Oxy processes,

More information

Outlook Synchronisation guide

Outlook Synchronisation guide Outlook Synchronisation guide Contents Introduction... 2 Installing Outlook Synchronisation Plug-in... 3 Daily Use of Outlook and webcrm... 6 Synchronising Emails... 7 Synchronising Contacts... 8 Contact

More information

Sage Accountants Business Cloud Advanced Features Guide

Sage Accountants Business Cloud Advanced Features Guide Sage Accountants Business Cloud Advanced Features Guide VERSION 1.0 September 2013 Contents Adding custom fields to address books 3 Creating dynamic content 5 Using dynamic content in your campaigns 9

More information

FTP-Stream Module: InstantShare End User Guide

FTP-Stream Module: InstantShare End User Guide FTP-Stream Module: InstantShare End User Guide InstantShare Overview InstantShare is an easy way to quickly share large files to external partners and to request them to send files back to you. But unlike

More information

Exclaimer Mail Archiver WebApp Guide IT SERVICES. University of Sunderland

Exclaimer Mail Archiver WebApp Guide IT SERVICES. University of Sunderland 2016 Exclaimer Mail Archiver WebApp Guide University of Sunderland 1 CONTENTS Email lifecycle with Exclaimer Mail archiver... 1 Sign In into the Website... 2 Screen Layout... 2 Search... 3 Refine search...

More information

IT Service Desk Manual Ver. 2.0. Document Prepared By: IT Department. Page 1 of 12

IT Service Desk Manual Ver. 2.0. Document Prepared By: IT Department. Page 1 of 12 Document Prepared By: Page 1 of 12 INDEX 1. Introduction. 3 2. Home Page..... 4 2.1 My Request Summary..... 4 2.2 Announcement....... 5 2.3 Submit your Request...... 5 2.4 Report a Problem...... 6 2.5

More information

Getting Started... Login to your Account. Set your Preferences Once logged in, click Preferences on the left.

Getting Started... Login to your Account. Set your Preferences Once logged in, click Preferences on the left. Getting Started... Login to your Account https://med1.neocertifiedmail.com Mark the site as a favorite for quick reference for later. Set your Preferences Once logged in, click Preferences on the left.

More information

Fasthosts Internet Parallels Plesk 10 Manual

Fasthosts Internet Parallels Plesk 10 Manual Fasthosts Internet Parallels Plesk 10 Manual Introduction... 2 Before you begin... 2 Logging in to the Plesk control panel... 2 Securing access to the Plesk 10 control panel... 3 Configuring your new server...

More information

Listserv Mailing List Owner Quick Start Guide

Listserv Mailing List Owner Quick Start Guide Listserv Mailing List Owner Quick Start Guide 1. Sending Mass Mail to Subscribers Authorised sender can send mass mail to all subscribers in the mailing list by following these steps: a. Compose your email

More information

NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide

NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide Contents 1. Introduction... 3 1.1. What is the NetWrix Exchange Mail Archiver?...3 1.2. Product Architecture...4 1.3. Licensing...5 1.4. System

More information

NetWrix File Server Change Reporter. Quick Start Guide

NetWrix File Server Change Reporter. Quick Start Guide NetWrix File Server Change Reporter Quick Start Guide Introduction... 3 Product Features... 3 Licensing... 3 How It Works... 4 Getting Started... 5 System Requirements... 5 Setup... 5 Additional Considerations...

More information

SAP BusinessObjects Financial Consolidation Web User Guide

SAP BusinessObjects Financial Consolidation Web User Guide SAP BusinessObjects Financial Consolidation Document Version: 10.0 Support Package 18 2016-02-19 SAP BusinessObjects Financial Consolidation Web User Guide Content 1 General user functions....12 1.1 To

More information

Table of Contents. Communication Basics... 1. Email Sending Options...2. Quick Guide to Sending an Email... 3. Send a Mass Email...

Table of Contents. Communication Basics... 1. Email Sending Options...2. Quick Guide to Sending an Email... 3. Send a Mass Email... Table of Contents Table of Contents Basics... 1 Email Sending Options...2 Quick Guide to Sending an Email... 3 Send a Mass Email... 4 Schedule an Email... 4 Send by Delivery Preference... 6 Selecting Recipients...7

More information

Using Outlook WebAccess

Using Outlook WebAccess Using Outlook WebAccess Outlook Toolbars - Terminology Update all folders New Move/Copy Reply Forward Check for New Messages Help Show/Hide Folders Delete Reply to All Show/Hide Reading Pain Search Address

More information

aprompt User Guide Setting up a Standard mailbox in Windows Mail

aprompt User Guide Setting up a Standard mailbox in Windows Mail aprompt User Guide Setting up a Standard mailbox in Windows Mail Setting up a Standard mailbox in Windows Mail In order to be able to send and receive emails from and to your new email acocunt you will

More information

Initial Setup of Microsoft Outlook 2011 with IMAP for OS X Lion

Initial Setup of Microsoft Outlook 2011 with IMAP for OS X Lion Initial Setup of Microsoft Outlook Concept This document describes the procedures for setting up the Microsoft Outlook email client to download messages from Google Mail using Internet Message Access Protocol

More information

Managing Contacts in Outlook

Managing Contacts in Outlook Managing Contacts in Outlook This document provides instructions for creating contacts and distribution lists in Microsoft Outlook 2007. In addition, instructions for using contacts in a Microsoft Word

More information

P309 - Proofpoint Encryption - Decrypting Secure Messages Business systems

P309 - Proofpoint Encryption - Decrypting Secure Messages Business systems Procedure P309 - Proofpoint Encryption - Decrypting Secure Messages Business systems P309 - Page: Page 1 of 12 Date of Release: 23 February 2011 Status: Final Document Reference: Title: P309 Release Number:

More information

Recruitment Management System (RMS) User Manual

Recruitment Management System (RMS) User Manual Recruitment Management System (RMS) User Manual Contents Chapter 1 What is Recruitment Management System (RMS)? 2 Chapter 2 Login/ Logout RMS Chapter 3 Post Jobs Chapter 4 Manage Jobs Chapter 5 Manage

More information

Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform

Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform Get Started with LeadSquared Guide for Marketing Users Complete lead to revenue platform Bookmark LeadSquared Login Page Login to LeadSquared at https://run.leadsquared.com (Bookmark the URL) LeadSquared

More information

Law School Computing Services User Memo

Law School Computing Services User Memo Law School Computing Services User Memo Using Rules in the Outlook Desktop Client Manage email messages by using rules A rule is an action that Microsoft Outlook 2013 runs automatically on incoming or

More information

Lesson 7: Maintenance

Lesson 7: Maintenance Lesson 7: Maintenance This lesson introduces you to processes that will help you with the overall maintenance of Outlook 2007. The processes outlined in this section are: Mailbox Cleanup: Helps you focus

More information

Outlook 2010 and 2013

Outlook 2010 and 2013 Outlook 2010 and 2013 Email Setup Account Types 2 Exchange account 3 POP account 5 Maintenance Setting up an Email signature 7 Checking Email Storage 8 Archiving Emails 9 Sharing Calendars Giving Access

More information

Your Archiving Service

Your Archiving Service It s as simple as 1, 2, 3 This email archiving setup guide provides you with easy to follow instructions on how to setup your new archiving service as well as how to create archiving users and assign archiving

More information

GroupWise Web Access 8.0

GroupWise Web Access 8.0 GroupWise Web Access 8.0 How to check your email via the Internet For More Information, please contact: Administrative Office of the Courts Technology Help Desk (615) 532 9503 or (800) 448-7980 Table of

More information

Cloud. Hosted Exchange Administration Manual

Cloud. Hosted Exchange Administration Manual Cloud Hosted Exchange Administration Manual Table of Contents Table of Contents... 1 Table of Figures... 4 1 Preface... 6 2 Telesystem Hosted Exchange Administrative Portal... 7 3 Hosted Exchange Service...

More information

Wakefield Council Secure email and file transfer User guide for customers, partners and agencies

Wakefield Council Secure email and file transfer User guide for customers, partners and agencies Wakefield Council Secure email and file transfer User guide for customers, partners and agencies The nature of the work the council carries out means that we often deal with information that is sensitive

More information

Evoko Room Manager. System Administrator s Guide and Manual

Evoko Room Manager. System Administrator s Guide and Manual Evoko Room Manager System Administrator s Guide and Manual 1 1. Contents 1. Contents... 2 2. Read this first! Introduction to this Guide... 6 3. User Guide... 6 4. System Architecture Overview... 8 ----

More information

Call Recorder User Guide

Call Recorder User Guide Call Recorder User Guide User Types The Call Recorder application includes a web based user interface. You must have the proper credentials to access the interface. There are two types of users of the

More information

You must have at least Editor access to your own mail database to run archiving.

You must have at least Editor access to your own mail database to run archiving. Archiving An archive is a copy of a database you can create to store information no longer in use. Like a replica, an archive contains all documents and design elements in the original database, but unlike

More information

Frequently Asked Questions for New Electric Mail Administrators 1 Domain Setup/Administration

Frequently Asked Questions for New Electric Mail Administrators 1 Domain Setup/Administration Frequently Asked Questions for New Electric Mail Administrators 1 Domain Setup/Administration 1.1 How do I access the records of the domain(s) that I administer? To access the domains you administer, you

More information

TIBCO Slingshot User Guide

TIBCO Slingshot User Guide TIBCO Slingshot User Guide v1.8.1 Copyright 2008-2010 TIBCO Software Inc. ALL RIGHTS RESERVED. Page 1 September 2, 2011 Documentation Information Slingshot Outlook Plug-in Important Information SOME TIBCO

More information

Filtering E-mail for Spam: PC

Filtering E-mail for Spam: PC Filtering E-mail for Spam: PC Last Revised: April 2003 Table of Contents Introduction... 1 Objectives... 1 Filtering E-mail for Spam... 2 What Is Spam?... 2 What Is UT Doing About Spam?... 2 What Can You

More information

MyFaxCentral User Administration Guide

MyFaxCentral User Administration Guide faxing simplified. anytime. anywhere. MyFaxCentral User Administration Guide www.myfax.com MyFaxCentral Common Controls...1 Navigation Controls...1 Customize View...1 MyFaxCentral User Administration...2

More information

Fixes for CrossTec ResQDesk

Fixes for CrossTec ResQDesk Fixes for CrossTec ResQDesk Fixes in CrossTec ResQDesk 5.00.0006 December 2, 2014 Resolved issue where the list of Operators on Category was not saving correctly when adding multiple Operators. Fixed issue

More information

Does the GC have an online document management solution?

Does the GC have an online document management solution? This FAQ contains: Web File Services definition Access web file services Create a WFS folder Upload a document Email a link to a document folder Create WFS subscription Cancel existing subscription Create

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting

More information

Table of Contents INTRODUCTION...2 HOME PAGE...3. Announcements... 6 Personalize... 7 Reminders... 9 Recent Items... 11 SERVICE CATALOG...

Table of Contents INTRODUCTION...2 HOME PAGE...3. Announcements... 6 Personalize... 7 Reminders... 9 Recent Items... 11 SERVICE CATALOG... Table of Contents INTRODUCTION...2 HOME PAGE...3 Announcements... 6 Personalize... 7 Reminders... 9 Recent Items... 11 SERVICE CATALOG...12 REQUEST...14 Request List View... 15 Creating a New Incident...

More information

introduction to emarketing

introduction to emarketing introduction to emarketing emarketing is typically used for promotional campaigns for attendee generation and for attendee communication. It works closely with ereg which also includes email capabilities

More information

STAFF MAIL. User Guide. Please see the next page for an important note

STAFF MAIL. User Guide. Please see the next page for an important note STAFF MAIL User Guide Please see the next page for an important note Important note: This user guide was written to support the use of the original Staffmail system. A newly rewritten version is in preparation

More information

Pinpointe User s Guide

Pinpointe User s Guide Pinpointe User s Guide Edition 2.1 October 2008 About This User s Guide How to Use This User s Guide This user s guide describes Pinpointe s Graphical User Interface (GUI). It shows you how to use each

More information

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: PERSONALIZING YOUR EMAIL... 5

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: PERSONALIZING YOUR EMAIL... 5 Table of Contents ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: PERSONALIZING YOUR EMAIL... 5 TOPIC 1A: APPLY STATIONERY AND THEMES... 6 Apply Stationery and Themes... 6 TOPIC 1B: CREATE A CUSTOM

More information

Outlook 2010 and 2013

Outlook 2010 and 2013 Outlook 2010 and 2013 Email Setup Account Types 2 Exchange account 3 POP account 5 Adding additional email accounts 7 Maintenance Setting up an Email signature 8 Checking Email Storage 10 Archiving Emails

More information

Cloud Services. Email Migration. Cloud Migration Portal Admin Guide

Cloud Services. Email Migration. Cloud Migration Portal Admin Guide Cloud Services Email Migration Cloud Migration Portal Admin Guide 10/19/2014 CONTENTS Account Activation and Data Migration Cloud Migration Portal... 2 Purchase Cloud Migration License... 2 Create User

More information

Admin Guide Domain Administration. Version 21

Admin Guide Domain Administration. Version 21 Admin Guide Domain Administration Version 21 Table of Contents TABLE OF CONTENTS... 2 1. INTRODUCTION... 3 2. WHY XGENPLUS ADMIN PANEL?... 3 3. XGENPLUS DOMAIN ADMINISTRATION FUNCTIONAL DESCRIPTION...

More information

15R1 Enterprise Email Integration and Functionality

15R1 Enterprise Email Integration and Functionality Help Documents 15R1 Enterprise Email Integration and Functionality The integration of email within Enterprise allows Enterprise users to mirror their Microsoft Outlook. or other SMTP or IMAP email, including

More information

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc.

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc. ARGUS Symphony 1.6 and Business App Toolkit 6/13/2014 2014 ARGUS Software, Inc. Installation Guide for ARGUS Symphony 1.600.0 6/13/2014 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite

More information

WebAccess Mobile User Guide

WebAccess Mobile User Guide www.novell.com/documentation WebAccess Mobile User Guide GroupWise 2014 April 2014 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

HGC SUPERHUB HOSTED EXCHANGE SMART PANEL 2013 USER GUIDE

HGC SUPERHUB HOSTED EXCHANGE SMART PANEL 2013 USER GUIDE HGC SUPERHUB HOSTED EXCHANGE SMART PANEL 2013 USER GUIDE V2015.12 Table of Contents 1. Login to Smart Panel 2013... 2 2. Customer Information... 3 2.1 Company Information... 3 2.2 User Setup... 3 2.3 User

More information

Recalling A Sent Message in Outlook 2010

Recalling A Sent Message in Outlook 2010 Recall or replace an email message that you sent The recall feature in Microsoft Outlook tries to stop delivery and, optionally, replace an email message that you have already sent to another Microsoft

More information

Email Setup Guide v8.3.0

Email Setup Guide v8.3.0 Administration Guide March 11, 2008 Contents About this guide Organization Related guides Preparing for setup The organization s domain Servers used for IMAP email Storage space allocated for email The

More information

D&B SafeTransPort Tutorial YOUR MANAGED FILE TRANSFER SOLUTION FOR SECURE FILE TRANSFERS WITH D&B

D&B SafeTransPort Tutorial YOUR MANAGED FILE TRANSFER SOLUTION FOR SECURE FILE TRANSFERS WITH D&B Tutorial YOUR MANAGED FILE TRANSFER SOLUTION FOR SECURE FILE TRANSFERS WITH D&B Overview Overview Topics Covered overview, features and benefits Account activation and password maintenance Using the User

More information

Chapter 10 Encryption Service

Chapter 10 Encryption Service Chapter 10 Encryption Service The Encryption Service feature works in tandem with Dell SonicWALL Email Security as a Software-as-a-Service (SaaS), which provides secure data mail delivery solutions. The

More information

Creating Accounts... 3. Domain Management... 6

Creating Accounts... 3. Domain Management... 6 Domain Reseller User Guide Table of Contents Creating Accounts... 3 User Registration... 3 Domain Reseller Account Application... 4 Domain Management... 6 Register Domains... 6 Renew Domains... 8 List

More information