Direct Mail Tutorial

Size: px
Start display at page:

Download "Direct Mail Tutorial"

Transcription

1 Direct Mail Tutorial Extension Key: direct_mail_tut Copyright , Marlies Cohen, This document is published under the Open Content License available from The content of this document is related to TYPO3 a GNU/GPL CMS/Framework available from Table of Contents Direct Mail Tutorial...1 Introduction...2 What does it do?...2 Installing Direct Mail Module...3 Mail User Administration...3 Administration Typo3 Template...4 Direct Mail Module...6 Direct Mail Typo3 Template...8 Editing Direct Mail Module...9 Configuring the Newsletter HTML Template...10 Using Direct Mail - Step by Step Instructions...15 Accessing Direct Mail Plugin...15 Module Configuration...16 Recipient List...17 Recipient List Types...19 Newsletter...22 Selecting an Existing Newsletter...23 Create DirectMail...24 Mass-send...26 Send Direct Mail...28 Creating a Newsletter...30 Compiling the Newsletter...30 Newsletter Categories...33 Direct Mail Tutorial - 1

2 Introduction What does it do? This tutorial is divided into 3 parts. Move from one page, starting at the top and you will create your own mailing easily. Part One - Step by Step explains how to send newsletters to subscribers. Part Two - Creating a Newsletter explains how to put a newsletter together so that subscribers only get the content they subscribed for. Part Three Setup explains how to install and setup the DirectMail Plugin in Typo3. Direct Mail Tutorial - 2

3 Installing Direct Mail Module Mail User Administration Installing Direct Mail Plugin There are 2 parts to this plugin: 1. An administration page where the users subscribe, and 2. The Direct Mail Module is the engine that generates the mailing. Newsletters are also stored in subfolders of the module. The newsletters are basically a regular page with content and subsequently; a mailing is created based on the newsletter page. Make sure you have the following extensions installed and active 'Web->Plugin->Direct Mail' 'Address list' 'Direct Mail Subscription' Mail User Administration On the 'Mail user administration' page users can subscribe to the newsletter. A subscription generates an "Address" record in the "Direct Mail module". The subscriber is able to maintain his account by -based authentication. Creating the Mail User Administration Folder The administration folder is a regular page with page content. 1. Create a new page in the directory tree. 2. Create a new page content like the one in the screen shot below. From Type select 'Insert Plugin' From Plugin select 'DirectMail subscription' 3. Save the new page content Direct Mail Tutorial - 3

4 Administration Typo3 Template This is how your Mail User Administration Typo3 Template should look. I went to the Direct Mail Example and copied the template from there. 1. This ID is the for the 'Direct Mail Module' Folder you are using. You can create a new one in your website or use the one from the example outside your website. They both will work. 2. The code here needs to be all on one line. I only split it up to make it visible. The template file could also be moved to the fileadmin/media/scripts folder and the link will just have to be changed accordingly here. 3. There is no need to make any changes to the Setup field 4. Make sure that there are checkmarks in the Clear Constants and Setup boxes and none in Rootlevel. Direct Mail Tutorial - 4

5 5. In Include Static there are 2 items: content (default) and plugin.feadmin.dmailsubscrip... Direct Mail Tutorial - 5

6 Direct Mail Module In the 'Direct Mail folder' all the subscribers are stored and the newsletters are stored in subfolders. In the "Direct Mail folder" you'll also find a template which determines the design of the newsletters and furthermore there are "Direct Mail records" which represents a 'direct mail campaign' based on a certain newsletter and bound for a certain selection of subscribers. Installing the 'Direct Mail Module' 1. Create a new folder 2. Go to Edit Header and from the Type drop down menu select 'Sysfolder'. Or Copy the 'Direct Mail Module' folder from the Direct Mail Example and paste it after the 'Mail User Administration' folder you have just previously created. If you copied the folder you will not have to make any changes to the folder. If you created a new folder you can follow the information given under 'Module Configuration' and set it up the way you want it or start of with this information in the Tsconfig field and then make changes later in the 'Module Configuration'. ## CONFIGURATION of the direct mail module: mod.web_modules.dmail { from_name = John Spam Doe from_ = john.doe@nothing.test organisation = John Does Testsite replyto_ = replyto_name = plainparams = &type=99 HTMLParams = # UID's of the tt_address records to use for test-sending: test_tt_address_uids = 13,14 # table name of a userdefined table similar to tt_address (same fields) which may be used for distribution also. usertable = enableplain = 1 enablehtml = 1 http_username = http_password = sendoptions=3 categories { 1 = Food 2 = Books 3 = Sport 4 = Religion } } Direct Mail Tutorial - 6

7 mod.web_dmail.test_dmail_group_uids=1,2 mod.web_modules.dmail.categories.0=food mod.web_modules.dmail.categories.1=books mod.web_modules.dmail.categories.2=sport mod.web_modules.dmail.categories.3=religion mod.web_modules.dmail.categories.4= mod.web_modules.dmail.sendoptions=3 mod.web_modules.dmail.long_link_mode=0 mod.web_modules.dmail.quick_mail_encoding=0 Note Make sure that you have selected Direct Mail from the drop down menu in the 'Contains plugin section. Now save your file. Direct Mail Tutorial - 7

8 Direct Mail Typo3 Template This is the Typo3 Template that is associated with the Direct Mail Module. Constants and Setup fields are empty. Clear: Constants and Setup have checkmarks in the boxes Rootlevel has no checkmark in the box Include Static has template; NEWSLETTER, plugin.alt.plaintext (99) and cset (default) included (if you include CSet (default) you will have problems with the s) Direct Mail Tutorial - 8

9 Editing Direct Mail Module After testing the Direct Mail Module you end up with a whole bunch of sent mail. How do you gain access to those items to delete them? Simple. Select 'List' in the Typo3 column then click on the 'Direct Mail Module' folder and you will see the screen shot below in your workarea. Apart from the normal 'Page' and 'Template' sections there are now Address, Direct Mails and Direct Mail Groups sections. Address Here you see at a glance all the addresses of your subscribers. Direct Mails All the mailing you have sent are listed here. Direct Mail Groups All the Groups you have created are listed here. Direct Mail Tutorial - 9

10 Configuring the Newsletter HTML Template Now the Newsletter HTML Template has to be included and changed to reflect our customization. Create the Newsletter Page In Kasper's Direct Mail Example he created a hidden folder that contained the Direct Mail Module and the newsletter page. I just placed the newsletter page above the Direct Mail Module in my tree structure. The newsletter page is a page with an 'Insert Plugin' Type as you can see in the screenshot below Then create a Typo3 Template to go with the just created page. Typo3 Template for the Newsletter This is a screenshot of the customized Typo3 Template for the Newsletter Direct Mail Tutorial - 10

11 Customizing the Plugin To customized the plugin go to Template --> Constants Editor --> Plugin.Feadmin.dmailsubscription (9) and make the changes to suite you. Direct Mail Tutorial - 11

12 I only customized the following sections: Direct Mail Tutorial - 12

13 Template File This now points to my newsletter template. The default one is at media/scripts/fe_admin/dmailsubscription.tmpl. Administration This is an important part, because if you leave it out you will not be notified when people subscribe to your newsletter. Record PID I have the Direct Mail Plugin in the template associated with the Newsletter Page and not the Direct Mail Module. ID 475 is the ID of the Direct Mail Module in my site structure. Customize Newsletter HTML File The last step is now to make the html template file reflect your categories. The original template file is here: media/scripts/fe_admin/dmailsubscription.tmpl Note I prefer to work with copies in case something goes wrong, so either rename the original or create another copy with a new name. The template file is setup to work just fine, but the categories do not automatically copy themselves into that file. So you will have to manually copy your categories to the file. This is the category code from the original template: <b>select Special Categories:</b><BR> <table> <tr> <td>###gw2b###food###gw2e###</td> <td><input type="checkbox" name="fe[tt_address] [module_sys_dmail_category][0]"></td> </tr> <tr> <td>###gw2b###books###gw2e###</td> <td><input type="checkbox" name="fe[tt_address] [module_sys_dmail_category][1]"></td> </tr> <tr> <td>###gw2b###sport###gw2e###</td> <td><input type="checkbox" name="fe[tt_address] [module_sys_dmail_category][2]"></td> </tr> <tr> <td>###gw2b###religion###gw2e###</td> <td><input type="checkbox" name="fe[tt_address] [module_sys_dmail_category][3]"></td> </tr> </table> To change the 4 original category names, just replace them with your categories. Direct Mail Tutorial - 13

14 If you have more than 4 categories, just copy one cell from <tr>...</tr> and make the changes. Replace the name of the category and change the number to reflect the number you have in your TypoScript. Direct Mail Tutorial - 14

15 Using Direct Mail - Step by Step Instructions Accessing Direct Mail Plugin To access the Direct Mail Plugin 1. Click 'Plugins' in the Typo3 column 2. then in the Navigation Column (second colum) click on 'Direct Mail Module'. You will then see the screen below in the workarea to the right (third column). From here you can access direct mail you have created beforehand create a direct mail newsletter link to a webpage with the information you want in your direct mail. Direct Mail Tutorial - 15

16 Module Configuration Here you Set Default Values for Direct Mails Configure Technichal Options Create Categories These settings can also be changed in the TScript of the 'Direct Mail Module' Sysfolder in Setup. SET DEFAULT VALUES FOR DIRECT MAILS: 'From' Enter the sender address. (Required) Example: 'From' name Enter the sender name. (Required) Example: Your Name 'Reply To' Enter the address to which replys are sent. If none, the 'From' is used. (Optional) 'Reply To' name Enter the name of the 'Reply To' address. If none, the 'From' name is used. (Optional) 'Return Path' Enter the return path address here. This is the address to which non-deliverable mails will be returned to. If you put in the marker ###XID### it'll be substituted with the unique id of the mail/recipient. Organisation name (Optional) Example: Company Name Default Format options Select the format of the mail content. If in doubt, set it to 'Plain and HTML'. The recipients are normally able to select their preferences anyway. HTML parameters Enter the additional URL parameters used to fetch the HTML content. If in doubt, leave it blank. Plain Text parameters Enter the additional URL parameters used to fetch the plain text content. If in doubt, set it to '&type=99' which is standard. Use: &type99 Long link RDCT url If you enter a url here it should point to the index.php script of typo3 without any query-string. Then the parameter? RDCT=[md5hash] will be appended and the whole url used as substitute for long urls in plain text mails. This configuration determines how QuickMails are handled and further sets the default setting for DirectMails. Not only links longer than 76 chars but ALL links Option for the RDCT-url feature above. Encoding for quick mails Select the encoding you want to sending of quick-mails. Direct Mail Tutorial - 16

17 Note: I don't know what these mean. If anybody knows, please contact me so that I can explain it. CONFIGURE TECHNICAL OPTIONS Allow Plain Text s Set this if you want to allow plain text s to be fetched. If in doubt, check this option. Place a checkmark in this box Allow HTML s Set this if you want to allow HTML s to be fetched. If in doubt, check this option Place a checkmark in this box HTTP username If the mail content is protected by a HTTP authentication, enter the username here. The username and password is used to fetch the mail content. They are NOT sent in the mail! If you don't enter a username and password and the newsletter pages happens to be protected, an error will occur and no mail content is fetched. HTTP password... and enter the password here. List of UID numbers of test-recipients Before sending mails you should test the mail content by sending testmails to one or more test recipients. The available recipients for testing are determined by the list of UID numbers, you enter here. So first, find out the UID-numbers of the recipients you wish to use for testing, then enter them here in a comma-separated list. List of UID numbers of test dmail_groups Alternatively to sending test-mails to individuals, you can choose to send to a whole group. List the group ids available for this action here: AVAILABLE CATEGORIES Category 0 Category 1 Category 2 Category 3 Category 4 Category 5 Category 6 Category 7 Category 8 Category 9 Example: Food Example: Books Example: Sport Example: Religion (You can use categories from 0-30 inclusive. However this interface shows only 10 categories for your convenience.) Recipient List From the drop down menu select 'Recipient List' Direct Mail Tutorial - 17

18 and you will see the screen below If there are no Mail Groups listed go to chose 'Create new?' Direct Mail Tutorial - 18

19 Recipient List Types Once you have chosen either to create a new mail group or clicked on the pencil icon see the screen below. next to an existing group you will Depending on the drop down menu you choose under Type: you create different mail groups. By default it opens to 'From Page' Type. From Pages Type The 'From Pages Type' uses address that are found on pages in the website. You select a starting point which in the example is the 'Direct Mail Module' File. The reason I chose this starting point is that all subscription addresses are stored with that file. To see all the addresses you click on Page in the Typo3 column --> then on Direct Mail Module in the Navigation column --> and in the work area you will see page header and page content information and addresses. For a screen shot go to Editing DMM Content. 1. Title Give your group a title that is descriptive 2. Description Fill in the description field 3. Startingpoint Select the starting point by clicking on the ' Browse for records' button and select the file you want as starting point for collecting your address for this group. 4. Recursive I haven't quite figured out yet what this does exactly 5. Tables I haven't quite figured out yet what this does exactly 6. Must Attend Categories If you create lists with subscribers to specific categories you can set that category here. Now all the people on this list will only get the information destined for that particular category. 7. Save the group. Direct Mail Tutorial - 19

20 Plain List Type The Plain List Type does exactly what it says. It will send only plain text mail, no HTML. In this type you have to add your addresses manually in the Recipients box. 1. Title Give your group a title that is descriptive 2. Description Fill in the description field 3. Recipients The s have to be entered in a specific way for the list to work. There are 2 choices: [a] space comma and then press the enter key for a new line [b] CSV [name],[ ] - I have not been able to get this to work and can't tell you what the format is. 4. Save the group Static Group Type In the 'Static Group Type' addresses have to be manually added to the group. 1. Title Give your group a title that is descriptive 2. Description Fill in the description field 3. Recipients Click on the ' Browse for records' button and select the from the address options that are given. 4. Save the group Direct Mail Tutorial - 20

21 Direct Mail Tutorial - 21

22 Newsletter Selecting Newsletter from the drop down menu will change your screen to the view below Now you can select a newsletter that you have created previously. You can select the newsletter by either clicking on the yellow file folder or by clicking on the name of the newsletter. Or create a new newsletter by clicking on 'Click here to create a new page that you can later send as direct mail' Direct Mail Tutorial - 22

23 Selecting an Existing Newsletter After you have selected an existing newsletter file as the base for your direct mail you will get the screen below. 1. To see how your newsletter looks online in the browser click on ' View Page' 2. To make changes to your newsletter click on ' Edit Page' Hold on a minute and don't press the create button just yet! In the bottom half of the workarea is an other area which needs your attention. 5. When people subscribe to your newsletter their are asked which categoies they are interested in by selecting the check box. The reason behind this is that now you can create newsletters with information for all categories, but you only want to send it to subscribers to 'Books' for example. By selecting the 'Books check box your newsletter subscriber will only see the information you created for the 'Books' section. 6. When you're done click on 'Update category setting'. Now you can create your direct mailing 3. When you are satisfied that everything is ok you click on ' Create new direct mail based on this page'. 4. Now you will see the popup window below. As I was testing I kept on creating new direct mails based on the same newsletter and as you can see the program kept track of my attempts. Direct Mail Tutorial - 23

24 Create DirectMail This is the screen you see after you have pressed shows the top half of the information. ' Create new direct mail based on this page'. The screen shot below The Subject is the name you have your newsletter in the 'page header'. I haven't really fully customized the information yet as you can see from the screen shot. Click on ' Edit' to customize the information to the current newsletter you are sending. Everything is pretty much self explanatory. Mail Page is the ID of the newsletter you are sending. Parameter, Plain text: &type=99 makes the newsletter is ledgeable in plain text. Parameters, HTML is ok to be empty to work. Below Edit you have again the option to have another look at your newsletter. Clicking the yellow folder or on the file name will take you back to your previous screen. At the bottom of the work area is now the 'OPTIONS:' Menu. Your next step is now to compile your Direct Mail and you do that by clicking on 'Fetch and compile maildata (read url) from the drop down menu and you will see the screen below Now you press the 'Read URL' button and wait. Don't do anything else on the computer or it will not work. Multitasking is out of the question or you will have to start to read the URL again. And yes, it does take some time (2-3minutes), so get up and do something else. Direct Mail Tutorial - 24

25 Once the URL is read you will back to the screen at the top of this page. Note Once the newsletter is read it stays in the memory until it is sent, even if it is the next day and you have turned off Typo3 and your computer in the meantime. Direct Mail Tutorial - 25

26 Mass-send After the URL is read, you scroll back down to OPTIONS and there will be 2 more added Send a testmail and Mass-send mail. Select 'Mass-send mail' Your screen will change to the one below This screen gives you 2 choices for sending the mail. 1. 'Select a mail group' to send the mail to 2. 'Send Mail - List of s' Select a Mail Group 1. From the drop down menu select the Mail Group you want to use for this mailing 2. Click on the 'Send to all subscribers in mail group' button. 3. Now you will see the screen below Direct Mail Tutorial - 26

27 4. Click on the Back button and follow the instructions on the next page 'Send Direct Mail' Send Mail - List of s If you have list of you want to use for your mailing select this Option. So that there is no overlap or unwanted s being sent I created a Recipient list of the Static Group Type, but left the Recipients box empty. To use this option 1. prepare you mailing as usual, 2. after the URL has been read 3. scroll down to the second option 'Send Mail - List of s' and place the s in the box and 4. hit send button. With this option the mails are sent immediately, there is no need to start the mailer. engine. Your screen will now look like the one below. It tells you that the mail was sent and who it was sent to. Direct Mail Tutorial - 27

28 Send Direct Mail Now you select from the drop down menu 'Mailer engine status'. Your screen will change to the one below 1. A newsletter is scheduled to be sent. 2. Start your Mailer engine by clicking on the text 'Invoke Mailer Engine' Now things move quite quickly. Direct Mail Tutorial - 28

29 1. The status of the Mailer engine is indicated and a log given of what transpired. - The time it was started - The name of the newsletter that was sent - How many copies were sent and which address used (tt_address) - How long it took to send the mail 2. Under the Mail Engine Status you now can see that your newsletter has been delivered and 2 copies sent. Direct Mail Tutorial - 29

30 Creating a Newsletter Compiling the Newsletter I am using the Newsletter #1 that is included in the 'Direct Mail Example' as a reference to explain how to format the newsletters you create so that subscribers only see content for which they subscribed. This is an overview of the newsletter in 'List Mode' The sample Newsletter has 9 content sections and is setup to use the 'Normal Column' and the 'Border Column'. See screen shot below. 1st Content Section This is the greeting and intro section and uses 'Data Fields' to personalize the mailing. You can find the list for the 'Data Fields' under --> Plugins --> Direct Mail Module --> Instructions from the drop down menu. Direct Mail Tutorial - 30

31 Data Fields in Direct Mails You can insert personalized data in the mails by inserting these markers: ###USER_uid### (the unique id of the recipient) ###USER_name### (full name) ###USER_firstname### (first name calculated) ###USER_title### ###USER_ ### ###USER_phone### ###USER_www### ###USER_address### ###USER_company### ###USER_city### ###USER_zip### ###USER_country### ###USER_fax### ###SYS_TABLE_NAME### ###SYS_MAIL_ID### ###SYS_AUTHCODE### (In addition ###USER_NAME### and ###USER_FIRSTNAME### will insert uppercase versions of the equalents) 2nd Content Section This section is placed into the 'Border Column' and links to the Sitemap. In the example it is configured like this in header section of the content: Type: 'Menu/Sitemap' is selected. Menu Type: 'Section index (pagecontent w/index checked' is selected. 3rd Content Section This section is also placed into the 'Border Column' uses the 'News Plugin'. In the example it is configured like this in the header section of the content: Type: Insert Plugin Header: [News Splash] Plugin: News Code: LATESTS Startingpoint: News Recursive: 2 levels 4th-7th Content Sections These 4 sections correspond to the 4 categories in the example: Books, Food, Religion and Sport. Create a separate content for each category, don't put them all together into one content section. 8th Content Section This section links to other pages. In the example it is configured like this in the header section of the content: Type: Insert Records Name: [insert record..] Items: Links, Tables, Filelinks, form Layout: Normal 9th Content Section The last section links to the Search Page for your site. In the example it is configured like this in the header section of the content: Type: Search Direct Mail Tutorial - 31

32 Header: Search for your favorite Stuff Send to Page: Search Now that you have created your newsletter you need to match the sections to the categories of your subscribers. Go the the next page. Direct Mail Tutorial - 32

33 Newsletter Categories You can link the newletter to the categories now or when you are ready to mail the newsletter. Just don't forget to do it. I placed a reminder in the tutorial under Select Newsletter. Clicking on Plugins --> Direct Mail Module or the name of the Newsletter you just created will open the Newsletter Direct Mail Edit Page. Here you see all the newsletter(s) that you have created. You can view them from here, edit them, create your mailing based on them and select the categories that go with each content section. Leaving all the check boxes blank will automatically include that section for all subscribers. Selecting checkboxes to match subscribers category choices will send that page content only to subscribers. At the bottom of the page is an update button to save your settings. When you set your categories as you create your newsletter you won't have to worry remembering to set them at the time of your mailing. This way if you create your newsletters in advance or in bits and pieces, by automatically setting the categories you are always up-to-date. Direct Mail Tutorial - 33

34 Direct Mail Tutorial - 34

Direct Mail Tutorial

Direct Mail Tutorial Direct Mail Tutorial Extension Key: direct_mail_tut Copyright 2000-2003, Marlies Cohen, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml

More information

EXT: Direct Mail. EXT: Direct Mail - 1

EXT: Direct Mail. EXT: Direct Mail - 1 EXT: Direct Mail Table of Contents Copyright...2 Credits...2 Sponsors...2 Introduction...3 What does it do?...3 Requirements...3 Users Manual...4 Summary of the Direct Mail process...4 Accessing the Direct

More information

An Email Newsletter Using ASP Smart Mailer and Advanced HTML Editor

An Email Newsletter Using ASP Smart Mailer and Advanced HTML Editor An Email Newsletter Using ASP Smart Mailer and Advanced HTML Editor This tutorial is going to take you through creating a mailing list application to send out a newsletter for your site. We'll be using

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

Webmail Instruction Guide

Webmail Instruction Guide Webmail Instruction Guide This document is setup to guide your through the use of the many features of our Webmail system. You may either visit www.safeaccess.com or webmail.safeaccess.com to login with

More information

Direct Mail Tutorial for Editors

Direct Mail Tutorial for Editors Direct Mail Tutorial for Editors Extension Key: auth_direct_mail_tutorial Copyright 2000-2007, Bernie Pfister, This document is published under the Open Content License available

More information

Working with the Ektron Content Management System

Working with the Ektron Content Management System Working with the Ektron Content Management System Table of Contents Creating Folders Creating Content 3 Entering Text 3 Adding Headings 4 Creating Bullets and numbered lists 4 External Hyperlinks and e

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

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

Cre-X-Mice Database. User guide

Cre-X-Mice Database. User guide Cre-X-Mice Database User guide Table of Contents Table of Figure... ii Introduction... 1 Searching the Database... 1 Quick Search Mode... 1 Advanced Search... 1 Viewing Search Results... 2 Registration...

More information

Using Webmail. Technical Manual: User Guide. Document Updated: 1/07. The Webmail Window. Displaying and Hiding the Full Header.

Using Webmail. Technical Manual: User Guide. Document Updated: 1/07. The Webmail Window. Displaying and Hiding the Full Header. Using Webmail Technical Manual: User Guide The Webmail Window To save an attachment: 1. Click once on the attachment name. Or, if there are multiple attachments, click the Save icon to save all attachments

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

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

SerialMailer Manual. For SerialMailer 7.2. Copyright 2010-2011 Falko Axmann. All rights reserved.

SerialMailer Manual. For SerialMailer 7.2. Copyright 2010-2011 Falko Axmann. All rights reserved. 1 SerialMailer Manual For SerialMailer 7.2 Copyright 2010-2011 Falko Axmann. All rights reserved. 2 Contents 1 Getting Started 4 1.1 Configuring SerialMailer 4 1.2 Your First Serial Mail 7 1.2.1 Database

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

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1)

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1) LICENTIA Nuntius Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1) INDEX About the extension... 6 Compatability... 6 How to install... 6 After Instalattion... 6 Integrate in your

More information

DIY Email Manager User Guide. http://www.diy-email-manager.com

DIY Email Manager User Guide. http://www.diy-email-manager.com User Guide http://www.diy-email-manager.com Contents Introduction... 3 Help Guides and Tutorials... 4 Sending your first email campaign... 4 Adding a Subscription Form to Your Web Site... 14 Collecting

More information

QaTraq Pro Scripts Manual - Professional Test Scripts Module for QaTraq. QaTraq Pro Scripts. Professional Test Scripts Module for QaTraq

QaTraq Pro Scripts Manual - Professional Test Scripts Module for QaTraq. QaTraq Pro Scripts. Professional Test Scripts Module for QaTraq QaTraq Pro Scripts Professional Test Scripts Module for QaTraq QaTraq Professional Modules QaTraq Professional Modules are a range of plug in modules designed to give you even more visibility and control

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

Mail Chimp Basics. Glossary

Mail Chimp Basics. Glossary Mail Chimp Basics Mail Chimp is a web-based application that allows you to create newsletters and send them to others via email. While there are higher-level versions of Mail Chimp, the basic application

More information

WINDOWS LIVE MAIL FEATURES

WINDOWS LIVE MAIL FEATURES WINDOWS LIVE MAIL Windows Live Mail brings a free, full-featured email program to Windows XP, Windows Vista and Windows 7 users. It combines in one package the best that both Outlook Express and Windows

More information

UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS. Silva. Introduction to Silva. Document No. IS-130

UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS. Silva. Introduction to Silva. Document No. IS-130 UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS Silva Introduction to Silva Document No. IS-130 Contents What is Silva?... 1 Requesting a website / Web page(s) in Silva 1 Building the site and making

More information

Using Your New Webmail

Using Your New Webmail 1 Using Your New Webmail Contents Compose a New Message... 3 Add an Attachment... 5 Insert a Hyperlink... 6 Forward an Email... 7 Search Email... 8 Download Email from an existing POP3 Account... 9 Move

More information

5.2.3 Thank you message 5.3 - Bounce email settings Step 6: Subscribers 6.1. Creating subscriber lists 6.2. Add subscribers 6.2.1 Manual add 6.2.

5.2.3 Thank you message 5.3 - Bounce email settings Step 6: Subscribers 6.1. Creating subscriber lists 6.2. Add subscribers 6.2.1 Manual add 6.2. Step by step guide Step 1: Purchasing an RSMail! membership Step 2: Download RSMail! 2.1. Download the component 2.2. Download RSMail! language files Step 3: Installing RSMail! 3.1: Installing the component

More information

Wellesley College Alumnae Association. Volunteer Instructions for Email Template

Wellesley College Alumnae Association. Volunteer Instructions for Email Template Volunteer Instructions for Email Template Instructions: Sending an Email in Harris 1. Log into Harris, using your username and password If you do not remember your username/password, please call 781.283.2331

More information

Mozilla Mail. Created by Holly Robertson and Quinn Stewart Spring 2004 IT Lab, School of Information University of Texas at Austin

Mozilla Mail. Created by Holly Robertson and Quinn Stewart Spring 2004 IT Lab, School of Information University of Texas at Austin Mozilla Mail Created by Holly Robertson and Quinn Stewart Spring 2004 IT Lab, School of Information University of Texas at Austin Mozilla is an open source suite of applications used for web browsing,

More information

**Web mail users: Web mail provides you with the ability to access your email via a browser using a "Hotmail-like" or "Outlook 2003 like" interface.

**Web mail users: Web mail provides you with the ability to access your email via a browser using a Hotmail-like or Outlook 2003 like interface. Welcome to NetWest s new and improved email services; where we give you the power to manage your email. Please take a moment to read the following information about the new services available to you. NetWest

More information

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS...

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS... Basic User Guide Table of Contents INTRODUCTION...1 CAMPAIGNER FEATURES...1 WHO SHOULD READ THIS GUIDE?...1 GETTING STARTED...2 LOGGING IN TO CAMPAIGNER...2 DASHBOARD...3 Modify Your Dashboard...4 EMAIL

More information

How To Create A Campaign On Facebook.Com

How To Create A Campaign On Facebook.Com Seriously powerful email marketing, made easy Table of Contents DOTMAILER QUICK START GUIDE... 3 Main Screen... 4 Getting Started... 6 STEP 1: CAMPAIGN SETTINGS... 7 STEP 2: CAMPAIGN CONTENT... 8 Editing

More information

Table of Contents. Table of Contents 3

Table of Contents. Table of Contents 3 User Guide EPiServer 7 Mail Revision A, 2012 Table of Contents 3 Table of Contents Table of Contents 3 Introduction 5 About This Documentation 5 Accessing EPiServer Help System 5 Online Community on EPiServer

More information

REAL ESTATE CLIENT MANAGEMENT QUICK START GUIDE

REAL ESTATE CLIENT MANAGEMENT QUICK START GUIDE REAL ESTATE CLIENT MANAGEMENT QUICK START GUIDE The purpose of the quick start guide is to help you get started using the Real Estate Client Management (RECM) product quickly. For a more in-depth quick

More information

Impreso: 22/02/2011 Página 1 de 19. Origen: FSC Versión: 2011-v3 EBILLING FAQ

Impreso: 22/02/2011 Página 1 de 19. Origen: FSC Versión: 2011-v3 EBILLING FAQ Impreso: 22/02/2011 Página 1 de 19 EBILLING FAQ Impreso: 22/02/2011 Página 2 de 19 Contents 1. Which web page you should access to upload the invoices... 3 2. Invoice management... 4 2.1 How to create

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

Sending Email on Blue Hornet

Sending Email on Blue Hornet Sending Email on Blue Hornet STEP 1 Gathering Your Data A. For existing data from Advance or Outlook, pull email address, first name, last name, and any other variable data you would like to use in the

More information

The Power Loader GUI

The Power Loader GUI The Power Loader GUI (212) 405.1010 info@1010data.com Follow: @1010data www.1010data.com The Power Loader GUI Contents 2 Contents Pre-Load To-Do List... 3 Login to Power Loader... 4 Upload Data Files to

More information

HOW TO USE THIS GUIDE

HOW TO USE THIS GUIDE HOW TO USE THIS GUIDE This guide provides step-by-step instructions for each exercise. Anything that you are supposed to type or select is noted with various types and colors. WHEN YOU SEE THIS Click Help

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

INTERSPIRE EMAIL MARKETER

INTERSPIRE EMAIL MARKETER INTERSPIRE EMAIL MARKETER Interspire Pty. Ltd. User s Guide Edition 1.3 April 2009 3 About This User s Guide How to Use This User s Guide This user s guide describes Interspire Email Marketer s Graphical

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

NJCU WEBSITE TRAINING MANUAL

NJCU WEBSITE TRAINING MANUAL NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...

More information

Joomla! template Blendvision v 1.0 Customization Manual

Joomla! template Blendvision v 1.0 Customization Manual Joomla! template Blendvision v 1.0 Customization Manual Blendvision template requires Helix II system plugin installed and enabled Download from: http://www.joomshaper.com/joomla-templates/helix-ii Don

More information

AppShore Premium Edition Campaigns How to Guide. Release 2.1

AppShore Premium Edition Campaigns How to Guide. Release 2.1 AppShore Premium Edition Campaigns How to Guide Release 2.1 Table of Contents Campaigns Overview...3 How to create a Campaign Message...3 How to create a List...5 How to relate a Message to a List...6

More information

Using Your New Webmail

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

More information

About DropSend. Sending Files with DropSend

About DropSend. Sending Files with DropSend About DropSend DropSend is a service that allows businesses and individuals to send large files, store files online and collaborate in a quick and easy way. DropSend Business Plan will help your company

More information

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as a

More information

Outlook Tips & Tricks. Training For Current & New Employees

Outlook Tips & Tricks. Training For Current & New Employees Outlook Tips & Tricks Training For Current & New Employees The workshop will help build the necessary skills needed to begin using Microsoft Outlook 2010. The participant will learn how to create e-mail

More information

Configuring your email client to connect to your Exchange mailbox

Configuring your email client to connect to your Exchange mailbox Configuring your email client to connect to your Exchange mailbox Contents Use Outlook Web Access (OWA) to access your Exchange mailbox... 2 Use Outlook 2003 to connect to your Exchange mailbox... 3 Add

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

Content Management System User Guide

Content Management System User Guide CWD Clark Web Development Ltd Content Management System User Guide Version 1.0 1 Introduction... 3 What is a content management system?... 3 Browser requirements... 3 Logging in... 3 Page module... 6 List

More information

Contents Release Notes... ... 3 System Requirements... ... 4 Using Jive for Office... ... 5

Contents Release Notes... ... 3 System Requirements... ... 4 Using Jive for Office... ... 5 Jive for Office TOC 2 Contents Release Notes...3 System Requirements... 4 Using Jive for Office... 5 What is Jive for Office?...5 Working with Shared Office Documents... 5 Get set up...6 Get connected

More information

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009 State of Michigan Data Exchange Gateway Web-Interface Users Guide 12-07-2009 Page 1 of 21 Revision History: Revision # Date Author Change: 1 8-14-2009 Mattingly Original Release 1.1 8-31-2009 MM Pgs 4,

More information

REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE

REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE There are several ways to eliminate having too much email on the Exchange mail server. To reduce your mailbox size it is recommended that you practice the following tasks: Delete items from your Mailbox:

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

The Social Accelerator Setup Guide

The Social Accelerator Setup Guide The Social Accelerator Setup Guide Welcome! Welcome to the Social Accelerator setup guide. This guide covers 2 ways to setup SA. Most likely, you will want to use the easy setup wizard. In that case, you

More information

Outlook. Getting Started Outlook vs. Outlook Express Setting up a profile Outlook Today screen Navigation Pane

Outlook. Getting Started Outlook vs. Outlook Express Setting up a profile Outlook Today screen Navigation Pane Outlook Getting Started Outlook vs. Outlook Express Setting up a profile Outlook Today screen Navigation Pane Composing & Sending Email Reading & Sending Mail Messages Set message options Organizing Items

More information

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd Vodafone Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as

More information

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc.

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc. Timeless Time and Expense Version 3.0 Timeless Time and Expense All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Infoview XIR3. User Guide. 1 of 20

Infoview XIR3. User Guide. 1 of 20 Infoview XIR3 User Guide 1 of 20 1. WHAT IS INFOVIEW?...3 2. LOGGING IN TO INFOVIEW...4 3. NAVIGATING THE INFOVIEW ENVIRONMENT...5 3.1. Home Page... 5 3.2. The Header Panel... 5 3.3. Workspace Panel...

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21 Index Index School Jotter Manual Logging in Getting the site looking how you want Managing your site, the menu and its pages Editing a page Managing Drafts Managing Media and Files User Accounts and Setting

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

Email List Service Customizing a List. Introduction. Adding an Owner or Moderator. Process Summary Introduction. Adding an Owner or Moderator

Email List Service Customizing a List. Introduction. Adding an Owner or Moderator. Process Summary Introduction. Adding an Owner or Moderator Email List Service Customizing a List Introduction As an administrator of an email list in the TU email list service, you have the ability to define additional list owners and moderators (or remove them).

More information

Vodafone Business Product Management Group. Hosted Services Announcer Pro V4.6 User Guide

Vodafone Business Product Management Group. Hosted Services Announcer Pro V4.6 User Guide Vodafone Business Product Management Group Hosted Services Announcer Pro V4.6 User Guide Vodafone Group 2010 Other than as permitted by law, no part of this document may be reproduced, adapted, or distributed,

More information

Access Edit Menu... 2. Edit Existing Page... 3. Auto URL Aliases... 5. Page Content Editor... 7. Create a New Page... 17. Page Content List...

Access Edit Menu... 2. Edit Existing Page... 3. Auto URL Aliases... 5. Page Content Editor... 7. Create a New Page... 17. Page Content List... DRUPAL EDITOR Content Management Instructions TABLE OF CONTENTS Access Edit Menu... 2 Edit Existing Page... 3 Auto URL Aliases... 5 Page Content Editor... 7 Create a New Page... 17 Page Content List...

More information

What browsers can I use to view my mail?

What browsers can I use to view my mail? How to use webmail. This tutorial is our how-to guide for using Webmail. It does not cover every aspect of Webmail; What browsers can I use to view my mail? Webmail supports the following browsers: Microsoft

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

Using your Drupal Website Book 1 - Drupal Basics

Using your Drupal Website Book 1 - Drupal Basics Book 1 - Drupal Basics By Karl Binder, The Adhere Creative Ltd. 2010. This handbook was written by Karl Binder from The Adhere Creative Ltd as a beginners user guide to using a Drupal built website. It

More information

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual Training A brief overview of your website s content management system () with screenshots. 1 Contents Logging In:...3 Dashboard:...4 Page List / Search Filter:...5 Common Icons:...6 Adding a New Page:...7

More information

Alert Solutions Email by WebLaunch User Guide

Alert Solutions Email by WebLaunch User Guide Alert Solutions Email by WebLaunch User Guide Support: Phone: 800-929-1643 Email: support@alertsolutions.com Welcome to Alert Solutions: The one-stop solution for all your messaging needs. Thank you for

More information

Web Mail Guide... Error! Bookmark not defined. 1 Introduction to Web Mail... 4. 2 Your Web Mail Home Page... 5. 3 Using the Inbox...

Web Mail Guide... Error! Bookmark not defined. 1 Introduction to Web Mail... 4. 2 Your Web Mail Home Page... 5. 3 Using the Inbox... Powered by Table of Contents Web Mail Guide... Error! Bookmark not defined. 1 Introduction to Web Mail... 4 1.1 Requirements... 4 1.2 Recommendations for using Web Mail... 4 1.3 Accessing your Web Mail...

More information

Hermes.Net Web Campaign Page 2 26

Hermes.Net Web Campaign Page 2 26 ...................... Hermes.Net Web Campaign Page 2 26 Table of Context 1. Introduction... 3 2. Create and configure Web Campaign 4... 2.1 Create a Web Campaign 4 2.2 General Configuration... 5 2.2.1

More information

HowTo. Planning table online

HowTo. Planning table online HowTo Project: Description: Planning table online Installation Version: 1.0 Date: 04.09.2008 Short description: With this document you will get information how to install the online planning table on your

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions HelpDesk OSP User Manual Content 1 INTRODUCTION... 3 2 REQUIREMENTS... 4 3 THE SHAREPOINT SITE... 4 4 THE HELPDESK OSP TICKET... 5 5 INSTALLATION OF HELPDESK OSP... 7 5.1 INTRODUCTION... 7 5.2 PROCESS...

More information

MailChimp Instruction Manual

MailChimp Instruction Manual MailChimp Instruction Manual Spike HQ This manual contains instructions on how to set up a new email campaign, add and remove contacts and view statistics on completed email campaigns from within MailChimp.

More information

MAXMAILER USER GUIDE

MAXMAILER USER GUIDE MaxBulk Mailer MAXMAILER USER GUIDE For campus help, contact: 6-TECH Technical Support by e-mailing 6tech@uncg.edu or calling 336.256.TECH(8324) 1 The MaxBulk Mailer document window is made of five tab

More information

1. To start Installation: To install the reporting tool, copy the entire contents of the zip file to a directory of your choice. Run the exe.

1. To start Installation: To install the reporting tool, copy the entire contents of the zip file to a directory of your choice. Run the exe. CourseWebs Reporting Tool Desktop Application Instructions The CourseWebs Reporting tool is a desktop application that lets a system administrator modify existing reports and create new ones. Changes to

More information

WebCUR ListServ. ListServ Help Manual

WebCUR ListServ. ListServ Help Manual WebCUR ListServ ListServ Help Manual WebCUR-ListServ Help Manual Table of Contents System Overview... 2 Getting Started... 2 Send A List Message... 4 Send A Web Page... 5 Send A List Invitation... 6 Manage

More information

How To Log On To The Help Desk On Manageengine Service Desk Plus On Pc Or Mac Or Macbook Or Ipad (For Pc Or Ipa) On Pc/ Mac Or Ipo (For Mac) On A Pc Or Pc Or Mp

How To Log On To The Help Desk On Manageengine Service Desk Plus On Pc Or Mac Or Macbook Or Ipad (For Pc Or Ipa) On Pc/ Mac Or Ipo (For Mac) On A Pc Or Pc Or Mp Service Desk Plus: User Guide Introduction ManageEngine ServiceDesk Plus is comprehensive help desk and asset management software that provides help desk agents and IT managers, an integrated console to

More information

Organizational Development Qualtrics Online Surveys for Program Evaluation

Organizational Development Qualtrics Online Surveys for Program Evaluation The purpose of this training unit is to provide training in an online survey tool known as Qualtrics. Qualtrics is a powerful online survey tool used by many different kinds of professionals to gather

More information

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA Step by step guide Step 1: Purchasing a RSMembership! membership Step 2: Download RSMembership! 2.1. Download the component 2.2. Download RSMembership! language files Step 3: Installing RSMembership! 3.1:

More information

Easy Manage Helpdesk Guide version 5.4

Easy Manage Helpdesk Guide version 5.4 Easy Manage Helpdesk Guide version 5.4 Restricted Rights Legend COPYRIGHT Copyright 2011 by EZManage B.V. All rights reserved. No part of this publication or software may be reproduced, transmitted, stored

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 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

Google Docs A Tutorial

Google Docs A Tutorial Google Docs A Tutorial What is it? Google Docs is a free online program that allows users to create documents, spreadsheets and presentations online and share them with others for collaboration. This allows

More information

Software User s Guide

Software User s Guide Software User s Guide by About This User s Guide How to Use This User s Guide This user s guide describes the email software s Graphical User Interface (GUI). It shows you how to use each screen in the

More information

Web Ambassador Training on the CMS

Web Ambassador Training on the CMS Web Ambassador Training on the CMS Learning Objectives Upon completion of this training, participants will be able to: Describe what is a CMS and how to login Upload files and images Organize content Create

More information

GUIDE TO EMAIL MARKETING

GUIDE TO EMAIL MARKETING GUIDE TO EMAIL MARKETING Using e-mail marketing to communicate with your customers and promote your business 2 April 2012 Version 1.0 Contents Contents 2 Introduction 3 Skill Level 3 Terminology 3 Video

More information

USING MS OUTLOOK WITH FUSEMAIL

USING MS OUTLOOK WITH FUSEMAIL USING MS OUTLOOK WITH FUSEMAIL In this tutorial you will learn how to use Microsoft Outlook with your FuseMail account. You will learn how to setup an IMAP account, and also how to move your emails and

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

A send-a-friend application with ASP Smart Mailer

A send-a-friend application with ASP Smart Mailer A send-a-friend application with ASP Smart Mailer Every site likes more visitors. One of the ways that big sites do this is using a simple form that allows people to send their friends a quick email about

More information

CEFNS Web Hosting a Guide for CS212

CEFNS Web Hosting a Guide for CS212 CEFNS Web Hosting a Guide for CS212 INTRODUCTION: TOOLS: In CS212, you will be learning the basics of web development. Therefore, you want to keep your tools to a minimum so that you understand how things

More information

EMAIL QUICK START GUIDE

EMAIL QUICK START GUIDE IT Services Microsoft Outlook 2010 EMAIL QUICK START GUIDE Contents What is Outlook?...2 Quick Guide to Email...2 Create a new e-mail message...2 Forward or reply to an e-mail message...2 Creating new

More information

How To Use Webmail. Guiding you through the Universities online email

How To Use Webmail. Guiding you through the Universities online email How To Use Webmail Guiding you through the Universities online email Table of Contents LOGGING ON...2 VIEWING MESSAGES...2 SENDING A MESSAGE...3 Using the University s Address Book...3 To send a message

More information

Veeam MarketReach User Guide. Automate Your Marketing. Grow Your Business.

Veeam MarketReach User Guide. Automate Your Marketing. Grow Your Business. Veeam MarketReach User Guide Automate Your Marketing. Grow Your Business. March, 2013 Contents PART 1. INTRODUCTION 3 What is Veeam MarketReach? 3 PART 2. ENTERING VEEAM MARKETREACH 3 Who can access Veeam

More information

The my.monash Bulk messaging tool user guide. Contents. 1 What is my.monash?

The my.monash Bulk messaging tool user guide. Contents. 1 What is my.monash? The my.monash Bulk messaging tool user guide Contents 1 What is my.monash?... 1 1.1 Purpose of this guide... 2 1.2 About the Bulk messaging tool... 2 2 Creating a bulk message... 2 2.1 Selecting a group

More information

Dreamweaver Tutorials Creating a Web Contact Form

Dreamweaver Tutorials Creating a Web Contact Form Dreamweaver Tutorials This tutorial will explain how to create an online contact form. There are two pages involved: the form and the confirmation page. When a user presses the submit button on the form,

More information