Smart Mailer - Send mail to one recipient

Size: px
Start display at page:

Download "Smart Mailer - Send mail to one recipient"

Transcription

1 Smart Mailer ASP Tutorials Smart Mailer - Send mail to one recipient...1 How do you send mail to one recipient when form is submitted?...1 How to do it...1 Smart Mailer - Send mail to multiple recipients...5 How do you send mail to multiple recipients when form is submitted...5 How to do it...5 Smart Mailer - Send mail with attachment from list...8 How do you send mail to one recipient with an attachment from list...8 How to do it...9 Smart Mailer - Send mail with attachment from recordset...11 How do you send mail to one recipient with an attachment...11 How to do it...11 Smart Mailer - Send mail to one recipient How do you send mail to one recipient when form is submitted? You created a simple contact us form and would like to have the results of the form ed to you. In this tutorial we will create a simple contact form and when the user submits the form results will be mailed to you. How to do it 1. Open page Open your asp file that will display the contact form. I have created a form with the following fields: Name, Company, , Question/Concern. Page 1 of 14

2 2. Create your variables To be able to the content of the form, you need to create variables for the different fields and bind them to the form. I have named my textfields according to the info needed like name, company, and question. Click on the Bindings tab and the + sign. Select Request Variable, choose Request.Form and fill in the name of your fields. Do this for each field, so four times. In the Bindings you will see this: 3. Apply Smart Mailer extension: Main You can find the Smart Mailer extension under Server Behaviors DMXzone Smart Mailer. There are 4 tabs: Main, Content, Attachments, Setup. Main: Here you can enter where the mail is coming from and where it is going to. For this tutorial I selected One Receiver. In the Submitting choose on any form submit. This will send the mail as soon as a user hits the submit button. Click on the lightning bolts for the dynamic data for the From Name and Page 2 of 14

3 4. Apply Smart Mailer: Content In Subject I choose to select the company name as dynamic data. In Body I choose Static text/html. This will send a mail with the name, company, and question he/she has in the mail body. You do not have to enter <br> after each line. It will be automatically done. Page 3 of 14

4 5. Apply Smart Mailer: Attachments No attachments added for this tutorial. 6. Apply Smart Mailer: Setup There are four components: CDO (WinXP/Win2000), CDONTS (NT4/Win2000), JMail and ASP . The Ignore errors can be checked when you want the mail to continue even though there is an address that is incorrect. The Timeout in seconds can be adjusted to your own needs, defaults at 300. In Redirect select the URL users will be directed to after they submit the form. In this case a thank you page. Page 4 of 14

5 7. Click OK Click the OK button to apply the Smart Mailer extension. A message box will appear that the file incsmartmailer.asp has been copied into your scriptlibrary folder. Make sure you upload the file to the server. Smart Mailer - Send mail to multiple recipients How do you send mail to multiple recipients when form is submitted You created a newsletter and would like to send it to multiple people from a database. In this tutorial I will show you how to set up an application that will send personalized template to multiple recipients. How to do it 1. Open page Open your asp file that displays a form with a submit button that you will use to send the newsletter. Page 5 of 14

6 2. Create a recordset To be able to to multiple recipients from a database, you need to create a recordset. Open the Server Behaviors Panel Click on the + Recordset. 3. Apply Smart Mailer extension: Main You can find the Smart Mailer extension under Server Behaviors DMXzone Smart Mailer. There are 4 tabs: Main, Content, Attachments, Setup. Main: Here you can enter where the mail is coming from and where it is going to. In this case we are going to send a newsletter from DMXzone. Select Multiple Receivers. Choose the recordset and fields for name and . In the Submitting choose on any form submit. This will send the mail as soon as a user hits the submit button. Page 6 of 14

7 4. Apply Smart Mailer: Content In Subject I choose to select the name of the recipient as dynamic data with Hello,... here us our newsletter. Content Type is HTML, since the newsletter is HTML based. When you select the option "Embed images in " all the images in the newsletter will be send with the mail, making the mail larger. Not selecting this option will result in the recipient not seeing the images if they are not connected to the internet. In Body I choose Template. I choose the newsletter file. 5. Apply Smart Mailer: Attachments Page 7 of 14

8 No attachments added for this tutorial. 6. Apply Smart Mailer: Setup There are four components: CDO (WinXP/Win2000), CDONTS (NT4/Win2000), JMail and ASP . Select the Server Component you are using. I checked the option Ignore errors so the process of sending the newsletter will keep going no matter what. I increased the Timeout to give the process enough time to complete. Let's show a progress bar during the process. We selected multiple receivers and through the submit button. In Redirect select the URL you will be directed to after the newsletter has been send. 7. Click OK Click the OK button to apply the Smart Mailer extension. A message box will appear that the files incsmartmailer.asp, cool_green_progress.htm and cool_green_progress.swf have been copied into your scriptlibrary folder. Make sure you upload the file to the server. Smart Mailer - Send mail with attachment from list How do you send mail to one recipient with an attachment from list You have created a website and every time someone registers you would like to receive an with the information attached. Page 8 of 14

9 How to do it 1. Open page Open your asp file that will display the registration form. 2. Apply Smart Mailer extension: Main You can find the Smart Mailer extension under Server Behaviors DMXzone Smart Mailer. There are 4 tabs: Main, Content, Attachments, Setup. Main: Here you can enter where the mail is coming from and where it is going to. For this tutorial I selected One Receiver. In the Submitting choose on any form submit. This will send the mail as soon as a user hits the submit button. Click on the lightning bolts for the dynamic data for the From Name and 3. Apply Smart Mailer: Content In Subject I entered User Registration. In Body I choose Static text/html. In the body of the mail I will Page 9 of 14

10 4. Apply Smart Mailer: Attachments Click on Create your Own List, and select through the + button the attachment(s) you would like to send. 5. Apply Smart Mailer: Setup There are four components: CDO (WinXP/Win2000), CDONTS (NT4/Win2000), JMail and ASP . Select the Server Component you are using. In Redirect select the URL users will be directed to after they submit the form if needed. Page 10 of 14

11 6. Click OK Click the OK button to apply the Smart Mailer extension. A message box will appear that the file incsmartmailer.asp has been copied into your scriptlibrary folder. Make sure you upload the file to the server. Smart Mailer - Send mail with attachment from recordset How do you send mail to one recipient with an attachment You created a website where users can purchase products. You would like to send an with the invoice attached and a purchase confirmation. How to do it 1. Open page Open your asp file that will display Purchase Confirmation form. Here the user can see all the info he/she has entered and verify one last time. I assume you have a recordset and possibly session variables to hold all the info. 2. Apply Smart Mailer extension: Main You can find the Smart Mailer extension under Server Behaviors DMXzone Smart Mailer. There are 4 tabs: Main, Content, Attachments, Setup. Page 11 of 14

12 Main: Here you can enter where the mail is coming from and where it is going to. For this tutorial I selected One Receiver. In the Submitting choose on any form submit. This will send the mail as soon as a user hits the submit button. Click on the lightning bolts for the dynamic data for the From Name and 3. Apply Smart Mailer: Content In Subject I choose to select the company name as dynamic data. In Body I choose a template. They will get a copy of the confirmation mail in the body. Page 12 of 14

13 4. Apply Smart Mailer: Attachments Select Recordset. Choose the recordset to use and the filefield that contains the filename of the attachment. The invoice will be send as an attachment. 5. Apply Smart Mailer: Setup There are four components: CDO (WinXP/Win2000), CDONTS (NT4/Win2000), JMail and ASP . Select the Server you are using. I selected to use a progress bar. And a temp folder in my site for the progress bar to use. In Redirect select the URL users will be directed to after they submit the form. In this case a thank you page. Page 13 of 14

14 6. Click OK Click the OK button to apply the Smart Mailer extension. A message box will appear that the file incsmartmailer.asp and two files for the progress bar have been copied into your scriptlibrary folder. Make sure you upload the file to the server. Page 14 of 14

Table of contents. Pure PHP/ASP Upload AddOn Pack Manual DMXzone

Table of contents. Pure PHP/ASP Upload AddOn Pack Manual DMXzone Table of contents Table of contents... 1 About Pure PHP/ASP Upload Add-on Pack... 2 Features in Detail... 3 The Basics: Using Delete File(s) Before Record Server Behavior... 8 Advanced: Using Delete File

More information

Getting Started with Universal

Getting Started with Universal Getting Started with Universal Email Universal Email adds email power to your website. This Getting Started Guide shows you how to use Universal Email to enable a contact form that you have on your site,

More information

Table of contents. Zip Processor 3.0 DMXzone.com

Table of contents. Zip Processor 3.0 DMXzone.com Table of contents About Zip Processor 3.0... 2 Features In Detail... 3 Before you begin... 6 Installing the extension... 6 The Basics: Automatically Zip an Uploaded File and Download it... 7 Introduction...

More information

HTML5 Responsive Notify 2 DMXzone

HTML5 Responsive Notify 2 DMXzone Table of contents Table of contents... 1 About HTML5 Responsive Notify 2... 2 Features in Detail... 3 The Basics: Insert HTML5 Responsive Notify 2 on your Page... 10 Advanced: Retrieve your Notifications

More information

Table of contents. Pure ASP Upload 3 Manual DMXzone

Table of contents. Pure ASP Upload 3 Manual DMXzone Table of contents Table of contents... 1 About Pure ASP Upload 3... 2 Features in Detail... 3 The Basics: Uploading Files with Pure ASP Upload 3... 14 Advanced: Using Pure ASP Upload 3 with Insert Record...

More information

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual Flash Image Enhancer Manual Copyright 2009 All Rights Reserved Page 1 of 62 Index Flash Image Enhancer Manual... 1 Index... 2 About Flash Image Enhancer... 3 Features in Detail... 3 Before you begin...

More information

Table of contents. DMXzone Ajax Form Manual DMXzone

Table of contents. DMXzone Ajax Form Manual DMXzone Table of contents Table of contents... 1 About Ajax Form... 2 Features in Detail... 3 The Basics: Basic Usage of Ajax Form... 13 Advanced: Styling the Default Success and Error Message Sections... 24 Advanced:

More information

Table of contents. Ajax AutoComplete Manual DMXzone.com

Table of contents. Ajax AutoComplete Manual DMXzone.com Table of contents Table of contents... 1 About Ajax AutoComplete... 2 Features in Detail... 3 The Basics: Creating a Basic AJAX AutoComplete Field... 12 Advanced: Generating an AutoComplete Field using

More information

Table of contents. DMXzone Nivo Slider 3 DMXzone

Table of contents. DMXzone Nivo Slider 3 DMXzone Nivo Slider 3 Table of contents Table of contents... 1 About Nivo Slider 3... 2 Features in Detail... 3 Reference: Nivo Slider Skins... 22 The Basics: Creating a Responsive Nivo Slider... 28 Advanced:

More information

This FAQ is only applicable for hostings ordered after 23/6/2010

This FAQ is only applicable for hostings ordered after 23/6/2010 Webhosting FAQ This FAQ is only applicable for hostings ordered after 23/6/2010 1. How do I access my Webhosting control panel?... 1 2. On which server is my hosting set up (IP)?... 4 3. How do I install

More information

Creating Codes with Spreadsheet Upload

Creating Codes with Spreadsheet Upload Creating Codes with Spreadsheet Upload In order to create a code, you must first have a group, prefix and account set up and associated to each other. This document will provide instructions on creating

More information

Event Tickets Magento Extension User Guide Official extension page: Event Tickets

Event Tickets Magento Extension User Guide Official extension page: Event Tickets Event Tickets Magento Extension User Guide Official extension page: Event Tickets Page 1 Table of contents: 1. Event Creation........3 2. Ticket creation settings......6 3. Custom registration fields creation...8

More information

InSite Prepress Portal Quick Start Guide IPP 8.0

InSite Prepress Portal Quick Start Guide IPP 8.0 InSite Prepress Portal Quick Start Guide IPP 8.0 Exported on 05/15/2018 Table of Contents 1 What is InSite Prepress Portal?...4 2 Logging on and off...5 2.1 Checking your system configuration...5 3 Getting

More information

Table of contents. DMXzone Google Maps 2 DMXzone

Table of contents. DMXzone Google Maps 2 DMXzone Table of contents Table of contents... 1 About... 2 Features in Detail... 3 The Basics: Inserting Google Maps on a Page... 20 Advanced: Control Google Maps with Behaviors... 27 Advanced: Track Your Current

More information

FolderView DMXzone.com Folder View 2 Manual

FolderView DMXzone.com Folder View 2 Manual Folder View 2 Manual Copyright 2009 All Rights Reserved To get more go to Page 1 of 39 Index Folder View 2 Manual... 1 Index... 2 About FolderView... 3 Features in Detail... 4 Before you begin... 10 Installing

More information

Table of contents. Universal Data Exporter ASP DMXzone.com

Table of contents. Universal Data Exporter ASP DMXzone.com Table of contents About Universal Data Exporter ASP... 2 Features in Detail... 3 Before you begin... 9 Installing the extension... 9 The Basics: Exporting an HTML table... 10 Introduction... 10 How to

More information

Let your customers login to your store after pre-approval

Let your customers login to your store after pre-approval Customer Approve & Disapprove Let your customers login to your store after pre-approval Extension Specification Document Version: 2.0.0 Magento 2 Extension URL: https://www.extensionhut.com/customer-approve-disapprove-for-magento-2.html

More information

Index. Smart Image Processor 2 Manual DMXzone.com

Index. Smart Image Processor 2 Manual DMXzone.com Index Index... 1 About Smart Image Processor 2... 2 Features in Detail... 2 Before you begin... 6 Installing the extension... 7 Updating from previous versions... 7 Introduction... 7 How to do it... 7

More information

Introducing Qualtrics. A Guide to CofC s Electronic Survey Program

Introducing Qualtrics. A Guide to CofC s Electronic Survey Program Introducing Qualtrics A Guide to CofC s Electronic Survey Program Index What is Qualtrics? Creating a survey Qualtrics online tutorials My Surveys Accessing Your Surveys Closing Your Surveys Creating Your

More information

Table of contents. DMXzone Universal Form Validator ASP DMXzone.com

Table of contents. DMXzone Universal Form Validator ASP DMXzone.com Table of contents About DMXzone Universal Form Validator ASP... 2 Features in Detail... 3 Before you begin... 7 Installing the extension... 7 The Basics: Checkout Form Validation with the DMXzone Universal

More information

ecampus Submission Process

ecampus Submission Process ecampus Submission Process Progress Report Submission, and Installment Submission & Feedback 1 All Progress Reports and Installment Submissions are found on the Assignments Page. 2 Individual assignments

More information

Using the Control Panel

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

More information

1 Copyright FATbit Technologies. All Rights Reserved.

1 Copyright FATbit Technologies. All Rights Reserved. Contents 1.0 Affiliate Module... 2 1.1 Registration... 3 2.0 Sharing... 5 3.0 Profile... 5 3.1 My Account... 6 3.1.1 My Account... 6 3.1.2 Payment Information... 8 3.2 My Credits... 9 3.3 Change Password...

More information

Simple sets of data can be expressed in a simple table, much like a

Simple sets of data can be expressed in a simple table, much like a Chapter 1: Building Master and Detail Pages In This Chapter Developing master and detail pages at the same time Building your master and detail pages separately Putting together master and detail pages

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: or contact directly by

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by Countdown Anywhere for Magento User Guide version 1.0 created by IToris IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1. System Requirements... 3 2.2.

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

DropSend Getting Started Guide

DropSend Getting Started Guide DropSend Getting Started Guide DropSend. 2016 Step 1: How to send a file without registration If you want to quickly send a large file, you can do it from the homepage in just a couple of clicks. Here

More information

Server Demo Applications. Active Search Engine. Myrasoft Active Search Engine Demo Application. Demo Guide

Server Demo Applications. Active Search Engine. Myrasoft Active Search Engine Demo Application. Demo Guide Server Demo Applications Active Search Engine Myrasoft Active Search Engine Demo Application Demo Guide M Y R A S O F T A C T I V E S E A R C H E N G I N E Demo Guide All rights reserved. Myrasoft S.L.

More information

ESD Website Tutorial 1: Basic Editing. Please login to our NEW website:

ESD Website Tutorial 1: Basic Editing. Please login to our NEW website: ESD Website Tutorial 1: Basic Editing Please login to our NEW website: www.estacada.k12.or.us 1 Finding Your Login: 1) Go to your school website and log in at the top of the page 2) Log in with the same

More information

Mt. Lebanon School District 7 Horsman Drive Pittsburgh, Pennsylvania

Mt. Lebanon School District 7 Horsman Drive Pittsburgh, Pennsylvania Accessing your Individual Multimedia Area Each faculty and staff member with an individual user account will have their own space to store multimedia files. The multimedia can be easily linked to a website,

More information

Inserting an irite text editor to your to your DataAssist insert and update pages

Inserting an irite text editor to your to your DataAssist insert and update pages Inserting an irite text editor to your to your DataAssist insert and update pages This How To shows you how to add an irite text editor onto your DataAssist Insert or Update pages. Providing advanced text

More information

Private Sales & Flash Sales v4.x Configuration for Magento 2

Private Sales & Flash Sales v4.x Configuration for Magento 2 Private Sales & Flash Sales v4.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Private Sales and Flash Sales Extension 1.1. Configuring Private Sales Homepage 1.2. Configuring

More information

Notifications 4 How to set notifications for a particular item 4. s 4 How to one or more members of the committee 4

Notifications 4 How to set notifications for a particular item 4.  s 4 How to  one or more members of the committee 4 See below for a list of step-by-step guides on how to complete some common tasks on Standards Hub Committee Workspace. About Committee Workspace and Livelink Livelink is a web based collaboration and document

More information

Aitoc. Smart Reports User Manual for Magento

Aitoc. Smart Reports User Manual for Magento Smart Reports User Manual for Magento Table of Contents 1. Enabling the extension in Magento. 2. Generating a report. 3. Use case: weekly Sales by SKU via email. 4. Managing report profiles. 5. Configuring

More information

Checkout Success Page v2.x Configuration for Magento 2

Checkout Success Page v2.x Configuration for Magento 2 Checkout Success Page v2.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Checkout Success Page Extension 2. Testing Checkout Success Page for Magento 2 2.1. Preview

More information

Tutorial #2: Adding Hyperlinks to ASP.NET

Tutorial #2: Adding Hyperlinks to ASP.NET Tutorial #2: Adding Hyperlinks to ASP.NET In the first tutorial you learned how to get data from a database to an ASP.NET page using data source controls. When displayed in a browser, your page looks like

More information

Exchange Address Book Order

Exchange Address Book Order Exchange Address Book Order From your Outlook Ribbon, locate the Address Book Click on Tools, Options 3 options are available, as shown below, select Custom to arrange the order of your address books.

More information

1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear.

1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear. Creating a Webform 1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear. 2. Enter the title of the webform you would like to create

More information

Invoice QuickStart Guide

Invoice QuickStart Guide Invoice QuickStart Guide Table of Contents Working with Payment Requests Manually Creating a Payment Request from an Existing Vendor Creating a Recurring Payment Request Adding Distributions to a Payment

More information

Tutorial 8 Sharing, Integrating and Analyzing Data

Tutorial 8 Sharing, Integrating and Analyzing Data Tutorial 8 Sharing, Integrating and Analyzing Data Microsoft Access 2013 Objectives Session 8.1 Export an Access query to an HTML document and view the document Import a CSV file as an Access table Use

More information

PRODUCT QUESTIONS USER GUIDE

PRODUCT QUESTIONS USER GUIDE support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 PRODUCT QUESTIONS USER GUIDE Version 0.1.1 Product Questions 1.1 User Guide 9 Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL...

More information

Magento Extension User Guide REVIEW NEWSLETTER for Magento 2

Magento Extension User Guide REVIEW NEWSLETTER for Magento 2 Magento Extension User Guide REVIEW NEWSLETTER for Magento 2 Table of contents 1. Key Features 2. Configuration 3. Email Template 4. Leaving a Review 5. Create Reviews 6. Approving a Review 7. Troubleshoots

More information

SharePoint Document Auto Title Installation Instruction

SharePoint Document Auto Title Installation Instruction SharePoint Document Auto Title Installation Instruction System Requirements Microsoft Windows SharePoint Services V3 or Microsoft Office SharePoint Server 2007. License management Click the trial link

More information

How to Register using epay

How to Register using epay How to Register using epay Thank you for your interest in registering for an upcoming event. The following pages include how-to instructions for how to create a profile and submit payment information.

More information

XRM. Marketing Add-On for MailChimp

XRM. Marketing Add-On for MailChimp Microsoft Dynamics CRM Dynamics 365 XRM.EmailMarketing Add-On for MailChimp User Manual Contents Solution Introduction... 3 Navigating to XRM.EmailMarketingFree Solution... 3 Contacts, Leads, Accounts,

More information

Designing Your Teacher Page. Medora Community School Corporation

Designing Your Teacher Page. Medora Community School Corporation Designing Your Teacher Page Medora Community School Corporation Introduction This tutorial will show you the basics of creating and running your teacher page on the Medora Community Schools website. This

More information

Membership Portal Manual

Membership Portal Manual Membership Portal Manual Table of Contents Login... 4 Contact Tab... 6 Contact Information Dropdown...6 Features on the Contact Information Dropdown... 6 Account Information Dropdown...6 Features on the

More information

UMHS Financial Systems Workspace & Smart View Templates

UMHS Financial Systems Workspace & Smart View Templates Level 1 Password https://findatamgr.dsc.umich.edu/workspace/index.jsp What If I have a blank Homepage? Utilize the Use Current Page button to set the Home Page. Why do I not see the Preview User Point

More information

Grapevine web hosting user manual. 12 August 2005

Grapevine web hosting user manual. 12 August 2005 Grapevine web hosting user manual 12 August 2005 Grapevine web hosting user manual 2 Contents Contents... 2 Introduction... 4 System features... 4 How it looks... 5 Main navigation... 5 Reports... 6 Web

More information

Editing the Home Page

Editing the Home Page Editing the Home Page Logging on to Your Web site 1. Go to https://extension.usu.edu/admin/ 2. Enter your Login and Password. 3. Click Submit. If you do not have a login and password you can request one

More information

Picasa Photo Album using Feed Ticker Patrick Julicher Picasa Photo Album using Feed Ticker

Picasa Photo Album using Feed Ticker Patrick Julicher Picasa Photo Album using Feed Ticker Picasa Photo Album using Feed Ticker Page 1 of 10 Introduction There are many ways to create one or more great looking Photo Albums on a website. The way these albums are managed can differ greatly. Why

More information

Book IX. Developing Applications Rapidly

Book IX. Developing Applications Rapidly Book IX Developing Applications Rapidly Contents at a Glance Chapter 1: Building Master and Detail Pages Chapter 2: Creating Search and Results Pages Chapter 3: Building Record Insert Pages Chapter 4:

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

Set Your ebay Token. 1. Log into your Vendio Account and select the Preferences link on the right. 2. Choose the Preferences page for Channels.

Set Your ebay Token. 1. Log into your Vendio Account and select the Preferences link on the right. 2. Choose the Preferences page for Channels. Vendio welcomes all our new members coming from Auctiva. We ve created this step-by-step quick start guide for sellers coming from Auctiva to help you get started quickly and efficiently on the Vendio

More information

EFM Community 3.1 Portal Administration Guide

EFM Community 3.1 Portal Administration Guide EFM Community 3.1 Portal Administration Guide WHITE PAPER For technical support please call: 1-800-787-8755 Or visit: Hwww.Vovici.comH Please contact Vovici technical support if you believe any of the

More information

Customized Net Conference Powered by Cisco WebEx Technology Event Center

Customized Net Conference Powered by Cisco WebEx Technology Event Center USER GUIDE Net Conferencing h l M ti C t Customized Net Conference Powered by Cisco WebEx Technology Event Center WebEx Event Center access (first time only) Go to https://www.mymeetings.com/ Select the

More information

Kaltura Quick Start Guide

Kaltura Quick Start Guide Kaltura Quick Start Guide 1 Content Management Logging into the Kaltura Management Console (KMC) Uploading videos from your desktop to your website o Upload videos to the KMC o Embed videos on your site

More information

esupplier Connection

esupplier Connection esupplier Connection Manual Supply Management October 2016 Rev. 04 1 Table of Contents I. esupplier Connection Overview... 3 II. Work Instructions... 3 A. Getting Started... 3 1. Log In... 3 B. Navigating

More information

Mail Merge for Gmail v2.0

Mail Merge for Gmail v2.0 The Mail Merge with HTML Mail program will help you send personalized email messages in bulk using your Gmail account. What can Mail Merge for Gmail do? You can send messages in rich HTML, the message

More information

Adobe Dreamweaver CS5 Tutorial

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

More information

FAQ Frequently Asked Questions

FAQ Frequently Asked Questions Supplier Portal Fehrer Group FAQ Frequently Asked Questions F.S. Fehrer Automotive GmbH & Co KG Heinrich Fehrer Straße 1-3 97456 Kitzingen Version of 13.05.16 Page 1 of 10 Content 1 GENERAL QUESTIONS...

More information

Routing a BennyBuy Access Form Using DocuSign

Routing a BennyBuy Access Form Using DocuSign Routing a BennyBuy Access Form Using DocuSign Become a DocuSign sender If you have not already done so, review the overview, signing and sending videos on the Resources/Senders page of the OSU DocuSign

More information

SureClose Advantage. Release Notes Version

SureClose Advantage. Release Notes Version SureClose Advantage Release Notes Version 2.1.000 Table of Contents Overview...1 Post-Installation Considerations... 1 Features and Functionality...3 What s New in this Release... 3 Import Files, Parties

More information

How to add content to your course

How to add content to your course How to add content to your course To start adding content to your course, you need to turn the editing on the editable page of your course will display. and You can now choose between 2 ways of uploading

More information

Getting Started with Pro Maps for Google

Getting Started with Pro Maps for Google Getting Started with Pro Maps for Google This Getting Started Guide shows you how to get up and running with Pro Maps for Google. This Dreamweaver extension allows you to add static and dynamic maps to

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

Sliding PayPal Shopping Cart 2 DMXzone

Sliding PayPal Shopping Cart 2 DMXzone Table of contents Table of contents... 1 About Sliding PayPal Shopping Cart 2... 2 Features in Detail... 3 The Basics: Use Sliding PayPal Shopping Cart 2 on your Page... 21 Advanced: Different Options

More information

Instructions: DRDP Online Child Upload

Instructions: DRDP Online Child Upload Instructions: DRDP Online Child Upload Version 1.00 10/29/2018 Table of Contents Introduction... 2 Upload Roles... 2 Upload Template... 2 Entering Data into the Template... 3 Uploading to DRDP Online...

More information

All form templates are listed in a left-side menu in 'Forms' section, where you can also create a new form with a help of the blue button. (8.1.

All form templates are listed in a left-side menu in 'Forms' section, where you can also create a new form with a help of the blue button. (8.1. 8. Contact forms In this chapter you will learn how to create a contact form for your TYPO3 website. With this form you are able to add/edit the fields, set a receiving e-mail address and redirect to a

More information

Table of contents. DMXzone Calendar DMXzone.com

Table of contents. DMXzone Calendar DMXzone.com Table of contents Table of contents... 1 About DMXzone Calendar... 2 Features in Detail... 3 Before you begin... 11 Installing the extension... 11 The Basics: Creating a Form that includes the DMXzone

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

Questionnaire 4.0 Setup Guide 2006/4/14

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

More information

ADOBE DREAMWEAVER CS4 BASICS

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

More information

Flash MP3 Player DMXzone.com Flash MP3 Player Manual

Flash MP3 Player DMXzone.com Flash MP3 Player Manual Flash MP3 Player Manual Page 1 of 16 Index Flash MP3 Player Manual... 1 Index... 2 About Flash MP3 Player... 3 Features in Detail... 3 Before you begin... 7 Installing the extension... 7 Creating a MP3

More information

Microsoft Expression Web Basics of Creating a Web Site

Microsoft Expression Web Basics of Creating a Web Site Information Technology Department Pyle Center 1204 Wilmington College Wilmington, OH 45177 (800) 341-9318, ext. 459 helpdesk@wilmington.edu Microsoft Expression Web Basics of Creating a Web Site The first

More information

Module 3: Changes and Correspondence

Module 3: Changes and Correspondence Table of Contents Module 3: Changes and Correspondence Module 3 Objective: Covers how to request application changes and communicate with study team, core staff and reviewers. Important Points: eresearch

More information

ParticleLoad Documentation

ParticleLoad Documentation ParticleLoad Documentation Release 1.0 Webmaster June 12, 2016 Contents 1 Installation 3 1.1 Extract ParticleLoad........................................... 3 1.2 Getting Your Steam API Key......................................

More information

Creating More Detailed Forms

Creating More Detailed Forms Creating More Detailed Forms Chapter 5 When databases become larger it is necessary to be able move fields anywhere on the screen so that all the data can be clearly displayed. Access allows you to produce

More information

Consulting Service Delivery in Office 365

Consulting Service Delivery in Office 365 Consulting Service Delivery in Office 365 User Guide For Network Consultants User Guide Content 1. Introduction 2. Minimum System Requirements 3. How to start 4. How to connect to Office 365 for the first

More information

Café Soylent Green Chapter 12

Café Soylent Green Chapter 12 Café Soylent Green Chapter 12 This version is for those students who are using Dreamweaver CS6. You will be completing the Forms Tutorial from your textbook, Chapter 12 however, you will be skipping quite

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

So You Want To Throw A Party? How to create ticket links in NeonCRM for CSPC Events

So You Want To Throw A Party? How to create ticket links in NeonCRM for CSPC Events So You Want To Throw A Party? How to create ticket links in NeonCRM for CSPC Events Background: We use our Neon CRM software to create ticket links for our events Using NeonCRM to create our ticket links

More information

Here are the steps in downloading the HTML code for signatures:

Here are the steps in downloading the HTML code for  signatures: I. INTRODUCTION This is a guide on how you download and then install the BBB dynamic seal into your email signature. Note that the code for this type of seal is very modified to work in email and not use

More information

Administrator Training

Administrator Training Administrator Training Brenda Lundeen Micronet, Inc. ChamberMaster and MemberZone are services of MicroNet, Inc. micronetonline.com chambermaster.com memberzone.com Michelle Bursch Micronet, Inc. ChamberMaster

More information

What is CBAS web? Overview on CBAS web for Access Control Systems:

What is CBAS web? Overview on CBAS web for Access Control Systems: What is CBAS web? CBAS web is a tool that can be used to program data to a CBAS system via the web. CBAS web can also be used to display a live feed of the CBAS system via the web. It should be understood

More information

erequest How to apply guide

erequest How to apply guide Overview is an application that assists UCB in request life cycle management. UCB has clear guidance in place on what they can support or sponsor. Online requests will go through an internal review and

More information

MS Addons Smart Open. User Guide Smart Open

MS Addons Smart Open. User Guide Smart Open User Guide Smart Open 1 Overview Smart Open feature enables the user to search a project in the project server. Besides, it contains all the regular capabilities offered by the default open dialog box.

More information

Customized Net Conference Powered by Cisco WebEx Technology Training Center

Customized Net Conference Powered by Cisco WebEx Technology Training Center USER GUIDE Verizon Net Conferencing h l M ti C t Customized Net Conference Powered by Cisco WebEx Technology Training Center WebEx Training Center access (first time only) Go to http://verizonbusiness.com/conferencing

More information

ishipdocs User Guide

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

More information

User Manual. DocKIT for SharePoint

User Manual. DocKIT for SharePoint User Manual DocKIT for SharePoint-2003 ------------------------------------------------------------------ Table of Contents 1 DocKIT Introduction 1 1.1 About DocKIT 1 1.2 DocKIT Primer 2 1.3 Who can Use

More information

Once the Google Analytics reports are loaded you will have the following tabs: Traffic Overview, Top Pages, Referrers, Devices, and Locations.

Once the Google Analytics reports are loaded you will have the following tabs: Traffic Overview, Top Pages, Referrers, Devices, and Locations. Google Analytics for Websites The Google Analytics tab in the top tool bar of your website will allow you to view the Google Analytics for your website. Login to your website and select the Google Analytics

More information

Table of contents. DMXzone Google Maps Manual DMXzone.com

Table of contents. DMXzone Google Maps Manual DMXzone.com Table of contents Table of contents... 1 About DMXzone Google Maps... 2 Features in Detail... 3 The Basics: Insterting DMXzone Google Maps on a Page... 16 Advanced: Creating Dynamic DMXzone Google Maps...

More information

Flickr Photo Album using Feed Ticker Patrick Julicher Flickr Photo Album using Feed Ticker

Flickr Photo Album using Feed Ticker Patrick Julicher Flickr Photo Album using Feed Ticker Flickr Photo Album using Feed Ticker Page 1 of 12 Introduction There are many ways to create one or more great looking Photo Albums on a website. The way these albums are managed can differ greatly. Why

More information

Working with Images 1 / 12

Working with Images 1 / 12 V2 APRIL 2017 1 / 12 To brighten up your website it is often nice to have images inserted onto various pages of your website. We have an easy option to size these photos on your page, as well as aligning

More information

Headquarters. You will be able to login or request login info if forgotten. Start by logging in to your profile

Headquarters. You will be able to login or request login info if forgotten. Start by logging in to your profile Headquarters Start by logging in to your profile There are two ways to log in to your headquarters at the top of the page. 1. Hover over Fundraising Tools and click on Log In to Your Headquarters OR 2.

More information

COUPONPAQ ADMIN USER GUIDE

COUPONPAQ ADMIN USER GUIDE COUPONPAQ ADMIN USER GUIDE -2- Overview THANK YOU FOR CHOOSING COUPONPAQ SOFTWARE COUPONPAQ platform is the No 1 feature packed coupon distribution software on the market. It creates an effective incentive

More information

Guidelines for uploading and downloading documents through Logicaldoc

Guidelines for uploading and downloading documents through Logicaldoc 1: Logging in into Logicaldoc 1.1 Use this URL for login: http://172.16.2.9:8080/logicaldoc/ 2.1 Enter login id and password and click on Sign In Following window will appear after logging in: 2: Creating

More information

SEGPAY WooCommerce Plugin SETUP

SEGPAY WooCommerce Plugin SETUP SEGPAY WooCommerce Plugin SETUP Client Documentation Version 1.1 May 11, 2017 Table of Contents Version Tracking... 3 Summary... 4 Pre-Installation Checklist... 4 Plugin Installation... 5 Testing... 9

More information

You can use Dreamweaver to build master and detail Web pages, which

You can use Dreamweaver to build master and detail Web pages, which Chapter 1: Building Master and Detail Pages In This Chapter Developing master and detail pages at the same time Building your master and detail pages separately Putting together master and detail pages

More information

Making online easy. Cube Reviews User Guide

Making online easy. Cube Reviews User Guide Making online easy Cube Reviews User Guide Introduction page Funnel How to Link Your Review Sites page How to Customise Funnel Content page How to Customise Funnel Set-Up page 7 Widgets page 8 Invites

More information