Cross Bulk Mailer 6.2 User Guide

Size: px
Start display at page:

Download "Cross Bulk Mailer 6.2 User Guide"

Transcription

1 Page 1 of 16 Cross Bulk Mailer 6.2 User Guide (The best marketing module for DNN 7/8) 1/5/2016 Cross Software, China Skype: xiaoqi98@msn.com QQ: Mail: xiaoqi98@msn.com

2 Page 2 of 16 Table of Contents 1. Background Introduction What s new in v6.1/ Requirements Quick Start Step 1: Install/Upgrade module Step 2: Add CrossMail_Admin sub module to manage data Step 3: Configure SMTP servers or Amazon SES Step 4: Add Categories Step 5: Add Newsletters Advanced Features CrossMail_Opt-In sub module How to write template Template are ascx files Template directory structure Template created steps Uninstall Module About Us Support... 16

3 Page 3 of Background marketing is very popular and important today. It can help you to improve both relationship building and communication for your business to prosper. As we know, DNN provides a simple newsletter module which allows site administrators to send bulk mails (by click DNN built-in menu Admin Newsletters ). This module works when you have small recipients (e.g addresses). However, when you try to send over 500 s use this module, it doesn t work as well as expected due to the follows: 1. This module will try to send all bulk s at one time by using host defined SMTP server. However, nearly 100% service providers have quota limitation. For example, Google Gmail account allows you to send up to 500 mails per day, 100 mails per hour; Yahoo mail allows up to 200 mails per day and 100 mails per hour; MS hotmail allows 100 per day and 50 per hour; Our mail server provider (mail.dnnmodule.com) allows us sending 500 mails per day and 60 mails per hour. This means most of your s are abandoned by mail server. For example, when we click Admin Newsletters module to send mails to over 30,000 registered users of for the first time, nearly 99% mails are abandoned by our mail server. And our hosting vendor warned us not do that again, otherwise our mail accounts will be closed. Please note, the abandon is controlled by mail server, DNN is not aware of that. And DNN just think mail is sent successfully. 2. sending is a resource consumes action. It consumes many CPU and memory resources while sending bulk s together. Because most websites are hosted by 3rd hosting providers and don t have too much CPU and memory quota, your site may be recycled or even shutdown while sending s. 3. As mentioned above, Admin Newsletters module using host defined SMTP server to send mails. This is a big problem if you have multiple portals which belong to different companies on same DNN instance. Even these portals have their own SMTP servers, they still have to rely on same SMTP server to send mails. This will make host defined SMTP server overload quickly. We strongly recommend super user to remove Admin -Newsletters page/module for all portals in this case... In one word, DNN built-in Admin - Newsletter is not an ideal module to processing bulk s. You need a more powerful module to handle your marketing, Cross Bulk Mailer is one of the best choices for you. 2. Introduction Cross Bulk Mailer is an enterprise-level processing module for DotNetNuke. It includes 2 sub modules (CrossMail_Admin and CrossMail_Opt-In). By fully utilizing DNN schedule job mechanism, it can help you to send over 100,000,000 s easily than ever. It has many cool features which can help you to process marketing as easy

4 Page 4 of 16 as ABC, as follows: 1. Multiple portals support. Super use can enable / disable sending for each portal, and control other options like maximum mails per day / per hour, sending interval and whether they can use host defined SMTP server. 2. Multiple SMTP servers support. Site administrators can create multiple SMTP servers for their portals, and specify properties like server priority / maximum mails per day (per hour), etc. 3. Amazon Simple Service (Amazon SES) support. With Amazon SES, you can send huge s (e.g. 5,000,000) per day. 4. Advanced technical to send bulk mails (SMTP server pool, multiple threads and asynchronous). It uses DNN schedule jobs to perform all background actions (send bulk mails / synchronize recipients from roles / check bounce mail addresses, etc.). All you need to do is to provide valid SMTP servers, create newsletters which need to send, Cross Bulk Mailer module will handle other jobs. It will send only certain amount of s per time, but keep on sending every n minutes, so it will delivery all your s at last, but will not break your SMTP servers limitation. 5. Advanced technical to track read / open status, works on nearly 100% client applications. You can track whether / when is opened / read by recipients, and adjust your marketing plan. 6. Bounce mail address (invalid mail address) automatic detection. 7. Group newsletters with categories. Each category has its own recipients and suppression addresses. It can be bound to certain user roles and automatic retrieve recipients from them. The recipients can also be imported from MS Excel documents and csv files (or export as Excel file to download). And it doesn t require you to install MS Excel on the web server. 8. Allow site administrator to create extra attributes for the recipient, e.g. create an extra Occupation attribute for the recipient, and specify its value as Teacher for a recipient. These custom extra attributes can also be shown in CrossMail_Opt-In sub module. 9. A newsletter can have multiple attachments. The newsletter content can be generated from external url / RSS feed / site page / site module, or copy from an template / an existing newsletter. It also supports token replacement to personalize content. 10. Hyperlink tracking. You can create specific hyperlinks (e.g. and insert them into newsletters, module will track who (and when) click them while reading s. This is a great way to verify the effect of your marketing. 11. Automatic send birthday greeting s to related recipients.

5 Page 5 of Common features like Opt-In/Opt-Out, subscribe/unsubscribe/welcome notification and view mail online are also available. 13. Template based, you can create your own mail Opt-In/Opt-Out display interface... Visit to download 30 days trial edition and test on your site. The trial edition has all features like official version and can be installed on official domain names. Note: v6.x requires DNN 7.1+ ( x are all tested) to run. If your sites are still under DNN 6.x/7.0, please check for other old versions. 3. What s new in v6.1/ Redesign the read/open tracking mechanism. 2. Redesign the sending mechanism (SMTP server pool, multiple threads and asynchronous). Now it consumes less resource, but sends s more efficiently. 3. The new Send Interval property allows you to send mails multiple times per hour, this will alleviate the web server pressure greatly. 4. Allows site administrator to create extra attributes for the recipient, and these attributes can also be shown in CrossMail_Opt-In sub module. 5. Subscribe notification support. 6. Subscriber welcome support. 7. Improve the semaphore file detection mechanism. 8. Improve the bounce mail address detection mechanism 4. Requirements 1. DNN 7.1+ ( x are all tested). 2. Sql server 2008/2012 or Sql express 2008/ Asp.net framework Quick Start The typical scenario involves the following steps: Step 1. Install/Upgrade module. Step 2. Add CrossMail_Admin sub module to manage data. Step 3. Configure SMTP servers or Amazon SES Step 4. Add Categories.

6 Page 6 of 16 Step 5. Add Newsletters. 5.1 Step 1: Install/Upgrade module If you already bought module, unzip package which you download, you will see Cross Bulk Mailer 6.2 Pa (standard).zip (or Cross Bulk Mailer 6.2 Pa (enterprise).zip if you bought enterprise edition), choose it as install package. If you want to trial module first, you can download Cross Bulk Mailer 6.2 trial edition (unzip me).zip at unzip it you will find Cross Bulk Mailer 6.2 Pa (trial).zip. The trial package can be installed on official domain names for 30 days. Click Host - Extensions - Install extension wizard to install module. After installation, you will see 2 sub modules. Install via Ftp The install package is about 4mb in size. If you have problems uploading by clicking Host - Extensions - Install extension wizard, you can use another way to install it, as follows: 1. Upload Cross Bulk Mailer 6.2 Pa (standard).zip to Install\Module folder of your site using ftp tools. 2. Click Host Extensions, select Available Extensions tab, choose CrossMail_Admin which is under Modules section, click Install button to install. Upgrade When upgrade from trial edition to official edition (or upgrade to new version), you don't need to uninstall previous module first. Simply re-install the official edition (or new version) will keep your existing data.

7 Page 7 of 16 Note, when you upgrade from v5.0/5.1, you need to update web.config file to support read / open tracking manually. As follows: 1. Open web.config file, locate < system.webserver > - < handlers > section. 2. Add <add name="crossmailtracking" verb="*" path="*crossmaillogo.jpg" type="cross.modules.mail.business.trackinghandler, Cross.Dnn.Modules.Mail" /> node. See below image as example. 3. Save web.config file. If you directly install 6.0/6.1/6.2, or upgrade from v5.2/v5.3/5.4/5.5, you don t need to do this. 5.2 Step 2: Add CrossMail_Admin sub module to manage data CrossMail_Admin sub module is used to manage all data. You only need 1 instance per portal.

8 Page 8 of 16 All features in CrossMail_Admin sub module are self explanatory. We recommend you to login in as super user (host account) if possible. Because some features, like Admin Control Panel Host (Super User) Features Portal Rules section, are only available for super users. 5.3 Step 3: Configure SMTP servers or Amazon SES SMTP (Simple Message Transfer Protocol) servers are used to send s. You must create at least 1 server before sending bulk mails. By default, module will automatic create a SMTP server based host SMTP server settings (which is under DNN built-in menu "Host - Host Settings - Advanced Settings - SMTP server settings"). If the host SMTP server is invalid, you can create other SMTP servers by click "CrossMail_Admin sub module - Admin Control Panel - Configurations - SMTP Servers".

9 Page 9 of 16 Expand New to SMTP server? Expand here to see how to configure it section if you are not familiar with SMTP server. Please take care of maximum mails per day / per hour values, they are very important. Expand What's the Bounce reply subject? How to get it? section to see how to configure Bounce reply subject, this is the key to find out invalid mail addresses (bounce mail addresses). In v5.2, we also add Amazon SES support. Amazon Simple Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional -sending service for businesses. The great advantage of Amazon SES is that it allows you to send huge s per day (e.g. 500,000) in theory, while most providers only allows hundreds of s per day. For more information, please visit It is easy to use Amazon SES in Cross Bulk Mailer module. If you have huge s to send (e.g. you need to send 100,000 s per day), we recommend you to sign up an Amazon SES account and configure it here. Note, your SMTP servers will be ignored if you have Amazon SES configured (you don't need to create other SMTP servers in this case). 5.4 Step 4: Add Categories Categories allow you to group the newsletters (and recipients) easily. Each category has its own recipients and suppression addresses. Click Admin Control Panel Data Manager - Categories to create categories.

10 Page 10 of 16 Category can be bound to certain user roles and automatic retrieve recipients from these user roles. It can also import addresses from MS Excel documents (or export as MS Excel files). Please note, it doesn t require you to install MS Excel application on the web server. 5.5 Step 5: Add Newsletters Now you can click Admin Control Panel Data Management - Newsletter to add newsletter which will be sent. The mail content can be generated from RSS feed / external url / a page on your site / a specific module on your site, or copy from an template / an existing newsletter. It also supports token replacement to personalize content. You can click Send Test Mail button to test if newsletter content is display correct in mail.

11 Page 11 of 16 Click Available Tokens tab to find detail description of tokens. Please be aware of the usage of following tokens: [Unsubscribe:Begin],[Unsubscribe:End],[ViewOnline:Begin],[ViewOnline:End]. They are the keys to provide unsubscribe link and view mail online link. Congratulations, now everything is ok. Module will use DNN schedule job to perform bulk mail send actions, wait a few minutes you will see the results. If you are a super user, you can click Admin Control Panel Host (Super User) Features - Process Right Now to tell module to process schedule jobs right now. 6. Advanced Features As you can see in CrossMail_Admin sub module control panel, it offers more interesting features than we mentioned in Quick Start chapter, like create extra attributes for the recipient, specify send rules for each portal, send birthday greeting mails, bounce mail addresses detection etc. Instead of write a long and complicated help document to explain every detail of them, we choose to integrate these information directly into module interface. And try our best to make every feature self explanatory. For long help information, we use DNN expandable section (or a separate tab page) to display them. For example:

12 Page 12 of 16 Expandable help section Separate tab help page For short yet important help information, we use DNN standard help text to display on edit interface. For example: Display help information on edit interface. And we provide detail information for every field using DNN help label. Whenever you feel confuse, just click the help icon of that label, you will see similar information like below: DNN help label

13 Page 13 of 16 We also provide a Quick Start and Help section in CrossMail_Admin sub module control panel. Help in control panel 7. CrossMail_Opt-In sub module Besides CrossMail_Admin sub module, Cross Bulk Mailer package also contains CrossMail_Opt-In sub module which can be used to collect mail subscribers (or allow user to unsubscribe). Unlike CrossMail_Admin sub module, the CrossMail_Opt-In sub module can be put many times on multiple pages (or on same page if necessary). Add CrossMail_Opt-In module instance to a page, click Opt-In settings to customize it. Please note the Confirm Subscribe and Confirm Unsubscribe options, normally we don t recommend to check on them because they will make subscribe/unsubscribe complicated. If you create extra attributes for the recipient in CrossMail_Admin sub module Admin control panel Configurations Recipient Attributes, you can show them in

14 Page 14 of 16 CrossMail_Opt-In sub module, to allow user to enter related value while subscribe. 8. How to write template 8.1 Template are ascx files As you can see in CrossAdmin_Opt-In sub module Opt-In settings General - Template section, this module is template based, you can create your own mail Opt- In/Opt-Out display interface. Please note, templates are ascx files, you need to be familiar with asp.net syntax to custom it. 8.2 Template directory structure Template files should be put in the DesktopModules\CrossMail\Template\OptIn\ folder. 8.3 Template created steps

15 Page 15 of Create a folder under DesktopModules\ CrossMail \Template\ OptIn, named it as MyTemplate as example. 2. Copy DesktopModules\CrossMail \Template\ OptIn \default\app_localresources directory and DesktopModules\CrossMail \Template \ OptIn \default\ OptIn_Standard.ascx file to MyTemplate folder. 3. Change OptIn_Standard.ascx file name as your wish, for example, MyTemplate.ascx. Of course, you can keep its original file name if you wish. 4. Open MyTemplate.ascx file via Visual studio 2008 or something else, change its content. Note, you need to be familiar with asp.net syntax before change it. 5. Click CrossMail_Opt-In sub module Opt-In settings, in General template, select MyTemplate.ascx. 6. Now module will use your own template to display. Of course, you can put your own templates under DesktopModules\CrossMail \Template\OptIn \default directory if you like. 9. Uninstall Module Click Host - Extensions, then click the button to uninstall CrossMail_Opt-In and CrossMail_Admin module one by one. Check on delete files option to remove all database tables and module files with this package. 10. About Us DnnModule.com is built to provide quality DNN modules, some of them are free, some not. We wish these stuffs (free or not) can be useful to you. Note, nearly all modules of us provide free trial editions, you can download them at Followings are parts of our released modules: Cross Bulk Mailer 6.2 Classified Pro 8.5 (ecommerce, store, auction, classified ads, content localization support) Cross Article 8.0 (news article, blog, content localization support) Cross Video Gallery 6.8 (dnn 7 video/audio/youtube module, html 5 & flash based) Ultra Flash Player 7.9 (22-in-1)

16 Page 16 of 16 Cross Photo Gallery 6.0 (dnn 7.x photo/flickr/picasa module) Cross Image Slideshow 5.2(18-in1) Silverlight Photo Gallery 5.7 Silverlight Carousel Magazine 4.0 Silverlight Panorama Viewer 2.0 YouTube Sidebar 4.2 Cross Visitor Tracking 5.0 (free) Cross Skin Chameleon 5.3 (free) Yahoo Media Player for DNN (free) Flash Numeric Rotator 3.3 (free) Child Page List 3.0 (free) Simple Menu Bar (free) Please visit for more detail. 11. Support Visit our support forum at or mail to for directly help.

Cross Video Gallery 6.6 User Guide

Cross Video Gallery 6.6 User Guide http://dnnmodule.com/ Page 1 of 22 Cross Video Gallery 6.6 User Guide (DNN 7 Video & Audio & YouTube &Slideshow module) http://dnnmodule.com 10/27/2014 Cross Software, China Skype: xiaoqi98@msn.com QQ:

More information

Cross Video Gallery 6.5 User Guide

Cross Video Gallery 6.5 User Guide http://dnnmodule.com/ Page 1 of 21 Cross Video Gallery 6.5 User Guide http://dnnmodule.com 5/7/2014 Cross Software, China http://dnnmodule.com/ Page 2 of 21 Table of Contents 1. Introduction... 4 2. What

More information

Cross Photo Gallery 5.6 User Guide

Cross Photo Gallery 5.6 User Guide http://dnnmodule.com/ Page 1 of 21 Cross Photo Gallery 5.6 User Guide http://dnnmodule.com 2012-10-2 http://dnnmodule.com/ Page 2 of 21 Table of Contents 1. Introduction... 4 2. What s new in v5.6... 5

More information

Cross Video Gallery 6.8 User Guide

Cross Video Gallery 6.8 User Guide http://dnnmodule.com/ Page 1 of 26 Cross Video Gallery 6.8 User Guide (DNN Video & Audio & YouTube & Html5 & Mobile & Slideshow module) http://dnnmodule.com 11/16/2015 Cross Software, China Skype: xiaoqi98@msn.com

More information

Ultra News Article 1. User Guide

Ultra News Article 1. User Guide Ultra News Article 1 User Guide Expand the Bookmark menu in left side to see the table of contents. Copyright by bizmodules.net 2009 Page 1 of 34 Overview What is Ultra News Article Ultra News Article

More information

EASYDNNGALLERY 6.0 [USER S GUIDE]

EASYDNNGALLERY 6.0 [USER S GUIDE] EASYDNNGALLERY 6.0 A professional DNN image, video & audio gallery. Easy to use, yet rich in options. Over 20 types of various types of galleries, with hundreds of possible combinations. Excels as a web

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

EASYDNNROTATOR 7.X [USER S GUIDE]

EASYDNNROTATOR 7.X [USER S GUIDE] EASYDNNROTATOR 7.X EasyDNNrotator is a DNN module that rotates content such as images, video and HTML. Besides easy content management and attractive themes, it provides great options to customize your

More information

Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2

Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2 Edition 3.2 Tripolis Solutions Dialogue Manual version 3.2 2 Table of Content DIALOGUE SETUP... 7 Introduction... 8 Process flow... 9 USER SETTINGS... 10 Language, Name and Email address settings... 10

More information

Introduction Installing or Upgrading DNN Using the Control Panel Admin Console Tools for SuperUsers Host Console...

Introduction Installing or Upgrading DNN Using the Control Panel Admin Console Tools for SuperUsers Host Console... Table of Contents Introduction................................................................................. 3 Installing or Upgrading DNN...................................................................

More information

DotNetNuke 5.1 Superuser Manual

DotNetNuke 5.1 Superuser Manual DotNetNuke 5.1 Superuser Manual Administration DotNetNuke Corporation 1825 S. Grant St. Suite 240 San Mateo, CA 94402 www.dotnetnuke.com 650.288.3150 Copyright 2009, DotNetNuke Corporation. All Rights

More information

DocAve for Salesforce 2.1

DocAve for Salesforce 2.1 DocAve for Salesforce 2.1 This document is intended for anyone wishing to familiarize themselves with the user interface and basic functionality of AvePoint s DocAve for Salesforce tool. System Requirements

More information

Classroom Blogging. Training wiki:

Classroom Blogging. Training wiki: Classroom Blogging Training wiki: http://technologyintegrationshthornt.pbworks.com/create-a-blog 1. Create a Google Account Navigate to http://www.google.com and sign up for a Google account. o Use your

More information

What s a module? Some modules. it s so simple to make your page unique

What s a module? Some modules. it s so simple to make your page unique How to guide What s a module? To create a functioning network without knowing about code, you need to be fluent in drag and drop. Webjam is made up of scores of modules. Modules are the tools that Webjam

More information

Classified Pro 9.1 User Guide (For DNN 9.2+)

Classified Pro 9.1 User Guide (For DNN 9.2+) http://dnnmodule.com/ Page 1 of 40 Classified Pro 9.1 User Guide (For DNN 9.2+) http://dnnmodule.com 7/5/2018 Cross Software, China Skype: xiaoqi98@msn.com QQ: 35206992 Mail: xiaoqi98@msn.com http://dnnmodule.com/

More information

Campaign Walkthrough

Campaign Walkthrough Email 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

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

NACCHO Virtual Communities Guide

NACCHO Virtual Communities Guide NACCHO Virtual Communities Guide NACCHO Membership Team What are NACCHO s Virtual Communities? NACCHO s Virtual Communities (VC) grows out of NACCHO s desire create a community based platform that helps

More information

Quick Administration Guide

Quick Administration Guide Quick Administration Guide 1 Introduction... 10 What is DotNetNuke?... 10 The Purpose of this Guide... 10 Terminology... 10 Which Sections Should I Read?... 10 Getting More Help... 10 DotNetNuke Concepts...

More information

1 About This Manual 17. DotNetNuke Installation Wizard 19. Managing Your User Account 46

1 About This Manual 17. DotNetNuke Installation Wizard 19. Managing Your User Account 46 1 About This Manual 17 About this DotNetNuke Manual 17 Content Overview 17 DotNetNuke Installation Wizard 19 About the Installation Wizard 19 Using the Auto Method of the Installation Wizard 19 Using the

More information

Access your page by hovering over your campus and then choosing Staff Directory. Click on your name to enter your page.

Access your page by hovering over your campus and then choosing Staff Directory. Click on your name to enter your page. LOGIN TO THE WEBSITE Go to www.earlyisd.net and find the Login icon near the top of the page. NOTE: You can find the Login icon on any page of the EISD website. Enter your username (school email address)

More information

LICENTIA. Nuntius. Magento Marketing Extension REVISION: THURSDAY, NOVEMBER 1, 2016 (V )

LICENTIA. Nuntius. Magento  Marketing Extension REVISION: THURSDAY, NOVEMBER 1, 2016 (V ) LICENTIA Nuntius Magento Email Marketing Extension REVISION: THURSDAY, NOVEMBER 1, 2016 (V1.10.0.0) INDEX About the extension... 6 Compatability... 6 How to install... 6 After Instalattion... 6 Integrate

More information

Amazon SES - For Great Delivery

Amazon SES - For Great  Delivery Amazon SES - For Great Email Delivery This is a one-time setup, and it should be done near the beginning of your business setup process because it may take a few days to get it through the simple approval

More information

KnowlegeTrack User Guide Standard User

KnowlegeTrack User Guide Standard User Standard User Standard User Page 1 Standard User Introduction: The Learning portal is designed to manage the subscription and enrollment in the courses, and to provide community features to all of the

More information

Table of contents 2 / 165

Table of contents 2 / 165 Table of contents Getting Started... 7 Importing Contacts... 7 Add/Edit Services... 9 Add Services... 9 Social... 10 Social Media Publishing Services... 10 Streams... 11 Social Streams... 11 Photos...

More information

Website Title Website URL recommend you keep it on Automatic. Automatic HTML5 FLASH Viewers counter

Website Title Website URL recommend you keep it on Automatic. Automatic HTML5 FLASH Viewers counter 1. Main Settings optional 2. Third Party Integrations optional 3. Adding a Video primary 4. Setting up a Playlist optional 5. Autoresponder Settings optional 6. Creating a Campaign advanced Table of Contents

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

WebsitePanel User Guide

WebsitePanel User Guide WebsitePanel User Guide User role in WebsitePanel is the last security level in roles hierarchy. Users are created by reseller and they are consumers of hosting services. Users are able to create and manage

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

Furl Furled Furling. Social on-line book marking for the masses. Jim Wenzloff Blog:

Furl Furled Furling. Social on-line book marking for the masses. Jim Wenzloff Blog: Furl Furled Furling Social on-line book marking for the masses. Jim Wenzloff jwenzloff@misd.net Blog: http://www.visitmyclass.com/blog/wenzloff February 7, 2005 This work is licensed under a Creative Commons

More information

icontact for Salesforce Installation Guide

icontact for Salesforce Installation Guide icontact for Salesforce Installation Guide For Salesforce Enterprise and Unlimited Editions Lightning Experience Version 2.3.4 Last updated October 2016 1 WARNING DO NOT SKIP ANY PART OF THIS GUIDE. EVERY

More information

The Electronic Voting System - EVS

The Electronic Voting System - EVS The Electronic Voting System - EVS The electronic voting system is based on the MSU surveys application. Its primary purpose is to allow the MSU community to vote on a variety of issues, membership or

More information

This is a Private Group - Content is only visible to group members.

This is a Private Group - Content is only visible to group members. This is a Private Group - Content is only visible to group members. Community Advisory Board Small, private, selective group of key Telligent customers creating strong connections and contributing to the

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

Quick Start Guide. This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions:

Quick Start Guide. This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions: Quick Start Guide This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions:. How can I install Kentico CMS?. How can I edit content? 3. How can I insert an image or

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

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

Getting Started Reliance Communications, Inc.

Getting Started Reliance Communications, Inc. Getting Started Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Before you Begin... 3 Bookmark Your Login Page... 3 Setting your Password...

More information

FAQs. A guide for school app administrators

FAQs. A guide for school app administrators FAQs A guide for school app administrators Introduction myschoolapp is a simple and cost-effective way to engage with today s mobile parents and carers who run their lives from their phones. It helps you

More information

Web Hosting. Important features to consider

Web Hosting. Important features to consider Web Hosting Important features to consider Amount of Storage When choosing your web hosting, one of your primary concerns will obviously be How much data can I store? For most small and medium web sites,

More information

DotNetNuke- The web of the future

DotNetNuke- The web of the future DotNetNuke- The web of the future Teaching Web Development with DotNetNuke - open source solution Brian Scarbeau, MVP bscarbeau@lhps.org sws.lhps.org Who is your instructor? CSTA Board Member Computer

More information

Screencast.com. Getting the Most from Your Screencast.com Account. July TechSmith Corporation. All rights reserved.

Screencast.com. Getting the Most from Your Screencast.com Account. July TechSmith Corporation. All rights reserved. Screencast.com Getting the Most from Your Screencast.com Account July 2009 2009 TechSmith Corporation. All rights reserved. Contents Contents...2 First Things First: Get Organized...3 Get Familiar with

More information

VisualSP Help System 2013 Installation Procedure. Rehmani Consulting, Inc.

VisualSP Help System 2013 Installation Procedure. Rehmani Consulting, Inc. Rehmani Consulting, Inc. VisualSP Help System 2013 Installation Procedure http://www.visualsp.com vsp-support@visualsp.com 630-786-7026 Rev 6.2 for VSP 5.2.0.0 Contents Contents... 1 Introduction... 2

More information

VIVVO CMS Plug-in Manual

VIVVO CMS Plug-in Manual VIVVO CMS Plug-in Manual www.vivvo.net 1 TABLE OF CONTENTS INTRODUCTION...4 PLUGIN: CONTACT FORM BUILDER PLUG-IN...5 DESCRIPTION:...5 HOW TO INSTALL?...5 ACTIVATION:...5 ACCESS:...5 USER LEVEL:...5 ACTIONS:...6

More information

RunClick Webinar and Video Conferencing Software. User Manual

RunClick Webinar and Video Conferencing Software. User Manual RunClick Webinar and Video Conferencing Software User Manual Visit RunClick.com for more details 1 Page Table of Contents Installation and Activation of RunClick Part 1: WordPress Fresh Installation Process

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

DonorDrive Fundraising Guide: Getting Started with Online Fundraising

DonorDrive Fundraising Guide: Getting Started with Online Fundraising DonorDrive Fundraising Guide: Getting Started with Online Fundraising We here at DonorDrive created this guide to help you navigate your Fundraiser Portal. Your DonorDrive Fundraiser Portal will help you

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

WebAD IISADMPWD. Replacement Tool v2.5. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD

WebAD IISADMPWD. Replacement Tool v2.5. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD WebAD IISADMPWD Replacement Tool v2.5 Installation and Configuration Guide Instructions to Install and Configure IISADMPWD Replacement Tool v2.5 Web Active Directory, LLC Contents Overview... 2 Solution

More information

This presentation will show you how to create a page in a group eportfolio.

This presentation will show you how to create a page in a group eportfolio. This presentation will show you how to create a page in a group eportfolio. 1 If you are using your eportfolio for presenting group work, you will need to create a group eportfolio page, which all the

More information

User Guide for Bulk Mail Management System (BMMS)

User Guide for Bulk Mail Management System (BMMS) User Guide for Bulk Mail Management System (BMMS) Table of Content In this user guide, we first guide you through the process of creating, approving and releasing bulk mails. 1: How to Access the System

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Novel Cognition RSSPlugIn Disclaimer

Novel Cognition RSSPlugIn  Disclaimer Novel Cognition RSSPlugIn Disclaimer: Although every effort has been made to represent this guide and everything else related to the NovCogRSS plugin, as truthful as possible to the best of our knowledge

More information

PackFlash Friendly URL, Sitemap, and SEO Module Documentation. Installation Instructions and Owners Documentation

PackFlash Friendly URL, Sitemap, and SEO Module Documentation. Installation Instructions and Owners Documentation PackFlash Friendly URL, Sitemap, and SEO Module Documentation Installation Instructions and Owners Documentation October, 2010 1 Overview of PackFlash Friendly URL, Sitemap, and SEO Thank you for purchasing

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

Configuring SharePoint 2007

Configuring SharePoint 2007 26636.book Page 77 Thursday, February 14, 2008 4:38 PM Chapter 3 Configuring SharePoint 2007 MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Manage Administration Manage Central Admin UI Manage the

More information

Creating your eportfolio and Networks

Creating your eportfolio and Networks Creating your eportfolio and Networks Epsilen Access is restricted to those with Epsilen accounts (must be logged in). Institution Access is restricted to members of your institution (must be logged in).

More information

User Documentation. Studywiz Learning Environment. Student's Guide

User Documentation. Studywiz Learning Environment. Student's Guide User Documentation Studywiz Learning Environment Student's Guide Studywiz Learning Environment Student's Guide Contents 1 Introduction 4 1.1 Studywiz 4 1.2 The Studywiz Student s Guide 4 2 What s New

More information

How To Upload Your Newsletter

How To Upload Your Newsletter How To Upload Your Newsletter Using The WS_FTP Client Copyright 2005, DPW Enterprises All Rights Reserved Welcome, Hi, my name is Donna Warren. I m a certified Webmaster and have been teaching web design

More information

Extranet User Manual January 2009

Extranet User Manual January 2009 Extranet User Manual January 2009 Contents Contents... 2 1. Introduction... 3 2. General overview (applicable to all users)... 4 2.1 Login...4 2.2 The main screen - tab... 5 2.2.1 News... 5 2.2.2 Grindex

More information

QUICK START GUIDE. How Do I Get Started? Step #1 - Your Account Setup Wizard. Step #2 - Meet Your Back Office Homepage

QUICK START GUIDE. How Do I Get Started? Step #1 - Your Account Setup Wizard. Step #2 - Meet Your Back Office Homepage QUICK START GUIDE Here is a tool that will help you generate prospects and follow up with them using your web browser. Your Lead Capture system has Personal Sites, Contact Management, Sales Tools and a

More information

Last modification of document: by Tomasz Dobrzyński

Last modification of document: by Tomasz Dobrzyński Thank you for purchasing Gonzales. If you have any questions that are beyond the scope of this help file, please feel free to contact me using following form. If you need my help with installation or plugin

More information

Groups Backend Configuration Notes

Groups Backend Configuration Notes Top Takeaways: Know where to navigate and access the Groups features Know the differentiation between a Group Type and a Group Have a command on how to create a Group Type and an individual Group Groups

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

Getting Started Your website uses two WordPress installations. To login to the admin interfaces, go to:

Getting Started Your website uses two WordPress installations. To login to the admin interfaces, go to: Holden High Web Content Management Training October 14, 2008 Contents Overview... 1 Getting Started... 1 Touring the Administrative Panels... 2 Editing Content... 3 Formatting Content... 4 Parent Side

More information

AbandonedCarts Documentation

AbandonedCarts Documentation Table of Contents Welcome... 3 How to use this document?... 3 Chapter 01: Installation Instructions... 4 Install using the OpenCart Extension Installer... 4 Manual Installation... 4 Chapter 02: User Interface...

More information

A quick guide to. Getting Started

A quick guide to. Getting Started A quick guide to Getting Started In this guide... Learn how to build your list, create engaging email messages, and convert contacts into customers, using industry-leading GetResponse features. Table of

More information

-CONTINUE ON NEXT PAGE-

-CONTINUE ON NEXT PAGE- Page 1 How to Send an Email STEP 1- Login to your Participant Center STEP 2- On your Participant Center home page and click Email tab to access the Email functionality. Page 2 STEP 3-Select an email message

More information

Websites. Version 1.7

Websites. Version 1.7 Websites Version 1.7 Last edited 15 Contents MyNetball Information...3 Websites...4 Web packages...4 Setting up the layout...5 Uploading files and images...6 Using Dropbox to Increase your Website Data...7

More information

Sign-up Forms Builder for Magento 2.x. User Guide

Sign-up Forms Builder for Magento 2.x. User Guide eflyermaker Sign-up Forms Builder 2.0.5 for Magento 2.x User Guide 2 eflyermaker Dear Reader, This User-Guide is based on eflyermaker s Signup-Form Builder Plugin for Magento ecommerce. What follows is

More information

Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release

Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release 9.0. 1 At the end of this course, you will be able to discuss

More information

Product Backlog Document Template and Example

Product Backlog Document Template and Example Product Backlog Document Template and Example Introduction 1. Client Information (Name(s), Business, Location, contact information) 2. Team Information Team Member Names (contact information) 3. Project

More information

Surface Documentation

Surface Documentation Surface Documentation A fully responsive magazine and blogging WordPress theme credit... Surface is a fully responsive magazine and blogging WordPress theme, built in a timeless and dynamic style. Surface

More information

A quick guide to... Permission: Single or Double Opt-in?

A quick guide to... Permission: Single or Double Opt-in? A quick guide to... Permission: Single or Double Opt-in? In this guide... Learn how to improve campaign results by sending new contacts a confirmation email to verify their intention to join. Table of

More information

Advanced Newsletter Getting Started. How to install extension. How to upgrade extension

Advanced Newsletter Getting Started. How to install extension. How to upgrade extension Advanced Newsletter 1.0.0 Getting Started Welcome to the Advanced Newsletter Documentation. Whether you are new or an advanced user, you can find useful information here. Next steps: How to install extension

More information

G-Lock EasyMail7. Startup Guide. Client-Server Marketing Solution for Windows. To learn more about G-Lock EasyMail7, visit

G-Lock EasyMail7. Startup Guide. Client-Server  Marketing Solution for Windows. To learn more about G-Lock EasyMail7, visit G-Lock EasyMail7 Client-Server Email Marketing Solution for Windows Startup Guide 1 Table of Contents This document is your startup guide for G-Lock EasyMail7 product. It is designed to provide you with

More information

Content Management System Solution White Paper

Content Management System Solution White Paper Content Management System Solution White Paper TABLE OF CONTENTS CMS Primer...1 CMS Overview...2 Authoring Tools & Features...3 Frequently Asked Questions...4 Component Feature Breakdown...5 Screens &

More information

Custom Fields in QuickBooks

Custom Fields in QuickBooks Custom Fields in QuickBooks November 20, 2013 By Charlie Russell 41 Replies Every business has some sort of unique information that is important to its operation. While QuickBooks Desktop provides the

More information

WPI Project Center WordPress Manual For Editors

WPI Project Center WordPress Manual For Editors WPI Project Center WordPress Manual For Editors April 17, 2015 Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Adding

More information

Windows Intune Trial Guide Getting the most from your Windows Intune trial. Simplify PC management. Amplify productivity.

Windows Intune Trial Guide Getting the most from your Windows Intune trial. Simplify PC management. Amplify productivity. Windows Intune Trial Guide Getting the most from your Windows Intune trial. Simplify PC management. Amplify productivity. CONTENTS 2 Overview 2 Trial Setup 3 Getting Started with the Administration Console

More information

How APEXBlogs was built

How APEXBlogs was built How APEXBlogs was built By Dimitri Gielis, APEX Evangelists Copyright 2011 Apex Evangelists apex-evangelists.com How APEXBlogs was built By Dimitri Gielis This article describes how and why APEXBlogs was

More information

Administration. STILOG IST, all rights reserved

Administration. STILOG IST, all rights reserved 2 Table of Contents I. Admin Center... 1 1. ACCESS... 1 Starting the Admin Center application... 1 2. General Settings... 2 Home page... 3 Client... 4 Application... 5 VPPortal... 6 3. Password Configuration...

More information

MailChimp mailer integration with Bitrix24. About the App. Before you ll start to use the App, you should sign up to Bitrix24 (

MailChimp mailer integration with Bitrix24. About the App. Before you ll start to use the App, you should sign up to Bitrix24 ( About the App Before you ll start to use the App, you should sign up to Bitrix24 (https:// www.bitrix24.com/) and Mailchimp (https://login.mailchimp.com/signup, http:// kb.mailchimp.com/accounts/account-setup/create-an-account),

More information

A quick guide to. Getting Started

A quick guide to. Getting Started A quick guide to Getting Started World s Easiest Email Marketing. In this guide... Learn how to build your list, create engaging email messages, and convert contacts into customers, using industry-leading

More information

Information Technology Web Solution Services

Information Technology Web Solution Services Information Technology Web Solution Services Icetech, Inc. HUBZONE (410) 225-3117 (410) 225-3120 Fax webmaster@icetech.net http://www.icetech.net Contents EXECUTIVE SUMMARY... 2 OUR SERVICES INCLUDE:...

More information

SQL Deluxe 2.0 User Guide

SQL Deluxe 2.0 User Guide Page 1 Introduction... 3 Installation... 3 Upgrading an existing installation... 3 Licensing... 3 Standard Edition... 3 Enterprise Edition... 3 Enterprise Edition w/ Source... 4 Module Settings... 4 Force

More information

inforouter V8.0 Implementation Guide Active Innovations, Inc. A Document Management Company

inforouter V8.0 Implementation Guide Active Innovations, Inc. A Document Management Company inforouter V8.0 Implementation Guide www.inforouter.com inforouter V8.0 implementation Guide This guide will take you through the step-by-step installation procedures required for a successful inforouter

More information

for Theme design, code and documentation authored by R.Bhavesh for

for Theme design, code and documentation authored by R.Bhavesh for for SimpleSite-01 An advanced wordpress theme that helps everyone build a portfolio/showcase or create product site in minutes, saves weeks of time, maintaining top notch standards-compliant quality. Theme

More information

Instructions for Editing in the new System DNN9 the Upgrade from DNN8

Instructions for Editing in the new System DNN9 the Upgrade from DNN8 Instructions for Editing in the new System DNN9 the Upgrade from DNN8 We all hate change, but going forward is the best way to go. Security needs to be top of the range and your websites need to be faster

More information

Data Automator Installation and Getting Started Guide

Data Automator Installation and Getting Started Guide Data Automator Installation and Getting Started Guide Contents Introduction... 3 Minimum Requirements... 4 Supported Operating Systems... 4 Other requirements... 4 Installation... 5 Configuration Folder

More information

A guide to GOOGLE+LOCAL. for business. Published by. hypercube.co.nz

A guide to GOOGLE+LOCAL. for business. Published by. hypercube.co.nz A guide to GOOGLE+LOCAL for business Published by hypercube.co.nz An introduction You have probably noticed that since June 2012, changes have been taking place with the local search results appearing

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

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2017" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

Colligo Contributor Pro 4.4 SP2. User Guide

Colligo Contributor Pro 4.4 SP2. User Guide 4.4 SP2 User Guide CONTENTS Introduction... 3 Benefits... 3 System Requirements... 3 Software Requirements... 3 Client Software Requirements... 3 Server Software Requirements... 3 Installing Colligo Contributor...

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

Trellis Magento 2 Salsify Connector

Trellis Magento 2 Salsify Connector Trellis Magento 2 Salsify Connector Version 0.x 09/01/2018 Table of Contents Introduction 3 Overview 3 Purpose of The Magento 2 Salsify Connector 3 Compatibility 4 Installation & Configuration 5 Magento

More information

Manually Using Cpanel

Manually Using Cpanel How To Install Module Joomla 2.5 Template Manually Using Cpanel In this tutorial, we will show you how to manually install Joomla 2.5. At the time of this Now that you have download joomla, upload the

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information