Campaign Walkthrough

Size: px
Start display at page:

Download "Campaign Walkthrough"

Transcription

1 Campaign Walkthrough This guide is distributed with software that includes an end-user agreement, this guide, as well as the software described in it, is furnished under license and may be used or copied only in accordance with the terms of such license. Except as permitted by any such license, no part of this guide may be reproduced, stored in a retrieval system, or transmitted, in any form or by any other means, electronic, mechanical, recording, or otherwise, without the prior written permission of Macware, Inc. Please note that the content in this guide is protected under copyright law even if it is not distributed with the software that includes an end-user agreement. The content of this guide is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Macware, Inc. Macware, Inc. assumes no responsibility or liability for any errors or inaccuracies that may appear in the informational content contained in this guide Macware, Inc. All rights reserved. Macware, the Macware logo, Campaign, and macxware are either trademarks or registered trademarks of Macware, Inc. or Summitsoft Corporation in the United States and/or other countries. Apple, Mac, the Mac logo, the Universal logo, the Made for Mac logo and Macintosh are trademarks or registered trademarks of Apple Inc. in the United States and/or other countries. Other product(s), font(s), and company names and logos may be trademarks or registered trademarks of their respective companies. Macware, Inc. Omaha, Nebraska USA 1

2 TABLE OF CONTENTS PRODUCT REGISTRATION... 3 GETTING STARTED... 3 THE WALKTHROUGH... 3 RECIPIENTS... 9 SETTINGS PREFERENCES SENDING THE MESSAGE GETTING TECHNICAL SUPPORT

3 PRODUCT REGISTRATION Registering Campaign is important. Registration provides you with timely access to the latest product updates, technical support, valuable information about new product releases, articles, tips and hints, and special offers on other products by Macware, Inc. You can register Campaign online at: GETTING STARTED Thank you for purchasing Campaign. This printed walkthrough provides an Campaign example that will help you quickly create and send your first message. THE WALKTHROUGH If you don't have the red mailbox icon on your desktop or dashboard, go to your Applications folder and open the Campaign folder. This folder shows the 4 main tools: Campaign, Extractor, Verifier, and Bounce Handler. 3

4 The Components folder includes images used in the pre-designed templates that you may want to use in the messages you send. For more information on this, please click here to learn about including images or pictures in your s. You can drag any of these icons onto your dock in order to provide a quick link to open the applications without having to go to the Campaign folder every time. Now open Campaign by double clicking the red mailbox icon... When Campaign opens, you will be looking at the Message section with all fields blank. For our purposes, we will use one of the pre-designed templates to quickly design a message to send to our mail list. To view the template options, go to: File Templates You will see template categories for Announcements, Letters, Newsletters, Press Releases, Promotions, Seasonal, Transactions, and Updates. Each category contains HTML and Plain Text templates, with HTML templates having two additional options of being Center Justified or Left Justified. For our example, please choose the following template: File Templates Promotions HTML Center Justified WebsiteSaleC7.cxz 4

5 The promotions template will automatically open to the Preview section in order for you to view how it would look in someone's mailbox. You can see in the Preview that there are some obvious changes that need to be made; most notably the dummy text needs to be replaced with your own. To do this, click the Message tab at the top: The Message section shows the HTML code behind the message you see in the Preview section (the HTML code is what is interpreted by a person's client, which gives you what you see in the Preview window). To make it easier to find the text you need to change, the HTML code has been spaced out to keep the editable text separate. This means that any line in this section that begins with a "<" is code that generally should not be touched unless you know what you are doing. The lines that don't begin with "<" are what you should focus your attention on: 5

6 As you make changes to the editable text, you can see how it looks at any time by going back to the Preview section. If you are planning on using the "sale" image that is in this message, you will need to follow these steps. 1) Locate the image by looking at the current location of it on your Mac. This is found in the Message section, looking at the code between the two lines of text that are above and below it when viewed in Preview: <img src="applications/ Campaign/Components/Images/graphics/promotions/salegradient4.jpg" width="600" height="300" alt="sale" /> Please Note: All images included with the pre-designed templates are located in the Campaign Applications folder (Applications Campaign Components Images). 2) Once you locate the salegradient4.jpg in the Images folder, you will need to upload it to a location on your current website. We recommend you upload the entire Images folder all at 6

7 once; the size of this folder is small and you can then link to other images in these folders using the same URL logic without much hassle. The most common way to do this is to use FTP software (Cyberduck is a great free FTP software option) if you are already able to connect to your website source by this method; you would then only need to connect to your site and upload the Images folder to your site location. If you have some tech person managing your website, then you would just need to contact them, give them the Images folder and tell them you want this folder uploaded to your site location. For example, say your website is located at: You can upload the Images folder to the root of this website if you want, which means the Images folder would be located at: If you do this, then in order for others to view the images in the pre-designed templates you would now need to change the image link in the HTML code from: <img src="applications/ Campaign/Components/Images/graphics/promotions/salegradient4.jpg" width="600" height="300" alt="sale" /> to: <img src=" width="600" height="300" alt="sale" /> This way, once you send the message, all people on your mail list will be able to view this image because it is now able to be downloaded directly from your website. If you kept the original image link, only you would be able to view the image in the message because it is directly linked to your hard disk (which other people won't have access to). 3) You might also notice "Sale" in the image link: <img src="applications/ Campaign/Components/Images/graphics/promotions/salegradient4.jpg" width="600" height="300" alt="sale" /> This is alternate text which you can edit that displays if someone hovers their mouse pointer over that image. For example, you can change this to: <img src="applications/ Campaign/Components/Images/graphics/promotions/salegradient4.jpg" width="600" height="300" alt="sale expires Friday, April 23rd!" /> When your mail recipients hover their mouse over the image now, they will see: 7

8 Sale expires Friday, April 23rd! 4) One final note about images in your message...if you choose to replace any image in the pre-designed templates with your own, make sure you also change the width and height in the HTML code. For example, if the included image is pointing to a location on your website: <img src=" width="600" height="300" alt="sale" /> You might want to replace it with a picture of a house, for example, called "pictureofhouse.jpg". <img src=" width="600" height="300" alt="sale" /> However, if your house picture is a different size than the sale image (width="600" height="300") you will need to also change the width and height in the HTML code; otherwise it will get stretched or scrunched because it does not fit into the dimensions of the current HTML code. To find out the size of your picture on a Mac, just right mouse click on the image and choose "Get Info". In the window that opens, you will see Dimensions under the "More Info" category: width x height If your house picture dimension is 500 x 400, then change the HTML code to reflect this new size: <img src=" width="500" height="400" alt="picture of house" /> Your image should now show up correctly in the message, and by changing the "alt" tag from "Sale" to "Picture of house", your picture can be correctly identified. Your final step in completing your message is to make sure your Subject line is what you want. The Subject should be something catchy, enticing or even just straightforward: (your name/company name) June Newsletter (your name/company name) Press Release (your name/company name) Introduces New Product/Service (your name/company name) Sale - Save up to 50% Once you are happy with your changes, check them once more in the Preview section and then move on to the Recipients section. 8

9 RECIPIENTS Pulling Together Your Mail List When you first view the Recipients section, it will look blank: It is now your job to fill it with the people on your mail list, which can be done several ways... 9

10 1) Click the Import icon in the toolbar to see a list of options: To import the people in your Address Book, select "From Address Book...". To import the addresses from an Apple Mail mailbox, select "From Apple Mail...". This will open Mail and a dialog will appear asking which mailbox you want to import. You need to have a mailbox that you created with s from the people you want on your list; you cannot just enter "Inbox". For example, if you have been corresponding with people you want on your list for some time, you can save their previous s in a new mailbox called "Mail List". When you then are ready to import your mail list from Apple Mail, just enter Mail List in the dialog when it appears and Campaign will automatically import the addresses from this mailbox. To create a new mailbox in Apple Mail: Open Mail and then select "New Mailbox..." from the Mailbox menu. Type in a "Name" and then click OK. You should now notice the new mailbox on the left side of the Mail application where Inbox, Drafts, Sent, Trash, etc. are located. 2) You can also just drag and drop a text or Excel file directly into the Recipients window to add those people in these files to your Recipients list. Campaign will automatically remove any duplicates from your Recipients list. Depending on how large your list or mailbox is, this may take some time so be patient. Smaller lists should fill almost instantly. 10

11 3) One last option to building your Recipient mail list is to enter it manually. This can be done by clicking the plus (+) symbol next to the pull-down menu. This will add a new recipient entry at the bottom of your current list, allowing you to enter any fields necessary (at least the address needs to be entered for any new recipient). Once your list is imported, the Delivery column checkboxes should all be active (checked). This means that your message will be sent to any address that is checked. You should also "Save" your list by clicking the Save button. When the dialog opens, enter the name of your mail list in the "List name" box and click OK. Your list will now be available to you in the pull-down menu next to the Save button for any future campaign. One other thing to note about the Recipients section: You can click the cog-like symbol button next to the "+" button to manage your list options: You can "Remove All" which clears your entire list. You can "Reset All" which automatically readies your current mail list to be sent again. You can "Unsubscribe" people in your mail list which keeps their entries in your list, but stops s from being sent to them. 11

12 When you are finished with your Recipients, it is now time to set up Campaign to get ready to send your message. Click the Settings section. SETTINGS Making Campaign Ready to Send the Message When the Settings window first opens, you will see this: The main thing you need to do is set up your SMTP host. 12

13 Who do you get your Internet from? Before we go any further it is important to understand your Internet connection. Most Internet providers don't allow you to just start sending out thousands of s all at once at any time of the day; most have strict guidelines about how many s can be sent in a certain amount of time, and what time of the day they can be sent. If your list is only a few hundred (and you think it will stay about this size), you probably don't have to worry too much. If your list is larger than a few hundred, or you intend to do regular campaigns, you should call your Internet provider about setting up a business account or what you need to do in order to comply with their bulk mail policy. If you are able to use your current account settings (because your list is not more than a few hundred) then you can find what needs to go in the "SMTP host" field by going into your current settings. For example, if you currently use Apple Mail, you can open Mail and select Preferences from the Mail menu. Choose Accounts from the toolbar and select the account you are using. You will now see a field called "Outgoing Mail Server (SMTP)". What is entered in this field is what needs to entered as your SMTP host for Campaign. For the other fields: Authentication: you can most likely keep this as "None", in which case the Account ID and Password fields can remain blank. Delivery: If your list is under 15,000 people, you should be able to keep the checkmark in the Singly box. This means that each will be sent one at a time. Group mails: Keep this "All at once" if you list is small enough that you will be able to send it everyone on your list in a single session timeframe. You can use the following "Connections", "Group mails", and "Interval" settings to send to larger lists quicker: 13

14 From: this should be your valid address that you are using for the campaign. If you are able to create a special address for your campaigns (beginning with "promotion" or "update", for example) that is highly recommended since this may eventually be flagged by a recipient's junk mail filters. If this happens, you can easily change it to something else. Name: This is where you can enter your company name or personal name that will show up before the address in the From field when a person receives your John Doe [user@ .com] These are the only fields really necessary, although the other ones give you a greater degree of control as you learn more about marketing. Read the Settings section of this help file for more information on this. When you are finished with the Settings, click the Save button and name your settings something easily identifiable. You are now almost ready to send your first campaign, but we should touch on Preferences before doing so. Click the Preferences button at the top right of the Campaign window, or select "Preferences" from the Campaign menu. PREFERENCES Fine-tuning the Details When Preferences first opens, you will see the Document section. This is primarily personal preference settings for creating a new Message from scratch, and how the text in the Message section will look to you. 14

15 For now, click the Misc. category on the left to open these options: If your list is large, and you want your message to be delivered as quickly as possible, uncheck: Output connection log to a file If this remains checked, then Campaign will track each step of the delivery process for each recipient the message is sent to. This only takes a few seconds per address, but if your list is several thousand people it can add up to many extra hours of delivery time. Follow the options in the screenshot above to keep your campaigns quick, powerful and easier to handle. Click OK to save your settings and exit Preferences. 15

16 SENDING THE MESSAGE Sending a Test Message Now that you are ready to send, it is good practice to send a test message to yourself before sending to the people on your list. This way, if you see any glaring mistakes, or broken links, etc., you can change them before it is too late. To send a test message, select "Test Mode" from the Delivery menu and then go to the Settings section of Campaign. The "From" field is where the test message will be sent to. We recommend you enter an that you can check on another computer, or an online account like Yahoo, Hotmail, MSN, GMail, etc.; this way, if you have images placed in your message you can make sure they show up when sent. Once your is entered in the "From" field, click the Send button at the top left of the Campaign toolbar. This will send the message to your address. 16

17 Sending to Your Recipient List If all looks good, go back to the Delivery menu and uncheck the "Test Mode" option. You are now ready to send your campaign. Click the Send button at the top left of the Campaign toolbar to begin. You can also schedule when to begin by selecting "Schedule..." in the Delivery menu. If you are scheduling it, then adjust the date and time you wish the campaign to begin in the schedule window that slides down from the top. Then click the OK button to prepare Campaign to send at this time. Once your message begins mailing to your Recipients, you can view the progress in the Delivery section, or step away from your computer. Once sending is complete, you will receive a delivery report (delivered to the address in the Settings "From" field) summarizing how long it took, the rate of delivery per second, how many people received your and more. You are now done with your first campaign! For more detailed information on the features of Campaign, please refer to the Help file located in the Help menu of the application. 17

18 GETTING TECHNICAL SUPPORT Purchasing Campaign gives you free access to Macware s online technical support located at: Technical Support: support@macxware.com You can find additional help topics by going to Help Campaign Help in the program menu. 18

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

USING MICROSOFT OUTLOOK 2016

USING MICROSOFT OUTLOOK 2016 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A USING MICROSOFT OUTLOOK 2016 USER S GUIDE FEBRUARY 2016 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A 2016 UNIVERSITY OF SOUTHERN

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

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

New Website User Manual

New Website User Manual New Website User Manual General Notes 3 How To Login To Your Website And Access Admin Dashboard 4 Adding / Editing Sliders 5 Home Slider 5 School Slider (Same steps for ALL school pages) - Add a Slide

More information

Send Automatic Replies when you're away

Send Automatic Replies when you're away Send Automatic Replies when you're away Quick Reference Card Determine your type of mail account You can only use the Automatic Replies feature if you have a mail account on a Microsoft Exchange Server.

More information

Outlook Getting Started QUICK. Source. Microsoft

Outlook Getting Started QUICK. Source. Microsoft Microsoft QUICK Outlook 2010 Source Getting Started The Outlook Window u v w x z Using the Backstage View The Backstage view allows you to quickly manage Outlook settings, such as Account Settings, Mailbox

More information

Contents. Announcer Pro Version 4.6 Page 2 of 35 Version V4.6

Contents. Announcer Pro Version 4.6 Page 2 of 35 Version V4.6 User Guide Contents 1. Introduction... 3 1.1. Getting Started... 3 1.2. Navigation... 4 2. Create a Newsletter... 6 2.1. Confirm Company Details... 6 2.2. Choose Template... 8 2.3. Edit Newsletter... 8

More information

Setting Up Apple Mail

Setting Up Apple Mail EMAIL ACCOUNT SETUP 1. Open Apple Mail. If you are not prompted to create an account, go to Mail -> Preferences. 2. Click on the + button in the lower left hand corner. Work, Personal Your Name 1 3. Enter

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

2015 TECHNOLOGY SESSION: ADVANCING YOUR OUTLOOK 2013 SKILLS

2015 TECHNOLOGY SESSION: ADVANCING YOUR OUTLOOK 2013 SKILLS 2015 TECHNOLOGY SESSION: ADVANCING YOUR OUTLOOK 2013 SKILLS Here s what you will learn in this session: Creating a professional signature Sort and organize your email using folders Attachments Identifying

More information

The PCC CIS etutorial to Outlook

The PCC CIS etutorial to Outlook The PCC CIS etutorial to Outlook Table of Contents Overview...3 How do I get started with Outlook?...3 The Outlook Bar & Folder List... 3 Email...4 How do I set up Outlook to send and receive email?...

More information

Migrating. and Contacts. from TCT Mail to Gmail. Sponsored by. Presented by. Kristi Robison

Migrating.  and Contacts. from TCT Mail to Gmail. Sponsored by. Presented by. Kristi Robison Migrating from TCT Mail to Gmail Email and Contacts Presented by Sponsored by Kristi Robison 307.431.8690 Desktop or Laptop: Go to your Gmail page This is what your page may look like if you have a newly

More information

IBM Notes Client V9.0.1 Reference Guide

IBM Notes Client V9.0.1 Reference Guide IBM Notes Client V9.0.1 Reference Guide Revised 05/20/2016 1 Accessing the IBM Notes Client IBM Notes Client V9.0.1 Reference Guide From your desktop, double-click the IBM Notes icon. Logging in to the

More information

How to Enable Images to display in various client programs

How to Enable Images to display in various  client programs How to Enable Images to display in various email client programs Images typically don't display in your email program unless you allow them to. To change your email program to accept images from your chapter,

More information

Marketer's Guide. User guide for marketing analysts and business users

Marketer's Guide. User guide for marketing analysts and business users Marketer's Guide Rev: 18 November 2014 Email Campaign Manager 2.2 for Sitecore CMS 7.5 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter 1 Introduction...

More information

Office 365: . Accessing and Logging In. Mail

Office 365:  . Accessing and Logging In. Mail Office 365: Email This class will introduce you to Office 365 and cover the email components found in Outlook on the Web. For more information about the Microsoft Outlook desktop client, register for a

More information

This document contains information that will help you to create and send graphically-rich and compelling HTML s through the Create Wizard.

This document contains information that will help you to create and send graphically-rich and compelling HTML  s through the Create  Wizard. This document contains information that will help you to create and send graphically-rich and compelling HTML emails through the Create Email Wizard. or warranty by AT&T and is subject to change. 1 Contents

More information

Software User's Guide

Software User's Guide Software User's Guide The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice in the specifications

More information

eedge Basics: Send the Right Message at the Right Time Using eedge mymarketing

eedge Basics: Send the Right Message at the Right Time Using eedge mymarketing eedge Basics: Send the Right Message at the Right Time Using eedge mymarketing March 16, 2015, v. 1 eedge Basics: Learn to Use eedge mymarketing 1 TABLE OF CONTENTS Launch a New Campaign... 3 1: Edit the

More information

(electronic mail) is the exchange of computer-stored messages by telecommunication.

(electronic mail) is the exchange of computer-stored messages by telecommunication. What is email? E-mail (electronic mail) is the exchange of computer-stored messages by telecommunication. E-mail is one of the protocols included with the Transport Control Protocol/Internet Protocol (TCP/IP)

More information

GROUPWISE INSTRUCTIONS

GROUPWISE INSTRUCTIONS Viewing the GroupWise Home Desktop From the Folder List on the left-hand side of the screen, [Click] on the yourname HOME FOLDER The Home view provides panels of shortcut views which can be customized.

More information

Outlook - an Introduction to Version 2003 Table of Contents

Outlook - an Introduction to  Version 2003 Table of Contents Outlook - an Introduction to E-mail Version 2003 Table of Contents What is Outlook Starting Outlook The Navigation Pane Getting Help Creating and Sending a Message Using the College Exchange Directory

More information

iphoto 06 Basics Website:

iphoto 06 Basics Website: iphoto 06 Basics Website: http://etc.usf.edu/te/ iphoto is the photo management application included with ilife 06. In addition to letting you import, organize and share your photos, iphoto includes a

More information

Downloading and editing signatures!

Downloading and editing  signatures! Downloading and editing email signatures! The templates are customizable and can be edited and saved with any html editor like Dreamweaver. If this is not available we have two alternatives for editing/saving

More information

AGENT TRAINING USER GUIDE. Instant Chime for Microsoft Lync

AGENT TRAINING USER GUIDE. Instant Chime for Microsoft Lync AGENT TRAINING USER GUIDE Instant Chime for Microsoft Lync April 2018 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca

Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca The web address to your blog starts with blogs.sd41.bc.ca/lastnamefirstinitial (eg. John Smith s blog is blogs.sd41.bc.ca/smithj) All work is done in

More information

Software User's Guide

Software User's Guide Software User's Guide Brother QL-series The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice

More information

Getting Help...71 Getting help with ScreenSteps...72

Getting Help...71 Getting help with ScreenSteps...72 GETTING STARTED Table of Contents Onboarding Guides... 3 Evaluating ScreenSteps--Welcome... 4 Evaluating ScreenSteps--Part 1: Create 3 Manuals... 6 Evaluating ScreenSteps--Part 2: Customize Your Knowledge

More information

Macintosh OS X 10.4 Tips

Macintosh OS X 10.4 Tips Macintosh OS X 10.4 Tips Copyright 2005 Oliver Jovanovic Mail Tips Mail ~/Library/Mail stores most mail files and mailboxes ~/Library/Mail/LSMMap file stores junk mail training ~/Library/Mail/Mailboxes

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Office 365 Training For the

Office 365 Training For the Office 365 Training For the 1 P age Contents How to Log in:... 3 Change Your Account Password... 3 Create a Message... 4 Add a Signature... 4 Learn About Inbox Rules... 5 Options > Automatic Replies...

More information

Introduction to 9.0. Introduction to 9.0. Getting Started Guide. Powering collaborative online communities.

Introduction to 9.0. Introduction to 9.0. Getting Started Guide. Powering collaborative online communities. Introduction to 9.0 Introduction to 9.0 Getting Started Guide Powering collaborative online communities. TABLE OF CONTENTS About FirstClass...3 Connecting to your FirstClass server...3 FirstClass window

More information

Microsoft Outlook 2007 Out Of Office Reply To

Microsoft Outlook 2007 Out Of Office Reply To Microsoft Outlook 2007 Out Of Office Reply To Every Email In Office 2007 and earlier, go to Tools and click on Out of Office Assistant. Note that this Type in your away email message and put in a subject.

More information

Software User's Guide

Software User's Guide Software User's Guide The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice in the specifications

More information

Section 1: How The Internet Works

Section 1: How The Internet Works Dreamweaver for Dummies Jared Covili jcovili@media.utah.edu (801) 585-5667 www.uensd.org/dummies Section 1: How The Internet Works The Basic Process Let's say that you are sitting at your computer, surfing

More information

DocuSign Quick Start Guide. Sending a Document with DocuSign. Overview. Table of Contents

DocuSign Quick Start Guide. Sending a Document with DocuSign. Overview. Table of Contents DocuSign Quick Start Guide Sending a Document with DocuSign Overview A key feature of DocuSign is the ability to quickly create and send documents for signing. This guide provides an overview of how to

More information

All-In-One Cloud-Based Blaster

All-In-One Cloud-Based  Blaster All-In-One Cloud-Based Email Blaster Page 1 Index 04 What is Email Magix 05 How Email Magix Works 06 Email Magix Features 08 Email Design Features 10 Email Campaign Features 13 Autoresponder Features 14

More information

UNIVERSITY OF WOLLONGONG MICROSOFT OUTLOOK

UNIVERSITY OF WOLLONGONG MICROSOFT OUTLOOK UNIVERSITY OF WOLLONGONG MICROSOFT OUTLOOK 2007 EMAIL Table of Contents INTRODUCTION... 2 WHAT S NEW... 2 MOBILE DEVICES... 2 OVERVIEW OF OUTLOOK... 3 NAVIGATION PANE... 3 VIEWING MAIL... 4 READING PANE...

More information

Session 10 MS Word. Mail Merge

Session 10 MS Word. Mail Merge Session 10 MS Word Mail Merge Table of Contents SESSION 10 - MAIL MERGE... 3 How Mail Merge Works?... 3 Getting Started... 4 Start the Mail Merge Wizard... 4 Selecting the starting document... 5 Letters:...

More information

Create, Customize & Send an

Create, Customize & Send an How-To Guide Create, Customize & Send an Email Getting your first email out the door is easy with Constant Contact. This guide will walk you through creating, customizing, and sending an email to your

More information

Outlook 2010 Level 2

Outlook 2010 Level 2 Outlook 2010 Level 2 Table of Contents MS Outlook 2010 Level 2... 1 Personalize Your E-mail... 1 Setting the Default Font for E-mails... 1 Selecting a Default Stationary... 3 Selecting a Default Theme...

More information

GMAIL BEGINNERS GUIDE

GMAIL BEGINNERS GUIDE GMAIL BEGINNERS GUIDE A Little History: The year is 2004 and three email services dominate the market. They were Hotmail, AOL and Yahoo mail. After extensive testing, Google decides to branch beyond being

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide MS-Expression Web Quickstart Guide Page 1 of 24 Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program,

More information

QuickStart Guide MindManager 7 MAC

QuickStart Guide MindManager 7 MAC QuickStart Guide MindManager 7 MAC Contents Welcome to Mindjet MindManager...... 1 Technical Support and Registration... 1 About this User Guide............... 1 Learn about MindManager and maps... 2 What

More information

Word 2008 for Mac: Forms Learning Guide

Word 2008 for Mac: Forms Learning Guide Word 2008 for Mac: Forms Learning Guide Why Use Word Forms? If you have ever worked on a project that involves collecting data from a group of people, you have probably designed a form using Word. Although

More information

USER GUIDE. EBMS SECURE MailGate

USER GUIDE. EBMS SECURE  MailGate USER GUIDE EBMS SECURE EMAIL MailGate USER REGISTRATION When a secure email is sent to a new user, Secure Mailbox generates a notification and sends it to their email account. The notification contains

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

Deliverability Blasting... 2 White Listing... 2 How To Avoid Junk Mail Filters... 3 What Words To Avoid Frequency...

Deliverability Blasting... 2 White Listing... 2 How To Avoid Junk Mail Filters... 3 What Words To Avoid Frequency... Email Deliverability... 2 Email Blasting... 2 White Listing... 2 How To Avoid Junk Mail Filters... 3 What Words To Avoid... 3 Email Frequency... 3 Open Every Email... 3 Email Should Be Helpful... 3 Your

More information

Setup your campaigns. Series from HOW TO... Setup your campaigns. Team Management

Setup your campaigns. Series from HOW TO... Setup your campaigns. Team Management Series from Setup your campaigns HOW TO... Setup your campaigns Team Management 1 In this guide... Learn how to create a GetResponse email marketing campaign and manage all the built-in options designed

More information

Getting help with Edline 2. Edline basics 3. Displaying a class picture and description 6. Using the News box 7. Using the Calendar box 9

Getting help with Edline 2. Edline basics 3. Displaying a class picture and description 6. Using the News box 7. Using the Calendar box 9 Teacher Guide 1 Henry County Middle School EDLINE March 3, 2003 This guide gives you quick instructions for the most common class-related activities in Edline. Please refer to the online Help for additional

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

Delegating Access & Managing Another Person s Mail/Calendar with Outlook. Information Technology

Delegating Access & Managing Another Person s Mail/Calendar with Outlook. Information Technology Delegating Access & Managing Another Person s Mail/Calendar with Outlook Information Technology 1. Click the File tab 2. Click Account Settings, and then click Delegate Access 3. Click Add 4. Type the

More information

MS Word MS Outlook Level 1

MS Word MS Outlook Level 1 MS Word 2007 MS Outlook 2013 Level 1 Table of Contents MS Outlook 2013... 1 Outlook 2013 Interface... 1 The Ribbon in Outlook 2013... 2 Sneak a Peek... 2 Pin a Peek... 3 Managing the Size of the Outlook

More information

Tutorial for Horde . Contents

Tutorial for Horde  . 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

Editor Training Guide

Editor Training Guide Editor Training Guide Getting Started 1. To get into your web site: Open a web browser. Enter your school s web address: If site is not live: Enter temporary web address: Enter temporary username: Enter

More information

Table of Contents. 3. Changing your Lotus Notes Password, page Choosing your Letterhead and Signature, page 6

Table of Contents. 3. Changing your Lotus Notes Password, page Choosing your Letterhead and Signature, page 6 Table of Contents 1. Logging onto Lotus Notes, page 3 2. Logging out of Lotus Notes, page 3 3. Changing your Lotus Notes Password, page 4 4. Navigating in Lotus Notes, page 5 5. Choosing your Letterhead

More information

Macintosh OS X Tips. Mail Tips

Macintosh OS X Tips. Mail Tips Macintosh OS X Tips Copyright 2003 Oliver Jovanovic Mail Tips Mail Works with IMAP (Internet Message Access Protocol) or POP (Post Office Protocol) mail servers ~/Library/Mail stores most mail files ~/Library/Mail/LSMMap

More information

Outlook Hints and Tips

Outlook Hints and Tips Outlook Hints and Tips Customizing the Outlook View... 2 The Reading Pane...2 AutoPreview...2 Arranging the Inbox...2 Mail Folders...3 Customizing the Tool Bar...4 The Folder List...5 New Mail Options...

More information

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS STEP 1:Preparing your WordPress site Go to the Dashboard for your new site Select Appearance > Themes. Make sure you have Activated the

More information

Building Better s. Contents

Building Better  s. Contents Building Better Emails Contents Building Better Emails... 1 Email Marketing Basics... 2 How to Optimize HTML Emails... 2 Using OnContact to Send Email Campaigns rather than your regular email address or

More information

Wordpress Training Manual

Wordpress Training Manual The Dashboard... 2 If this is your first time logging in:... 2 How do I change my password or email address?... 3 Search Engine Optimization (SEO)... 4 SEO for Pages... 4 SEO for Images... 5 Managing Pages...

More information

Microsoft Exchange 2000 Server Mailbox Folder Structure. Technical Paper

Microsoft Exchange 2000 Server Mailbox Folder Structure. Technical Paper Microsoft Exchange 2000 Server Mailbox Folder Structure Technical Paper Published: April 2002 Table of Contents Introduction...3 Mailbox Creation in Exchange 2000...3 Folder Structure in an Exchange 2000

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

Get More Out of Google

Get More Out of Google Get More Out of Google (317) 885-5036 questions@greenwoodlibrary.us www.greenwoodlibrary.us This course will cover free Google tools beyond searching and Gmail. You will be introduced to Google Docs, Drive,

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

More information

Basic & Pro Resellers

Basic & Pro Resellers Getting Started Guide Basic & Pro Resellers Getting Started Guide Page 1 Getting Started Guide: Basic & Pro Resellers Version 2.2 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work

More information

Using the Control Panel

Using the Control Panel Using the Control Panel Technical Manual: User Guide Creating a New Email Account 3. If prompted, select a domain from the list. Or, to change domains, click the change domain link. 4. Click the Add Mailbox

More information

SITE MANAGEMENT, CHECKING AND PUBLISHING IN DREAMWEAVER MX 2004

SITE MANAGEMENT, CHECKING AND PUBLISHING IN DREAMWEAVER MX 2004 SITE MANAGEMENT, CHECKING AND PUBLISHING IN DREAMWEAVER MX 2004 Introduction The exercises in this document assume you have completed at least exercises 1 and 4 from document 9.75 and exercises 1.1 and

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

TourMaker Reference Manual. Intro

TourMaker Reference Manual. Intro TourMaker Reference Manual Intro Getting Started Tutorial: Edit An Existing Tour Key Features & Tips Tutorial: Create A New Tour Posting A Tour Run Tours From Your Hard Drive Intro The World Wide Web is

More information

Getting Started with Entourage Mail For the Mac using OS X Keith Roberts

Getting Started with Entourage Mail For the Mac using OS X Keith Roberts MAC1018 October 2003 Getting Started with Entourage Mail For the Mac using OS X Keith Roberts INTRODUCTION...1 REQUIREMENTS...1 POP AND IMAP SERVERS...1 WHERE DO I GET ENTOURAGE?...1 GETTING STARTED...1

More information

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda:

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda: Page 1 Outlook 2010 One Wednesday, August 7, 9-11 am Agenda: Outlook Search Options Working with Attachments Creating a Signature Marking a Message as Read Flag an item for Follow-Up Reply, Reply All &

More information

Questionnaire 4.0 User Manual 2006/4/14

Questionnaire 4.0 User Manual 2006/4/14 Email Questionnaire 4.0 User Manual 2006/4/14 Introduction Email Questionnaire is an interactive email survey system. Unlike other on-line questionnaire systems that need a web server to construct, distribute

More information

Introduction to Apple Mail with IMAP

Introduction to Apple Mail with IMAP Introduction to Apple Mail with IMAP Version 4 October 2008 Massachusetts Institute of Technology Getting Started This Quick Start class assumes that: 1. Apple Mail is configured for use at MIT. If you

More information

EVERY NATION OUTLOOK WEB ACCESS (OWA) USER S GUIDE

EVERY NATION OUTLOOK WEB ACCESS (OWA) USER S GUIDE EVERY NATION OUTLOOK WEB ACCESS (OWA) USER S GUIDE Exchange 2003 Version Revised September 2005 TABLE OF CONTENTS WHAT S NEW IN OWA 2003?...2 General...2 Inbox and Message Composition...2 Tasks...2 INTRODUCTION

More information

Jabber Messenger Online Help

Jabber Messenger Online Help Jabber Messenger 3.2.1 Online Help Table Of Contents Welcome... 1 Welcome... 1 What's New in this Release?... 2 Getting Started... 3 Logging In... 3 Creating a New Account... 6 Using Jabber Messenger...

More information

Outlook Quick Start Guide

Outlook Quick Start Guide Getting Started Outlook 2013 Quick Start Guide File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook Options. Quick Access Toolbar: Add your mostused tool buttons to this customizable

More information

RWT Network System Installation Guide

RWT Network System Installation Guide RWT Network System Installation Guide Copyright 2003, Talking Fingers, Inc. Page 1 of 48 This document is Copyright 2003 by Talking Fingers, Inc. All rights are reserved. This document may not be copied

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents using AutoMailMerge plug-in for Adobe Acrobat Table of Contents What is a mail merge?...2 What do I need to start?...2

More information

Wisdom Master Pro (v2.0) User Guide for Students

Wisdom Master Pro (v2.0) User Guide for Students (v2.0) User Guide for Students e-campus Homepage 4 Log in to e-campus 6 Personal Area 6 I. My Courses... 6 II. My Portal... 12 III. My Profile... 16 IV. My Assignments... 18 V. My Tests... 19 VI. My Learning...

More information

Office365 End User Training & Self-Service Migration Manual Simplified

Office365 End User Training & Self-Service Migration Manual Simplified Office365 End User Training & Self-Service Migration Manual Simplified Version 1.0 University Systems and Security 5/25/2016 1 P a g e Table of Contents 2 P a g e Table of Contents Introduction to Office365...

More information

Best Practices. 10 Tips to Help Improve Your Marketing

Best Practices. 10 Tips to Help Improve Your  Marketing Email Best Practices 10 Tips to Help Improve Your Email Marketing Less is More Have you ever opened an email, seen a bunch of text, and immediately deleted it because you don t have time to read it? Keep

More information

Once you have entered your Google and password, you can click the Sign In button to continue.

Once you have entered your Google  and password, you can click the Sign In button to continue. Slide 1 Welcome to the Creating and Uploading with Google Docs Tutorial. Google Docs allows you to create documents, spreadsheets, presentations, draw pictures, create forms, and much more directly within

More information

A User Guide. Besides, this Getting Started guide, you ll find the Zoho Campaigns User Guide and many other additional resources at zoho.com.

A User Guide. Besides, this Getting Started guide, you ll find the Zoho Campaigns User Guide and many other additional resources at zoho.com. A User Guide Welcome to Zoho Campaigns! This guide will help you create and send your first email campaign. In addition to sending an email campaign, you ll learn how to create your first mailing list,

More information

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme)

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme) Table of Contents A Quick Introduction to the Genesis Framework for WordPress Introduction to the Genesis Framework... 5 1.1 What's a Framework?... 5 1.2 What's a Child Theme?... 5 1.3 Theme Files... 5

More information

Quick Start Guide for Lotus Notes 8.5.1

Quick Start Guide for Lotus Notes 8.5.1 Quick Start Guide for Lotus Notes 8.5.1 ELEMENTS OF LOTUS NOTES... 2 SOME NEW FEATURES:... 2 HOME PAGE... 3 Customize the Home page... 4 SET USER PREFERENCES... 4 Personalizing Your E-mail... 5 Personalizing

More information

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6 SCHULICH MEDICINE & DENTISTRY Website Updates August 30, 2012 Administrative Web Editor Guide v6 Table of Contents Chapter 1 Web Anatomy... 1 1.1 What You Need To Know First... 1 1.2 Anatomy of a Home

More information

OUTLOOK WEB ACCESS (OWA) USER S GUIDE. Exchange 2003 Version - OWA Guide

OUTLOOK WEB ACCESS (OWA) USER S GUIDE. Exchange 2003 Version - OWA Guide OUTLOOK WEB ACCESS (OWA) USER S GUIDE Exchange 2003 Version - OWA Guide TABLE OF CONTENTS WHAT S NEW IN OWA 2003?...2 General...2 Inbox and Message Composition...2 Tasks...2 INTRODUCTION TO OWA...3 Web-Based

More information

Basic Software Maintenance. Ham Station Ultra Software Package

Basic Software Maintenance. Ham Station Ultra Software Package 1 Carl Skip Glover, Jr. K1SPG Custom Software & Hardware Solutions 4 Valley of Industry Boscawen, NH 03303 (603) 369-7015 Email: pctech.skip@gmail.com Email: k1spg@arrl.net Basic Software Maintenance Ham

More information

. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc.

. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc. Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc. Email Email Overview SmarterMail users can send and receive

More information

Version NaViSet Administrator 2. Quick Start Guide English

Version NaViSet Administrator 2. Quick Start Guide English Version 2.0.61 NaViSet Administrator 2 Quick Start Guide English NaViSet Administrator 2 Quick Start Guide English 1 ABOUT NAVISET ADMINISTRATOR 2... 3 1.1 SYSTEM REQUIREMENTS... 4 1.1.1 Supported Display

More information

Kona ALL ABOUT FILES

Kona ALL ABOUT FILES Kona ALL ABOUT FILES February 20, 2014 Contents Overview... 4 Add a File/Link... 5 Add a file via the Files tab... 5 Add a file via a conversation, task, or event... 6 Add a file via a comment... 7 Add

More information

Getting Started with Network Access

Getting Started with Network Access Getting Started with Network Access This document contains reference information about Triad s hardlines and lumber line of software products. The software described in this document, as well as the document

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

Weekly Mailing How-To

Weekly Mailing How-To Weekly Mailing How-To Part 1. Building the web version (article) of the Pastor/Principal Weekly Mailing. Step 1. OCS Inbox Look in OCS mailbox for any relevant emails that should be included in the mailing.

More information

Creating a template and printing from Geo

Creating a template and printing from Geo Creating a template and printing from Geo Logging into Citrix 1) Logon to the DTS (https://dts.gov.bc.ca ) 2) Enter your user name (IDIR) and password and click Log On 3) This will take you to a screen

More information

FirmSite Control. Tutorial

FirmSite Control. Tutorial FirmSite Control Tutorial 1 Last Updated June 26, 2007 by Melinda France Contents A. Logging on to the Administrative Control Center... 3 Using the Editor Overview:... 3 Inserting an Image... 7 Inserting

More information

Set & Forget Marketing

Set & Forget Marketing Set & Forget Marketing POS Sites User Guide A Product Of Table of Contents Introduction... 1 Before you Begin.... 2 1. Decide on the look and feel of your Marketing E-mails... 2 2. Getting your Logo in

More information