MailForm Copyright 2000 Left Side Software Pty Ltd

Size: px
Start display at page:

Download "MailForm Copyright 2000 Left Side Software Pty Ltd"

Transcription

1 MailForm Copyright 2000 Left Side Software Pty Ltd Current Version : 1.96

2 Licence Policy and Copyright Notice This program is distributed under the Shareware concept. You may try the fully functional evaluation version of MailForm for up to 30 days before you have to purchase the software. When you register, you will be given priority when asking for technical support, and also receive notification of new releases of this and other software. The MailForm base registration fee is $US This gives you a licence entitling you to use MailForm for one domain only. You can use as many different forms as you like, but they must all be within the one domain. Note that this applies to third-level as well as second-level domains. If you wish to use MailForm on multiple domains, for example if you are a web hosting provider, then you need to purchase one domain licence for each additional domain. The fee for this is $US per additional domain. We are also happy to negotiate bulk discounts for more than 25 domains. Please see for more information on registration, or jpotter@lss.com.au The MailForm software and this documentation are Copyright 2000 Left Side Software Pty Ltd. All rights reserved. Left Side Software Pty Ltd PO Box 2252 Strawberry Hills, NSW 2012 Australia i

3 Table Of Contents Licence Policy and Copyright Notice...i 2. Installing MailForm Using MailForm Configuring MailForm with the _1_ fields _1_MailTo _1_MailServer _1_MailSubject _1_MailFrom _1_CCMailFrom _1_INIFile _1_MailTemplate _1_MailIntro _1_SuccessDocument, etc _1_SortFields _1_TextLog, _1_HTMLLog, _1_CommaDelimitedLog _1_StripEmptyFields _1_NoHotmail _1_AcceptedCards _1_AcceptEmptyCardField _1_FileUploadLimit Other field prefixes The MailForm.INI file Frequently Asked Questions...26 ii

4 1. Introduction MailForm is an easy-to-use and highly configurable CGI program for Windows that sends the results of a submitted form as an message. MailForm requires that there be a SMTP mail server accessible from the web server machine in order to send the . Some of the features of MailForm include: - Highly configurable using hidden form tags or an external INI file - Validity checking for any field (data supplied, valid address, etc) - Valid credit card number checking - Able to block certain types of credit card (eg, if you don t accept Diners) - Able to reject anonymous addresses like Hotmail - Can be made to reject unauthorised use to prevent other people using your copy of MailForm for their own forms - Text, HTML and comma-delimited logging capabilities - Conditional redirection based on the value supplied in specified fields - File upload supported using the INPUT TYPE=FILE tag Please note : MailForm requires Windows 95, 98, Millenium, NT 4.0, Win2000 or later to run. It will not run on a Unix/Linux based web server. 1

5 2. Installing MailForm Installing MailForm is simple provided you know your way around your web server. The MailForm executable (mailform.exe) must be copied into the cgi-bin directory for your web server. For example, on a system running Microsoft IIS, this directory might be: c:\inetpub\wwwroot\cgi-bin The location may be different on your system, however. If you don t know, ask your network administrator. If you have never installed a CGI script on your web server before, you may need to adjust the permissions settings to allow the script to be executed. Briefly, you need to configure the permissions for the cgi-bin virtual directory to allow Run & Execute. This must be modified within IIS itself, and may also need to be set for the physical cgi-bin directory through NTFS. Contact your network administration for help with this if you are having trouble. 2

6 3. Using MailForm Assuming you already have a form created, the first step is to assign MailForm as the action for your form. If you are using an HTML editor like FrontPage, this will probably be configured through a GUI. The HTML code needed looks like this: <form action= /cgi-bin/mailform.exe method= post > If you are going to be using the File Upload functionality of MailForm (described later), you also need to set the encoding type of the form, like this: <form action= /cgi-bin/mailform.exe method= post enctype="multipart/form-data"> If you do not specifically set the encoding type, it defaults to x-url-encoded which is fine for most forms but doesn t handle file upload. 3

7 4. Configuring MailForm with the _1_ fields MailForm is primarily controlled by the use of hidden fields within the form. These are fields that have a name and a value like any other field, but are not actually displayed to the user. The hidden field configuration system is extremely flexible as it allows every form that you use with MailForm to have its own configuration. Using hidden fields can cause a small security risk, however, so you can also elect to use an INI file to configure MailForm s behaviour. This is described later. All MailForm configuration fields begin with an underscore character, a number, and then another underscore (eg _1_). This identifies them as a MailForm field, and the number is a code used to identify the particular type of field. Currently there are five different type of MailForm fields: _ _ System Field. This is used to control MailForm s behaviour. Ignore Field. Any field with this prefix will be excluded from the that is sent. Credit Card Field. Used to check for a valid credit card number. Required Field. MailForm will complain if a field with this prefix is not filled in. Field. Used to check for a valid address. If you are using Java or VB scripting you may encounter problems using fields that begin with underscore characters. In this case, you can replace the underscores with the letter x for example, x1x is equivalent to _1_. The System fields are the primary configuration fields of MailForm. The fields available are: _1_MailTo _1_MailServer _1_MailSubject _1_MailFrom _1_CCMailFrom _1_INIFile _1_MailTemplate _1_MailIntro _1_SuccessDocument _1_FailureDocument _1_InvalidCardDocument _1_RequiredFieldDocument _1_CardNotAcceptedDocument _1_Invalid Document _1_NoHotmailDocument _1_BadRefererDocument _1_ConditionalSuccessDocument _1_FileTooBigDocument _1_SortFields _1_TextLog _1_HTMLLog _1_CommaDelimitedLog _1_StripEmptyFields _1_NoHotmail _1_AcceptedCards _1_AcceptEmptyCardField _1_FileUploadLimit Address to the results to SMTP server Subject line of the Address is to come from is also sent to the address in _1_MailFrom Specifies an alternative ini file to use Specifies a template to generate the message with Sets the introduction line (header) URL to return if the operation succeeds URL to return if the operation fails URL to return for an invalid credit card number URL to return if a required field is missing URL to return for a credit card that's not accepted URL to return for an invalid address URL to return for a rejected anonymous address URL to return when the form is "referred" by an unauthorised host Conditionally redirect to a different document on success URL to return when an uploaded file exceeds the size limit you have set Set this field to cause fields to be sorted in the Set this to log all form submissions to a text file Set this to log all form submissions to an HTML file Set this to log all form submissions to a commadelimited text file Set this to cause empty fields to be removed from the Set this to reject anonymous "hotmail" addresses Set this to specify the credit cards accepted Will accept an empty _3_ field as valid Used to limit the size of uploaded files 4

8 4.1 _1_MailTo This field is possibly the most important field in the form, as it is where you specify the address that the message is sent it. It must be a valid address, or the form submission will fail. This field can contain multiple addresses, each separated by commas. The contents of the will be sent to each of the addresses in turn. You can also have more than one _1_MailTo field on the one form. This lets you, for instance, have one hard-coded address (supplied as a hidden field) and a user-editable address (supplied as a text field) on the same form. none Example: <input type= hidden name= _1_MailTo value= sales@mycompany.com > Yes. 5

9 4.2 _1_MailServer This field must be set to the address of the SMTP mail server you are using to send the . You can specify this as either a name or IP address. Form submission will fail if this field is not supplied, or if the value is incorrect. You must also make sure that the mail server you are using is actually configured to accept mail from your web server machine. Something else to be aware of is that in these days of rampant spam, many mail servers are configured to only forward mail to certain addresses, and to only accept mail from certain people. If you find that your form s aren t getting through, the first thing to check is if the SMTP server actually allows you to send the mail that you are trying to send. none Example: <input type= hidden name= _1_MailServer value= smtp.mycompany.com > Yes. 6

10 4.3 _1_MailSubject This field lets you configure the subject line of the s that MailForm sends. If you do not supply this field, a default value is used. MailForm Form Results Example: <input type= hidden name= _1_MailSubject value= Sales Order From Website > No. 7

11 4.4 _1_MailFrom This field lets you set the from address of the message. This field does not have to be provided, but if it is, it must be a valid address (that is, it must contain exactly character). Most mail servers will reject messages with an invalid from address. The default from address, if you do not supply one, is set to mailform@lss.com.au. Some people see this and instantly become afraid that we are somehow intercepting your information. Rest assured, no data is sent to our servers at all. This address is used only if you don t provide one, and only because there has to be a valid from address for to work. We can t stress strongly enough, however, that you should set the from address. We often (ie, all the time) receive from people who are using MailForm (and probably had it set up for them by someone who didn t read the instructions). The ed forms they are receiving have mailform@lss.com.au as the from address, but they don t notice that and instead try to reply to the message. This, of course, sends the reply to us instead of the intended recipient, who is often a customer. We could have built up quite a mailing list (and collection of credit cards numbers) from this had we been so inclined. Set the from address! Set the from address! Set the from address! If you want the message to appear to come from the user who actually submitted the form, you actually need to use two separate fields. The first field should be a normal text field (with or without a _5_ prefix) to enable the user to enter their address. The second should be the _1_MailFrom field, with the value set to the name of the first field. That is, the _1_MailFrom field can either be set to a valid address, or to the name of another field in the form. In the latter case, MailForm will use the value of the referred to field as the from address of the mail. Perhaps the following examples will explain this better :-) Example 1: Example 2: mailform@lss.com.au <input type= hidden name= _1_MailFrom value= onlinesales@mycompany.com > <input type= text name= _5_ > <input type= hidden name= _1_MailFrom value= _5_ > No (but please set it anyway). 8

12 4.5 _1_CCMailFrom If this field is set (the value doesn t matter), then MailForm will send a copy of the message to the from address that you have configured with _1_MailFrom. None. Example: <input type= hidden name= _1_CCMailFrom value= 1 > No. 9

13 4.6 _1_INIFile The INI file, which is a supplementary as well as alternative configuration method to the hidden fields system, is described in a later section. This field lets you configure the name of the INI file to use. You can specify just a filename, in which case MailForm will attempt to find the file by itself, or you can specify a full DOS path. You can not specify this as a URL (that is, ). If you do not specify the full path, MailForm will search for the file in several places, including the cgi-bin directory, the current directory (depends on the web server, but often the root of the web), the Windows directory and so on. It is often more reliable to provide the full DOS path to the file, so that MailForm knows exactly where to look. You must also make sure that the permissions are set correctly to allow MailForm to read the file. Example: mailform.ini <input type= hidden name= _1_INIFile value= c:\inetpub\wwwroot\templates\formtemplate.txt > No. 10

14 4.7 _1_MailTemplate Normally, MailForm simply generates the that it sends by putting one field value on each line, in the order they appear in the form (although this can be overridden by sorting). However, using the _1_MailTemplate field, you can specify an external template file that is used to generate the message. This allows you to control precisely the output of the . If you want to use a template, set the value of this field to the name of the external template file. Only plain text files are supported as templates which means the filename must end in a.txt extension. You can specify just a filename, in which case MailForm will attempt to find the file by itself, or you can specify a full DOS path. You can not specify this as a URL (that is, ). If you do not specify the full path, MailForm will search for the file in several places, including the cgi-bin directory, the current directory (depends on the web server, but often the root of the web), the Windows directory and so on. It is often more reliable to provide the full DOS path to the file, so that MailForm knows exactly where to look. You must also make sure that the permissions are set correctly to allow MailForm to read the file. You must use a text editor such as Notepad to create the template file. The format is fairly straightforward: plain-text, with embedded codes which control the output of form field values. Here is an example of a simple template file: Test Template File. Submitted at %MF_DATE% from %MF_REMOTE_ADDR%. Name: %Name% Address: %Address% As you can see, to insert a form field value in the you enclose the value name with percentage signs. Any field in the form, including hidden fields, can be used in the template. There are also several predefined values which can be used: %MF_DATE% %MF_REMOTE_ADDR% %MF_REMOTE_USER% %MF_USER_AGENT% %MF_UNIQUE_ID% Date and time of form submission User's IP address Remote user The HTTP client used (web browser) Unique ID number this generates a number which is unique to each invocation of MailForm. You can use this to generate a tracking or serial number for the message Values inserted in the can be left or right padded with spaces. This is useful for lining up multiple fields. To pad a field, use the following notation: %[-]xx.name% The - sign is optional; if specified, it indicates left padding instead of right. xx is the number of spaces, and name is the value name as usual. For example, %-20.Address% %32.Phone% The field would be left padded to be 20 characters wide The field would be right padded to be 32 characters wide There is also a * marker, which is used for multi-line text fields. When specified, it causes all lines on the field after the first one to be automatically aligned with the first line. For example, %*Comments% %Comments% Properly align a multi-line text field Multi-line field would not be aligned properly 11

15 4.8 _1_MailIntro This field allows you to change the introduction line of mail messages that MailForm sends. The default introduction line includes the IP address and date and time of submission. Using this field, you can configure to display additional information or change it altogether. The value of this field is a string which can contain special codes to embed information in the introduction string. The available codes are: %1 Date and time of form submission %2 User s IP address %3 Remote user %4 The HTTP client used (web browser) %5 Unique ID number this generates a number which is unique to each invocation of MailForm. You can use this to generate a tracking or serial number for the message Example: Submitted at %1 from %2 <input type= hidden name= _1_MailIntro value= Form submitted from %2 using %4 at %1 > No. 12

16 4.9 _1_SuccessDocument, etc. The _1_xxxxxDocument fields all allow you to provide a URL that MailForm redirects the user to, based on the result of the form submission. The value of the fields must be a URL, either relative or absolute. It can not be a filename. Ordinarily you will provide at a minimum the _1_SuccessDocument field. If you do not provide a URL for a given document, a default message is shown to the user however this is very basic and looks unprofessional, so it is a good idea to provide a URL for each possible outcome. The documents that can be provided are: _1_SuccessDocument Shown to the user when the operation succeeds that is, the form submission was successful and the message was successfully sent. _1_FailureDocument Shown to the user when the operation fails. In reality, this document is only used when the actual sending fails other failures due to missing or incorrect form information trigger other documents. The sending can fail for several reasons see the section on the _1_MailServer field for more information. _1_InvalidCardDocument This document is shown to the user when the form includes a credit card field (a field prefixed with _3_), and they did not enter a valid credit card number. Of course MailForm can not actually check that the card number they entered actually exists all it can do is verify that it looks like a valid credit card number (based on a standard algorithm that is used to generate the numbers for all major credit cards). This document is also shown if the user leaves a _3_ field empty and the _1_AcceptEmptyCardField system field is not specified in the form. _1_RequiredFieldDocument This is shown to the user when the user failed to supply data for one or more required fields (fields prefixed with _4_). MailForm does no checking on the actual content of the data it simply checks to see if the field is empty or not. _1_CardNotAcceptedDocument This document is used when you have used the _1_AcceptedCards field to specify the credit cards that you will accept, and the user enters the number of a non-accepted type of credit card into a _3_ credit card field. _1_Invalid Document Shown to the user when they do not enter a valid looking address into a _5_ address field. MailForm does not check that the actual address is valid, it simply checks that the information entered looks like an address. 13

17 _1_NoHotmailDocument If you have set the _1_NoHotmail field in the form, and the user enters into a _5_ address field an address from Hotmail, Yahoo or another anonymous provider, this document is shown to them. This allows you to reject anonymous addresses to cut down on credit card fraud. _1_BadRefererDocument This document is shown to the user if you have used the RefererCheck function of the INI file (described later) to prevent unauthorised use of your copy of MailForm, and a form submission from an unauthorised referrer occurs. _1_FileTooBigDocument If your form allows file uploads, this document is shown to the user if they attempt to upload a file exceeding the size limit you have set with the _1_FileUploadLimit (if specified). _1_ConditionalSuccessDocument This field lets you specify a success document, similar to the _1_SuccessDocument, however it allows you to specify different URLs which are used depending upon the value of another field in the form. The syntax for this field is: _1_ConditionalSuccessDocument=<field name>,<match string>,<url> For example, _1_ConditionalSuccessDocument=_4_ProductToOrder,MailForm, The field name is the the name of any field in the form. The match string is any text string, that is compared against the contents of the field specified by field name. The string does not have to match exactly a sub-string will do (for example, Mail would match MailForm ). URL is the URL to redirect the user to if the field matches the supplied string. You can have as many conditional success documents as you like. If no conditional success fields match, the default _1_SuccessDocument is used instead. Example: Simple message applicable to each condition <input type= hidden name= _1_SuccessDocument value= > No. 14

18 4.10 _1_SortFields This field causes the field values in the message to be sorted by field name. By default, the field values are simply displayed in the order they appear in the form using this field, you can cause them to be sorted. Of course, if you are using a template to generate the message, this field has no effect. There are two different sort methods alphabetical, and numerical. To enable alphabetical sorting, set the value of the _1_SortFields field to 1. For example, this would produce the following results in the message: Fields _1_SortFields not specified _1_SortFields = 1 UserName UserName CardNumber HomeAddress HomeAddress Address _4_ Address Address HomeAddress _3_CardNumber CardNumber UserName Note that the _x_ header of field names is ignored when sorting. The second sorting method, numerical, allows you to specify exactly the order that the fields are listed in. To use this method, set the value of the _1_SortFields field to 2. Then you must prefix the names of your fields with a number specifying the order you want it to appear in the . The number must come after the _x_ header, if applicable. For example: Fields _1_SortFields not specified _1_SortFields = 2 3UserName UserName Address 4HomeAddress HomeAddress CardNumber _4_1 Address Address UserName _3_2CardNumber CardNumber HomeAddress Note that neither the _x_ header or the number that you add to the field name are displayed in the . None Example: <input type= hidden name= _1_SortFields value= 1 > No. 15

19 4.11 _1_TextLog, _1_HTMLLog, _1_CommaDelimitedLog The logging options allow you to log all form submissions to a continuously growing file. There are three different types of log files - you can use any combination of logging options together, and logging to a file does not affect the sending of the form as an message. The log file must be specified as the full DOS path of the file you can not supply a URL. MailForm (or the user that the web server runs as) must have write access to this file. For security reasons, the filenames of the log files are restricted - the text and comma logs must end with a.txt extension, and the name of the HTML log must end with either.htm or.html. If the filename you specify does not comply with these restrictions, the log will be disabled. The text and the HTML logs both log the exact contents of the message that is sent for each form submission. The comma log, however, logs the form values as a comma-delimited file, with one form submission per line. This format is suitable for importing into a database such as Microsoft Access. None Example: <input type= hidden name= _1_TextLog value= c:\logs\textlog.txt > No. 16

20 4.12 _1_StripEmptyFields This field causes all empty form fields that is, those that the user has not supplied any data for to be excluded from the message. Normally, all form fields (except for the _x_ fields that are usually hidden) are included in the , whether or not the user has supplied data for them. To enable this option, set the field value to 1. This field has no effect if you are using a template file. None Example: <input type= hidden name= _1_StripEmptyFields value= 1 > No. 17

21 4.13 _1_NoHotmail This field lets you reject addresses from anonymous providers like hotmail.com, yahoo.com, bigfoot.com, etc. While we don t have anything against these companies, our own experience has shown that not accepting sales orders from anonymous addresses cuts our incidence of credit card fraud by about 90%. If you have set the _1_NoHotmail field in the form, and the user enters into a _5_ address field one of these anonymous addresses, the form submission is rejected and the user is redirected to the document specified by the _1_NoHotmailDocument field. None Example: <input type= hidden name= _1_NoHotmail value= 1 > No. 18

22 4.14 _1_AcceptedCards This field works in conjunction with the _3_ credit card fields, which are described later. It lets you specify which credit card types you can accept. If a card number is entered into a _3_ field that is not one of your accepted types, the form submission fails and the user is redirected to the _1_CardNotAccepted document. If this field is not specified, all credit card types are accepted. To specify the cards you can accept, you must add the required values from the following table and specify the total as the value for the _1_AcceptedCards field: 1 Mastercard 2 Visa 4 American Express 8 Diners Club 16 Discover 32 JCB For example, a business that accepts only Mastercard (1), Visa (2) and American Express (4), would specify the value of _1_AcceptedCards as 7 ( ). None Example: <input type= hidden name= _1_AcceptedCards value= 7 > No. 19

23 4.15 _1_AcceptEmptyCardField Normally a _3_ credit card field also acts as a _4_ required field if the user doesn t specify a value at all, the form submission fails. However, if you specify the _1_AcceptEmptyCardField field, a user can leave a _3_ field blank and it will be accepted. This might be useful if, for example, you wanted to give your customers the option of providing a credit card number online or phoning or faxing their credit card details in while still submitting the order online. None Example: <input type= hidden name= _1_AcceptEmptyCardField value= 1 > No. 20

24 4.16 _1_FileUploadLimit MailForm supports the HTML input field type FILE, to enable the user to upload files to you via the web. The file is sent as a MIME-encoded attachment to the message that MailForm sends. To enable file upload, you must specify the _1_FileUploadLimit field. As its name suggests, it lets you specify a maximum size that you want to allow the user to upload. If you want to enable file uploads but do not wish to set a size limit, set the value of this field to 0. Otherwise, set it to the desired size in bytes. If this field is not supplied, MailForm will ignore FILE input fields. If you have specified a maximum size, you should also use the _1_FileTooBigDocument field to specify the URL to redirect the user to if they try to exceed the size limitation. For file uploads to work, you must also set the encoding type of the form to multipart/form-data. For example, <form method= POST action= /cgi-bin/mailform.exe enctype= multipart/form-data > None Example: <input type= hidden name= _1_FileUploadLimit value= > No. 21

25 5. Other field prefixes As well as the _1_ system fields described in chapter 4, MailForm supports several other field prefixes. _2_ Ignore Fields The _2_ prefix can be added to the name of any fields on the form that you don t want displayed in the message. For example, all forms must have a Submit button that allows the user to actually send the form data, however you don t usually want the value of the Submit button appearing in your message. You would therefore give the Submit button the field name _2_Submit to prevent its inclusion in the . _3_ Credit Card Fields The _3_ field prefix lets you verify that a credit card number entered by the user is a valid card number. Of course MailForm can not actually check that the card number they entered actually exists all it can do is verify that it looks like a valid credit card number (based on a standard algorithm that is used to generate the numbers for all major credit cards). Credit card numbers can be entered with or without spaces. If any field names begin with _3_ MailForm will check to see whether the contents are a valid credit card number. If not, the form submission will fail and the _1_InvalidCardDocument file will be served to the user. The form submission will also fail if a _3_ field is left empty and you have not specified the _1_AcceptEmptyCardField option. _4_ Required Fields Any fields prefixed with _4_ are treated as required fields that is, the user must supply some data for them. The actual information provided is not checked in any way the field just must not be left empty. If a field marked with _4_ is left empty, the form will fail and the document specified with the _1_RequiredFieldDocument will be shown to the user. _5_ Field The _5_ prefix lets you mark a field as an address field, and MailForm will check its contents to verify that it conforms to the usual pattern of a valid address - it must have character and contain no spaces. If the field does not look like a valid address, the form fails and the user is redirected to the URL specified by the _1_Invalid Document field. You can also use the _1_NoHotmail field to reject addresses from anonymous providers. 22

26 6. The MailForm.INI file As well as the form field-based configuration system, MailForm has the option of using an external configuration file, known as the INI file. There are several reasons why you might want to use an INI file instead of using hidden fields. The major reason is probably that of security even though the fields are hidden, they are still able to be seen by any who loads the page simply by viewing the page source code. If you use an INI file, the configuration information is stored in a completely different file and is not able to be seen by the user. Another reason is for convenience. If you are using MailForm to support multiple forms on your web site, you can set up one INI file with common parameters rather than having to re-configure every form with the settings for the same mail server, message intro line, etc. The name of the INI file defaults to mailform.ini, however you can change this on a per-form basis using the _1_INIFile system field. If you use this field, you should specify the full path name (not a URL) of the INI file, otherwise the INI file should be placed either in the cgi-bin directory along with the MailForm program, or the Windows or Windows System directory. The INI file looks much like other Windows INI files; it starts with a section header, and then consists of multiple optional name/value pairs, one per line. For example: [Settings] MailIntro=Submitted at %1 from %2 MailServer=mail.company.com MailTo=me@company.com MailFrom=sender@company.com MailSubject=Message Subject SuccessDocument= For the most part, the value names that the INI file supports are the same as the _1_ system field names. The following table lists the INI file value names and their system field equivalents: INI file value MailTo MailServer MailSubject MailFrom CCMailFrom MailTemplate MailIntro SuccessDocument FailureDocument InvalidCardDocument RequiredFieldDocument CardNotAcceptedDocument Invalid Document NoHotmailDocument BadRefererDocument FileTooBigDocument SortFields TextLog HTMLLog CommaLog StripEmptyFields NoHotmail AcceptedCards AcceptEmptyCardField FileUploadLimit System field equivalent _1_MailTo _1_MailServer _1_MailSubject _1_MailFrom _1_CCMailFrom _1_MailTemplate _1_MailIntro _1_SuccessDocument _1_FailureDocument _1_InvalidCardDocument _1_RequiredFieldDocument _1_CardNotAcceptedDocument _1_Invalid Document _1_NoHotmailDocument _1_BadRefererDocument _1_FileTooBigDocument _1_SortFields _1_TextLog _1_HTMLLog _1_CommaDelimitedLog _1_StripEmptyFields _1_NoHotmail _1_AcceptedCards _1_AcceptEmptyCardField _1_FileUploadLimit 23

versasrs HelpDesk quality of service

versasrs HelpDesk quality of service versacat v2.1.0 Date: 24 June 2010 Copyright 2002-2010 VersaDev Pty. Ltd. All Rights Reserved. *************************************************************** Contents ***************************************************************

More information

OECGI3.EXE Installation and Configuration Quick Start Guide

OECGI3.EXE Installation and Configuration Quick Start Guide OECGI3.EXE Installation and Configuration Quick Start Guide Version 1.1 A Division of Revelation Technologies, Inc. COPYRIGHT NOTICE 1996-2012 Revelation Technologies, Inc. All rights reserved. No part

More information

HELP DESK MANUAL INSTALLATION GUIDE

HELP DESK MANUAL INSTALLATION GUIDE Help Desk 6.5 Manual Installation Guide HELP DESK MANUAL INSTALLATION GUIDE Version 6.5 MS SQL (SQL Server), My SQL, and MS Access Help Desk 6.5 Page 1 Valid as of: 1/15/2008 Help Desk 6.5 Manual Installation

More information

MailEnable Web Mail End User Manual V 2.x

MailEnable Web Mail End User Manual V 2.x MailEnable Web Mail End User Manual V 2.x MailEnable Messaging Services for Microsoft Windows NT/2000/2003 MailEnable Pty. Ltd. 486 Neerim Road Murrumbeena VIC 3163 Australia t: +61 3 9569 0772 f: +61

More information

Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and

Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide Rev: 2013-02-01 Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide A practical guide to creating and managing web

More information

End User Guide The guide for email/ftp account owner

End User Guide The guide for email/ftp account owner End User Guide The guide for email/ftp account owner ServerDirector Version 3.7 Table Of Contents Introduction...1 Logging In...1 Logging Out...3 Installing SSL License...3 System Requirements...4 Navigating...4

More information

Fax via HTTP (POST) Traitel Telecommunications Pty Ltd 2012 Telephone: (61) (2) 9032 2700. Page 1

Fax via HTTP (POST) Traitel Telecommunications Pty Ltd 2012 Telephone: (61) (2) 9032 2700. Page 1 Fax via HTTP (POST) Page 1 Index: Introduction:...3 Usage:...3 Page 2 Introduction: TraiTel Telecommunications offers several delivery methods for its faxing service. This document will describe the HTTP/POST

More information

WebCUR ListServ. ListServ Help Manual

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

More information

Emails sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax:

Emails sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax: FaxFinder FFx30 T.37 Store & Forward Fax (T.37) Introduction The FaxFinder implements T.37 Store and Forward Fax (RFC2304) to convert emails into facsimile transmissions. The FaxFinder fax server accepts

More information

How to Create and Send a Froogle Data Feed

How to Create and Send a Froogle Data Feed How to Create and Send a Froogle Data Feed Welcome to Froogle! The quickest way to get your products on Froogle is to send a data feed. A data feed is a file that contains a listing of your products. Froogle

More information

DocuShare Email Agent User Guide

DocuShare Email Agent User Guide DocuShare Email Agent User Guide Publication date: February 2011 This document supports DocuShare Release 6.6.1 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue Palo Alto, California

More information

LICENSE4J LICENSE MANAGER USER GUIDE

LICENSE4J LICENSE MANAGER USER GUIDE LICENSE4J LICENSE MANAGER USER GUIDE VERSION 4.5.5 LICENSE4J www.license4j.com Table of Contents Getting Started... 4 Managing Products... 6 Create Product... 6 Edit Product... 7 Refresh, Delete Product...

More information

NETWRIX EVENT LOG MANAGER

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

More information

Designing and Implementing Forms 34

Designing and Implementing Forms 34 C H A P T E R 34 Designing and Implementing Forms 34 You can add forms to your site to collect information from site visitors; for example, to survey potential customers, conduct credit-card transactions,

More information

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

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

More information

Using Form Scripts in WEBPLUS

Using Form Scripts in WEBPLUS Using Form Scripts in WEBPLUS In WEBPLUS you have the built-in ability to create forms that can be sent to your email address via Serif Web Resources. This is a nice simple option that s easy to set up,

More information

A Reseller s Guide to Using Helm

A Reseller s Guide to Using Helm A Reseller s Guide to Using Helm Table of Contents ABOUT HELM AND THIS GUIDE...4 1.) LOGGING INTO HELM...5 2.) CHANGING YOUR PASSWORD...5 3.) CUSTOMIZING YOUR CONTROL PANEL...6 STEP 1: GLOBAL SETTINGS...

More information

Click-To-Talk. ZyXEL IP PBX License IP PBX LOGIN DETAILS. Edition 1, 07/2009. LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1.

Click-To-Talk. ZyXEL IP PBX License IP PBX LOGIN DETAILS. Edition 1, 07/2009. LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1. Click-To-Talk ZyXEL IP PBX License Edition 1, 07/2009 IP PBX LOGIN DETAILS LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1 Username: admin Password: 1234 www.zyxel.com Copyright 2009 ZyXEL Communications

More information

Integrated HD Setup and Installation

Integrated HD Setup and Installation Integrated HD Setup and Installation This document explains how to set up install the Integrated Help Desk. Areas where special technical knowledge are required are identified with an asterisk. Plugin

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Swyx Trace Tool Server Installation

Swyx Trace Tool Server Installation Swyx Trace Tool Server Installation Overview The upload functionality of Swyx Trace Tool uses Microsoft Background Intelligent Transfer Service (BITS) to perform uploads. Details about BITS can be found

More information

Cloud Services. Email Anti-Spam. Admin Guide

Cloud Services. Email Anti-Spam. Admin Guide Cloud Services Email Anti-Spam Admin Guide 10/23/2014 CONTENTS Introduction to Anti- Spam... 4 About Anti- Spam... 4 Locating the Anti- Spam Pages in the Portal... 5 Anti- Spam Best Practice Settings...

More information

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5 Parallels Plesk Automation Customer s Guide Parallels Plesk Automation 11.5 Last updated: 17 March 2015 Contents Quick Start with Hosting Panel 4 Set Up Your First Website... 4 1. Create Your Site... 5

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

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

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2010, Parallels, Inc.

More information

TIBCO Slingshot User Guide

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

More information

Importing and Exporting With SPSS for Windows 17 TUT 117

Importing and Exporting With SPSS for Windows 17 TUT 117 Information Systems Services Importing and Exporting With TUT 117 Version 2.0 (Nov 2009) Contents 1. Introduction... 3 1.1 Aim of this Document... 3 2. Importing Data from Other Sources... 3 2.1 Reading

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

BASIC CLASSWEB.LINK INSTALLATION MANUAL

BASIC CLASSWEB.LINK INSTALLATION MANUAL LINKS MODULAR SOLUTIONS BASIC CLASSWEB.LINK INSTALLATION MANUAL classweb.link installation Links Modular Solutions Pty Ltd Table of Contents 1. SYSTEM REQUIREMENTS 3 2. DATABASES 3 Standalone Links Database

More information

Set Up and Maintain Customer Support Tools

Set Up and Maintain Customer Support Tools Set Up and Maintain Customer Support Tools Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Configuring Web services

Configuring Web services Configuring Web services (Week 13, Tuesday 11/14/2006) Abdou Illia, Fall 2006 1 Learning Objectives Install Internet Information Services programs Configure FTP sites Configure Web sites 70-216:8 @0-13:16/28:39

More information

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

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

More information

Email Data Protection. Administrator Guide

Email Data Protection. Administrator Guide Email Data Protection Administrator Guide Email Data Protection Administrator Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec,

More information

An Introduction To The Web File Manager

An Introduction To The Web File Manager An Introduction To The Web File Manager When clients need to use a Web browser to access your FTP site, use the Web File Manager to provide a more reliable, consistent, and inviting interface. Popular

More information

Web Extras. Customer Service Description. Version 3.0. February 26, 2002

Web Extras. Customer Service Description. Version 3.0. February 26, 2002 Web Extras Customer Service Description Version 3.0 February 26, 2002 Proprietary: Not for disclosure outside of Interland except under written agreement This document is subject to change without notice.

More information

MBLOX RESELLER GUIDE. User guide

MBLOX RESELLER GUIDE. User guide MBLOX RESELLER GUIDE User guide This step-by-step guide will show you how to set-up your Reseller Account. From creating sub-accounts and applying your company s branding, to setting up pricing and adding

More information

SelectSurvey.NET User Manual

SelectSurvey.NET User Manual SelectSurvey.NET User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys 7 Survey

More information

Using Microsoft Expression Web to Upload Your Site

Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Web Site This article briefly describes how to use Microsoft Expression Web to connect to your Web server

More information

FF/EDM Intro Industry Goals/ Purpose Related GISB Standards (Common Codes, IETF) Definitions d 4 d 13 Principles p 6 p 13 p 14 Standards s 16 s 25

FF/EDM Intro Industry Goals/ Purpose Related GISB Standards (Common Codes, IETF) Definitions d 4 d 13 Principles p 6 p 13 p 14 Standards s 16 s 25 FF/EDM Intro Industry Goals/ Purpose GISB defined two ways in which flat files could be used to send transactions and transaction responses: interactive and batch. This section covers implementation considerations

More information

Content Management System User Guide

Content Management System User Guide Content Management System User Guide support@ 07 3102 3155 Logging in: Navigate to your website. Find Login or Admin on your site and enter your details. If there is no Login or Admin area visible select

More information

Form Mail Tutorial. Introduction. The cgi-bin

Form Mail Tutorial. Introduction. The cgi-bin Form Mail Tutorial Introduction A form is way of allowing your website users to respond to the site by email. The form may be designed to simply provide a means of commenting on the site, through to complex

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

More information

Selling Digital Goods Online

Selling Digital Goods Online PayLoadz.com Selling Digital Goods Online How to use the PayLoadz and PayPal services to sell digital goods on your web site Updated: 02/12/2006 TABLE OF CONTENTS INTRODUCTION...3 HOW IT WORKS...3 GETTING

More information

Integrating with BarTender Integration Builder

Integrating with BarTender Integration Builder Integrating with BarTender Integration Builder WHITE PAPER Contents Overview 3 Understanding BarTender's Native Integration Platform 4 Integration Builder 4 Administration Console 5 BarTender Integration

More information

INTERSPIRE EMAIL MARKETER

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

More information

Tableau Server Trusted Authentication

Tableau Server Trusted Authentication Tableau Server Trusted Authentication When you embed Tableau Server views into webpages, everyone who visits the page must be a licensed user on Tableau Server. When users visit the page they will be prompted

More information

Contents. Perl scripting examples Page 1 of 10

Contents. Perl scripting examples Page 1 of 10 Contents Introduction...2 Scripting Perl with JMail...3 Using JMail in Perl to send email...4 Scripting Perl with an Access database...6 Using ADO in Perl to connect to an Access Database...8 Further reading...

More information

Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5

Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5 Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5 What is this document for? This document is a Step-by-Step Guide that can be used to quickly install Spam Marshall SpamWall on Exchange

More information

Setting Up a CyberSource Web Payment Account

Setting Up a CyberSource Web Payment Account Setting Up a CyberSource Web Payment Account Contents Setting Up a CyberSource Web Payment Account... 1 Introduction... 1 Setting Up a CyberSource Account... 2 Get Username and Password... 2 Log in to

More information

Project 2: Web Security Pitfalls

Project 2: Web Security Pitfalls EECS 388 September 19, 2014 Intro to Computer Security Project 2: Web Security Pitfalls Project 2: Web Security Pitfalls This project is due on Thursday, October 9 at 6 p.m. and counts for 8% of your course

More information

Offline Payment Methods

Offline Payment Methods Offline Payment Methods STRONGVON Tournament Management System 1 Overview The STRONGVON Tournament Management System allows you to collect online registration, while arranging for offline payment methods

More information

GETTING STARTED CREATE A NEW EMAIL. 1 P age

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

More information

Getting Started - The Control Panel

Getting Started - The Control Panel Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP

More information

SpamPanel Reseller Level Manual 1 Last update: September 26, 2014 SpamPanel

SpamPanel Reseller Level Manual 1 Last update: September 26, 2014 SpamPanel SpamPanel Reseller Level Manual 1 Last update: September 26, 2014 SpamPanel Table of Contents Domains... 1 Add Domain... 2 MX verification Tool... 4 Overview... 5 Incoming... 6 Incoming Bandwidth Overview...

More information

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd

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

More information

A User s Guide to Helm

A User s Guide to Helm A User s Guide to Helm WebHost Automation Ltd http://www.webhostautomation.com/ January 2006 Doc: HELM300.02.09 Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

How to Create and Send Newsletter Using G-Lock EasyMail

How to Create and Send Newsletter Using G-Lock EasyMail How to Create and Send Newsletter Using G-Lock EasyMail Beginner s Guide 1 Page Table of Contents 1. Create E-Mail Account 3 2. Create Contact Group. 5 3. Import Contacts from External Database. 6 4. Compose

More information

Pinpointe User s Guide

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

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Novell Identity Manager

Novell Identity Manager AUTHORIZED DOCUMENTATION Manual Task Service Driver Implementation Guide Novell Identity Manager 4.0.1 April 15, 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with

More information

Direct Mail Tutorial

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

More information

wce Outlook Contact Manager Documentation

wce Outlook Contact Manager Documentation wce Outlook Contact Manager Documentation Current version: 5.3.0 as of 12/1/2007 Website: http://www.crmbusinessapps.com Client download: http://www.crmbusinessapps.com/downloads/wce/wceoutlookcm.msi Server

More information

CREATING WEB FORMS WEB and FORMS FRAMES AND

CREATING WEB FORMS WEB and FORMS FRAMES AND CREATING CREATING WEB FORMS WEB and FORMS FRAMES AND FRAMES USING Using HTML HTML Creating Web Forms and Frames 1. What is a Web Form 2. What is a CGI Script File 3. Initiating the HTML File 4. Composing

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2009, Parallels, Inc.

More information

Web DLP Quick Start. To get started with your Web DLP policy

Web DLP Quick Start. To get started with your Web DLP policy 1 Web DLP Quick Start Websense Data Security enables you to control how and where users upload or post sensitive data over HTTP or HTTPS connections. The Web Security manager is automatically configured

More information

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

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

More information

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types.......4 Conditionals...

More information

Transferring Your Internet Services

Transferring Your Internet Services Page 1 of 6 Transferring Your Internet Services Below you will find the instructions necessary to move your web hosting, email, and DNS services to NuVox. The Basics Transferring your domain name Preparing

More information

Fixes for CrossTec ResQDesk

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

More information

POP3 Connector for Exchange - Configuration

POP3 Connector for Exchange - Configuration Eclarsys PopGrabber POP3 Connector for Exchange - Configuration PopGrabber is an excellent replacement for the POP3 connector included in Windows SBS 2000 and 2003. It also works, of course, with Exchange

More information

Web DLP Quick Start. To get started with your Web DLP policy

Web DLP Quick Start. To get started with your Web DLP policy 1 Web DLP Quick Start Websense Data Security enables you to control how and where users upload or post sensitive data over HTTP or HTTPS connections. TRITON - Web Security is automatically configured to

More information

FORMS. Introduction. Form Basics

FORMS. Introduction. Form Basics FORMS Introduction Forms are a way to gather information from people who visit your web site. Forms allow you to ask visitors for specific information or give them an opportunity to send feedback, questions,

More information

Easy Manage Helpdesk Guide version 5.4

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

More information

Tableau Server Trusted Authentication

Tableau Server Trusted Authentication Tableau Server Trusted Authentication When you embed Tableau Server views into webpages, everyone who visits the page must be a licensed user on Tableau Server. When users visit the page they will be prompted

More information

Webmail Instruction Guide

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

More information

Managing your e-mail accounts

Managing your e-mail accounts Managing your e-mail accounts Introduction While at Rice University, you will receive an e-mail account that will be used for most of your on-campus correspondence. Other tutorials will tell you how to

More information

LabVIEW Internet Toolkit User Guide

LabVIEW Internet Toolkit User Guide LabVIEW Internet Toolkit User Guide Version 6.0 Contents The LabVIEW Internet Toolkit provides you with the ability to incorporate Internet capabilities into VIs. You can use LabVIEW to work with XML documents,

More information

Enterprise Toolbar User s Guide. Revised March 2015

Enterprise Toolbar User s Guide. Revised March 2015 Revised March 2015 Copyright Notice Trademarks Copyright 2007 DSCI, LLC All rights reserved. Any technical documentation that is made available by DSCI, LLC is proprietary and confidential and is considered

More information

ResPAK Internet Module

ResPAK Internet Module ResPAK Internet Module This document provides an overview of the ResPAK Internet Module which consists of the RNI Web Services application and the optional ASP.NET Reservations web site. The RNI Application

More information

INSTALLATION GUIDE VERSION

INSTALLATION GUIDE VERSION INSTALLATION GUIDE VERSION 4.1 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose

More information

TIBCO Spotfire Automation Services 6.5. User s Manual

TIBCO Spotfire Automation Services 6.5. User s Manual TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Setting and Checking LISTSERV www Interface Permissions Windows Server 2012 with IIS 8.x Last Updated: 20 Mar 2014

Setting and Checking LISTSERV www Interface Permissions Windows Server 2012 with IIS 8.x Last Updated: 20 Mar 2014 Setting and Checking LISTSERV www Interface Permissions Windows Server 2012 with IIS 8.x Last Updated: 20 Mar 2014 These instructions apply only to Windows Server 2012 with Internet Information Server

More information

COMMERCIAL-IN-CONFIDENCE

COMMERCIAL-IN-CONFIDENCE CardEaseMPI a technical manual describing the use of CardEaseMPI 3-D Secure Merchant Plug-In. Authors: Nigel Jewell Issue 2.9. November 2014. COMMERCIAL-IN-CONFIDENCE Copyright CreditCall Limited 2007-2014

More information

Chapter 15: Forms. User Guide. 1 P a g e

Chapter 15: Forms. User Guide. 1 P a g e User Guide Chapter 15 Forms Engine 1 P a g e Table of Contents Introduction... 3 Form Building Basics... 4 1) About Form Templates... 4 2) About Form Instances... 4 Key Information... 4 Accessing the Form

More information

Using Your New Webmail

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

More information

OCS Training Workshop LAB13. Ethernet FTP and HTTP servers

OCS Training Workshop LAB13. Ethernet FTP and HTTP servers OCS Training Workshop LAB13 Ethernet FTP and HTTP servers Introduction The training module will introduce the FTP and Web hosting capabilities of the OCS product family. The user will be instructed in

More information

HowTo. Planning table online

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

More information

Merak Outlook Connector User Guide

Merak Outlook Connector User Guide IceWarp Server Merak Outlook Connector User Guide Version 9.0 Printed on 21 August, 2007 i Contents Introduction 1 Installation 2 Pre-requisites... 2 Running the install... 2 Add Account Wizard... 6 Finalizing

More information

Filter NEW IN FIRSTCLASS CLIENT WHAT S NEW IN FIRSTCLASS 9.0. New Look. Login screen. List View Sort Order. Filtering Containers.

Filter NEW IN FIRSTCLASS CLIENT WHAT S NEW IN FIRSTCLASS 9.0. New Look. Login screen. List View Sort Order. Filtering Containers. NEW IN FIRSTCLASS CLIENT New Look Login screen The login screen has a new look that flows with our current interface. List View Sort Order The sort order you choose in list view will be used in other views

More information

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

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

More information

MS Enterprise Library 5.0 (Logging Application Block)

MS Enterprise Library 5.0 (Logging Application Block) International Journal of Scientific and Research Publications, Volume 4, Issue 8, August 2014 1 MS Enterprise Library 5.0 (Logging Application Block) Anubhav Tiwari * R&D Dept., Syscom Corporation Ltd.

More information

When choosing where to install and run the log analyzer, be aware that it requires access to the following log files:

When choosing where to install and run the log analyzer, be aware that it requires access to the following log files: Insight Log Analyzer Tool: Introduction: The Insight log analyzer tool is intended to provide general statistics on use of the Luna Insight Software. It is a Perl script that parses logs generated by the

More information

Installing AWStats on IIS 6.0 (Including IIS 5.1) - Revision 3.0

Installing AWStats on IIS 6.0 (Including IIS 5.1) - Revision 3.0 AWStats is such a great statistical tracking program to use, but there seems to be a lack of easy-tofollow documentation available for installing AWStats on IIS. This document covers the basic setup process

More information

4. Client-Level Administration

4. Client-Level Administration 4. Client-Level Administration Introduction to Client Usage The Client Home Page Overview Managing Your Client Account o Editing Your Client Record View Account Status Report Domain Administration Page

More information

NetWrix SQL Server Change Reporter

NetWrix SQL Server Change Reporter NetWrix SQL Server Change Reporter Version 2.2 Administrator Guide Contents NetWrix SQL Server Change Reporter Administrator Guide 1. INTRODUCTION... 3 1.1 KEY FEATURES... 3 1.2 LICENSING... 4 1.3 HOW

More information

payment solutions The DirectOne E-Commerce System Technical Manual

payment solutions The DirectOne E-Commerce System Technical Manual payment solutions The DirectOne E-Commerce System Technical Manual DirectOne Payment Solutions Pty. Ltd. Building 5, 796 High St East Kew 3101 Australia November 02 Contents INTRODUCTION 3 WHY USE DIRECTONE?

More information

PDG Software. Site Design Guide

PDG Software. Site Design Guide PDG Software Site Design Guide PDG Software, Inc. 1751 Montreal Circle, Suite B Tucker, Georgia 30084-6802 Copyright 1998-2007 PDG Software, Inc.; All rights reserved. PDG Software, Inc. ("PDG Software")

More information

Xtreeme Search Engine Studio Help. 2007 Xtreeme

Xtreeme Search Engine Studio Help. 2007 Xtreeme Xtreeme Search Engine Studio Help 2007 Xtreeme I Search Engine Studio Help Table of Contents Part I Introduction 2 Part II Requirements 4 Part III Features 7 Part IV Quick Start Tutorials 9 1 Steps to

More information