Virtual Fax API User Guide

Size: px
Start display at page:

Download "Virtual Fax API User Guide"

Transcription

1 Virtual Fax API User Guide

2 Introduction 2 Single Fax Job Submission (XML) 2 Protus XML Submission Services 2 Input: Job Request 2 Output: Status Response 2 Single Fax Job Submission XML Element Hierarchy 3 Single Fax Job Submission XML Element Descriptions 3 Example Single Fax Request 7 Protus Single Fax Job Submission (SMTP) 8 Protus SMTP Submission Services 8 Content 8 Required Parameters 8 Optional Parameters 9 Example 12 Sample Fax Cover Page 13 Single Fax Confirmation Messages 14 Confirmation Destination and Parsing 14 Other Fax Result Reporting Options 14 Deactivating Confirmations 14 Successful Fax Delivery Confirmation 15 Default Confirmation Style 15 Alternate Machine Friendly Confirmation Style 16 Failed Fax Delivery Confirmation 17 Default Confirmation Style 17 Alternate Machine Friendly Confirmation Style 18 PIPSUGVFAPI Protus IP Solutions

3 Introduction Protus offers a set of Application Programmer Interfaces (APIs) as part of its Job Submission capabilities. Customers can use either SMTP, or XML over HTTPS to submit jobs easily and securely, receiving immediate confirmation that Protus has received the job. Under the Virtual Fax product line, Protus has two APIs which may be used to submit single destination faxes: Single Fax Job Submission (SMTP) Single Fax Job Submission (XML) Under the Messaging Services product line, Protus has a number of APIs available to send multiple destination fax or voice broadcasts: Fax Broadcast Job Submission (SMTP) Fax Broadcast Job Submission (XML) Voice Broadcast Job Submission (XML) The following sections describe each of the Virtual Fax APIs. The Messaging Service APIs may be found in the user guide: Messaging Service APIs. Single Fax Job Submission (XML) Protus XML Submission Services The Protus system requires an XML document as the Job Submission input and provides a Request Status XML document as the result. Input: Job Request To submit a job request to Protus, post a SOAP encapsulated XML document called a Job Request, to the Protus XML Submission Web Services: The XML document must contain all of the account and document information needed to create a Protus Job Request, as described below. Output: Status Response The Protus server responds to a Broadcast Request with SOAP encapsulated response, which provides a status code indicating the success or failure of the Broadcast Request. PIPSUGVFAPI Protus IP Solutions

4 Single Fax Job Submission XML Element Hierarchy single_fax_info o login_key user_id user_ user_password o single_fax_options billing_code from_name start_hour end_hour legal_size_flag tiff_image_flag resolution cover_page cover_page_name cover_page_tags cover_page_subject o fax_recipient fax_recipient_number fax_recipient_name o document_list document Single Fax Job Submission XML Element Descriptions single_fax_info is the root element of the Single Fax Request XML document. Its only attributes are used to define the namespace and the location of the schema. It contains the four main functional elements for the broadcast: login_key, single_fax_options, fax_recipient, and document_list. login_key required contains elements pertaining to account identification and authentication user_id only one of either user_id or user_ is required contains the account user id number, which is an integer from 1 to user_ only one of either user_id or user_ is required contains the address assigned to an account user, which is a string of up to 60 characters. PIPSUGVFAPI Protus IP Solutions

5 user_password required contains the password associated with the account user, which is a string of up to 20 characters. single_fax_options required contains elements pertaining to any special options to be applied to the fax send billing_code will appear on the broadcast report, but not on the faxed document value: string of up to 128 characters default: depends upon the account settings from_name will appear as the from text on the fax banner line value: string of up to 50 characters default: account from name default setting start_hour specifies the beginning hour of the allowed range of delivery hours value: integer 0-23 default: 0 end_hour specifies the end hour of the allowed range of delivery hours value: integer 0-23 default: 23 legal_size_flag specifies that document should be converted as legal size paper value: true false default: false PIPSUGVFAPI Protus IP Solutions

6 tiff_image_flag specifies that document provided is a tiff image requiring no further image conversion value: true false default: false resolution specifies whether the document should be converted to a high (fine) resolution or low (draft) resolution tiff image value: low high default: low cover_page identifies whether or not a cover page should be inserted at the beginning of the fax transmission. Cover pages provide Fax Number, To, From, Page Count, Date Time, Subject, Cover Page Flags and Comments as merged fields inside the first page of the fax transmission contains elements pertaining to the creation of the cover page cover_page_name can be used by clients who have Custom Cover Page templates on file with the Protus System. Client s requiring custom cover pages (i.e. movement of cover page merge points to alternate locations) must contact their sales representative and provide samples of desired cover page layouts. Once complete, custom cover page templates are assigned a unique code that must be identified here. value: string (15) default: none cover_page_tags sets the use of the Cover Page Flags. The flags are: U-Urgent, R-Reply, I- Information, C-Please Comment, A-Reply ASAP. value: string (5) default: none cover_page_subject PIPSUGVFAPI Protus IP Solutions

7 the subject line which will appear on the cover page value: string (50) default: none fax_recipient required contains elements pertaining to an individual fax broadcast destination fax_recipient_number required contains the destination fax number beginning with the country code value: numeric string of up to 20 digits fax_recipient_name contains the destination name for the to field on the fax banner line value: string of up to 50 characters default: none document_list required contains at least one document element for each document to be faxed document minimum 1 document element required has attributes defining document characteristics contains document to be faxed as encoded text, as defined by the document attributes document_content_type attribute required defines MIME content type of original document: text, html, etc. document_encoding_type attribute required defines MIME encoding type used to encode document values base64 uuencode quoted-printable none bin-hex document_extension attribute required provides file extension of original document value: string PIPSUGVFAPI Protus IP Solutions

8 Example Single Fax Request <?xml version="1.0" encoding="utf-8"?> <single_fax_info xmlns=" xmlns:xsi=" xsi:schemalocation=" sfax_schema.xsd"> <login_key> <user_id>14975</user_id> <user_password>xxxxxx</user_password> </login_key> <single_fax_options> <billing_code>single - May </billing_code> <from_name>single - Randy Morrow</from_name> <start_hour>0</start_hour> <end_hour>23</end_hour> <release_date> t10:00:00</release_date> <legal_size_flag>false</legal_size_flag> <tiff_image_flag>false</tiff_image_flag> <resolution>low</resolution> <cover_page> <cover_page_tags>u</cover_page_tags> <cover_page_subject>this is the subject</cover_page_subject> </cover_page> </single_fax_options> <fax_recipient> <fax_recipient_number> </fax_recipient_number> <fax_recipient_name>singletest - Randy</fax_recipient_name> </fax_recipient> <document_list> <document document_content_type="text/plain" document_encoding_type="7bit" document_extension="txt">this is the content!</document> <document document_content_type="application/msword" document_encoding_type="base64" document_extension="doc">0m8r4kgxgueaaaaaaaaaaaaaaaaaaaaapgadap7/cqagaaaaaaaaaaaaaaab AAAAJgAAAAAA AAAAEAAAKQAAAAEAAAD+////AAAAACcAAAD///////////////////////////////////// //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////... (lines omitted)... AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</document> </document_list> </single_fax_info> PIPSUGVFAPI Protus IP Solutions

9 Protus Single Fax Job Submission (SMTP) Protus SMTP Submission Services For customers who wish to send machine generated to fax transmissions Protus offers a configurable addressing method that allows the passing of fax parameters within the User Name section of the To: line. Customers are asked to create a plain text MIME with desired fax parameters included on the To: line. The method supports a number of fax parameters. All tags are optional and position independent, so only the tags you need to activate must be included to control the features you want. All of the Boolean flags default to false if they are not included. Content The Protus system requires a plain-text MIME , with the body as 7-bit plain-text and the attachments Base64 encoded, as the Fax Job Submission input. The structure is as follows: To:Fax=faxnumber/fr=fromname/to=toname/bc=billingcode/lg=logoname /st=starthour/en=endhour/cp=coverpageboolean/cf=covertags/cn=covername /le=legalboolean/rf=fineresboolean/ls=landscapeboolean@virtualfax.com From: protusaccount @customerisp.com Subject: Cover Page Subject if required Body: Password Line 1 Comment section of cover page or Fax Content Line 2 Line 3 Etc Attachments: Up to 9 attachments of supported file types Required Parameters Fax Number: Code: Fax= Type: String (11 digit number for North American destinations) Default: None The destination fax number for the transmission is inserted immediately following the string Fax=. North American destinations must begin with the number 1. International destinations must begin with the country code (example: 44 for UK destinations) Avoid use of brackets (, dashes -, and spaces. PIPSUGVFAPI Protus IP Solutions

10 Optional Parameters From Text Over Ride: Code: /fr Type: String (50 character maximum) Default: User Account From Name This is an alphanumeric string that will be used to populate the From text on the Fax banner line. If this tag is not included, then the From text will be taken from the default associated with the User Account. Space Character is not supported. Fax Recipient Name: Code: /to Type: String (50 character maximum) Default: None This is an alphanumeric string that will be used to populate the To text on the Fax banner line. If the tag is not included, then no recipient name will appear on the fax banner or within an attached cover page. Space character is not supported. Billing Code: Code: /bc Type: String (128 character maximum) Default: User Account Billing Code This parameter assigns the customer s customized billing code to the fax transmission. If not included, the billing code will be assigned from the customer s account default setting alphanumeric. Billing Codes represent the senders reference ID for an individual transmission. They appear on fax confirmations, on-line reports and invoices. Logo Name: Code: /lg Type: String (15 character maximum) Default: Default Logo for Account Note: Fee may apply, Contact your Sales Associate This is a special parameter for clients with multiple Logo s on file. The parameter allows a sender to request which specific logo should be inserted onto the fax transmission. Clients can have either a default logo or multiple logo s set up for their account by contacting their sales associate and providing them with a Black and White BMP of JPG image. Large images, requiring resizing, may loose resolution. Note that logo insertion is not a compulsory feature for using Automated Single Fax. Start Hour: Code: /st Type: Integer (0-23) Default: 0 Sets the earliest hour before which no faxing may occur. The default of 0 means that faxing may commence at midnight. PIPSUGVFAPI Protus IP Solutions

11 End Hour: Code: /en Type: Integer (0-23) Default: 23 Sets the latest hour after which no faxing may occur. The default of 23 actually refers to the end of the 23 rd hour, ie. 23:59 (11:59 PM), and means effectively that faxing is allowed until 1 minute before midnight. Cover Page: Code: /cp Type: Boolean (true/false) Default: false This tag identifies whether or not a cover page should be inserted at the beginning of the fax transmission. Cover pages provide Fax Number, To, From, Page Count, Date Time, Subject, Cover Page Flags and Comments as merged fields inside the first page of the fax transmission. This tag is required to activate the /cn and /cf parameters. Cover Page Flags: Code: /cf Type: String (URICA) Default: None This parameter sets the use of the Cover Page Flags. The flags are:u Urgent, R- Reply, I Information, C Please Comment, A Reply ASAP. Note that this tag can only be used if the Cover Page tag is set to true. Cover Page Name: Code: /cn Type: String (15 characters) Default: Default Cover Template Note: Fee may apply, Contact your sales associate. This tag can be used by clients who have Custom Cover Page templates on file with the Protus System. Client s requiring custom cover pages (i.e. movement of cover page merge points to alternate locations) must contact their sales representative and provide samples of desired cover page layouts. Once complete, custom cover page templates are assigned a unique code that must be identified via the /cn tag. Legal Conversion: Code: /le Type: Boolean (true/false) Default: False This tag is used to request a legal format Tif conversion for attached documents. Note that receiving fax machine must be configured to accept Legal size Tif images in order to receive converted image on a single page. PIPSUGVFAPI Protus IP Solutions

12 Fine Resolution: Code: /rf Type: Boolean (true/false) Default: false This tag is used to request a Fine Resolution for converted TIF images. In general, Fine resolution can improve the quality of fax images containing detailed graphics and writing below 8 point font. Landscape Orientation: Code: /ls Type: Boolean (true/false) Default: false This tag is used to request a Landscape orientation for the conversion of the plain text body. Note that Plain text s cannot be formatted in the same way as attached document files. The default font used to convert plain text bodies is Lucida Console 12 point font. See account parameters (Section 5) to change the default Font used for your account if required. Cover Page Subject: Code: no code. Uses subject line Type: String (Maximum 42 characters) Default: None The subject for the cover page can be passed on the subject line of the message. Cover Page Comment: Code: no code. Uses body Type: String ( Body following Password) Default: None The Cover page comment section is populated with the content of the Plain Text body following the Password parameter on the first line. Line length is set 72 characters. Number of lines available (using default Font size of 12) is 25 lines on 1 st page and 49 lines on subsequent pages. Password: Code: no code. Uses first line of plain text body Type: String (maximum 8 characters) Default: None The password parameter must appear as the first line in the plain text section of the body. Passwords are case sensitive and can be any combination of alpha numeric characters up to 8 characters long. Contact us to have your password changed or password validation deactivated. PIPSUGVFAPI Protus IP Solutions

13 Example In this example, the single fax automated is coming from the customer s password is mypass, and the customer wishes to send a fax to for a recipient named Bob_Smith. The From Name to appear on the fax banner line is Jane_Doe, and the faxes will be sent using fine resolution. The customer is assigning a billing code of abc1234 which will appear on all associated reports. The client is requesting a standard Cover Page with a check mark in the Urgent cover page flag and the subject BIG SALE!!!. The cover page will include a short comment and the fax content will be composed of a 1 page Microsoft Word Document called Flyer.doc. PIPSUGVFAPI Protus IP Solutions

14 Sample Fax Cover Page Virtual Fax API User Guide PIPSUGVFAPI Protus IP Solutions

15 Single Fax Confirmation Messages Confirmation Messages are sent following either fax delivery or fax failure. Fax confirmation messages are available in 2 different styles; a default style containing friendly verbiage suitable for manual interpretation of fax results and an alternate machine friendly confirmation style suitable for automated parsing. Confirmation Destination and Parsing Confirmations are sent to the Confirmation Address specified in a clients account profile. The address can be different than the originating address used for account validation. In general all confirmation s contain basic fax information in the subject line. It is therefore possible to automate confirmation parsing using only the headers. Special information like Duration and Error Reason Codes must be obtained by parsing the plain text body. Other Fax Result Reporting Options In addition to individual confirmation messages, reports of fax activity and fax results are available for download through our Client web Interface. In addition, a complete transaction breakdown is sent with all monthly Invoices. Deactivating Confirmations If desired accounts can be set to not send confirmations for Successful or Failed fax attempts. This is an account parameter that must be set manually. Contact your Sales associate or our support department to de-activate confirmation sending for your account. PIPSUGVFAPI Protus IP Solutions

16 Successful Fax Delivery Confirmation Default Confirmation Style Header Destination Confirmation Address from Account Profile Subject: Contains fax result, number, Protus Transaction ID, Account Number and Billing Code Body Body 1 st Line: Fax result string SUCCESSFUL FAX Customer No.: Account Number used to process fax transmission Reference No.: Transaction ID number generated by Protus Fax System Billing Code: Client Reference number passed via /bc tag Sent At: Delivery time stamp in EST (GMT factor included) Pages: Number of pages in transmitted TIF file Duration: Value in seconds to transmit TIF image Your Fax To: Destination Fax number To: Recipient name passed via /to tag Cost: Cost of individual fax transmission down to 4 decimal places Taxes: If appropriate Report Version: Identifier of confirmation version PIPSUGVFAPI Protus IP Solutions

17 Alternate Machine Friendly Confirmation Style Header Destination Confirmation Address from Account Profile Subject: Contains fax result, number Header Protocol: Internal Use (Always = MF) Version: Identifier of Confirmation Version Key: Billing code passed via /bc tag Status: String success for successful faxes Status_info: Error code equal to 0 for successful faxes Delivery_time: Delivery date time in GMT Page_count: number of pages in delivered TIF file Billing_Rate: Rate per page delivered Phone_Number: This is the Destination Fax Number Transmit_time: Duration of fax transmission Reference_number: Transaction ID number generated by Protus Fax System PIPSUGVFAPI Protus IP Solutions

18 Failed Fax Delivery Confirmation Default Confirmation Style Header Destination Confirmation Address from Account Profile Subject: Contains fax result, number, Protus Transaction ID, Account Number and Billing Code Body Body 1 st Line: Fax result string FAX FAILED Customer No.: Account Number used to process fax transmission Reference No.: Transaction ID number generated by Protus Fax System Billing Code: Client Reference number passed via /bc tag Your Fax To: Destination Fax number To: Recipient name passed via /to tag Sent At: Delivery time stamp in EST (GMT factor included) Has Failed Because: Short Description verbiage of fax error reason (see Appendix C) Report Version: Identifier of confirmation version PIPSUGVFAPI Protus IP Solutions

19 Alternate Machine Friendly Confirmation Style Header Destination Confirmation Address from Account Profile Subject: Contains fax result and destination fax number Body Protocol: Internal Use (Always = MF) Version: Identifier of Confirmation version Key: Billing Code passed via /bc tag Status: Short Description verbiage of fax error reason (see Appendix D) Status_info: Hardware Result Code from Brooktrout Faxout Board Delivery_Time: Last attempted date time in GMT Page Count: Number of pages delivered Billing Rate: Rate per page (if applicable) Phone_number: Destination fax number attempted Transmit_Time: Duration of fax transmission Reference_Number: Transaction ID number generated by Protus Fax System PIPSUGVFAPI Protus IP Solutions

20 PIPSUGVFAPI.05.04

Virtual Fax User Guide

Virtual Fax User Guide Virtual Fax User Guide Contents Virtual Fax User Guide Chapter 1 - Getting Started... 1 Setting up an account... 1 Virtual Fax requirements... 1 Email requirements... 1 Web browser requirements...1 Chapter

More information

FAXAWAY BROADCAST FAX USER'S GUIDE

FAXAWAY BROADCAST FAX USER'S GUIDE 417 Second Avenue West, Seattle, Washington 98119 USA Tel: 1(206)479-7000/Fax: 1(206)479-7500 E-mail: bcast@fax2.faxaway.com FAXAWAY BROADCAST FAX USER'S GUIDE QUICK START A. Requirements B. Installing

More information

Integrating Fax Sending Services

Integrating Fax Sending Services Integrating Fax Sending Services Developer Guide Enabled by Popfax Integrating Fax Sending Services Using SMTP API (mail to fax) DEVELOPER GUIDE Enabled by Popfax We recommend developers to register as

More information

Alteva Fax USER GUIDE

Alteva Fax USER GUIDE Alteva Fax USER GUIDE 2015 Alteva, Inc. AFUG07092015 USER GUIDE 400 Market Street Suite 1100 PHONE 1.877.258.3722 SUPPORT 1.877.258.3828 Philadelphia, PA 19106 WEB www.alteva.com EMAIL info@alteva.com

More information

User Guide - Table of Contents

User Guide - Table of Contents User Guide - Table of Contents Receiving Faxes Fax-to-Email Web Access to Faxes File Format Options Receiving Faxes on Wireless Devices Receiving Faxes Securely Integration and API Methods Archive Service

More information

DocuSign Information Guide. DocuSign Email Resource File. Overview. Table of Contents

DocuSign Information Guide. DocuSign Email Resource File. Overview. Table of Contents DocuSign Information Guide DocuSign Email Resource File Overview This guide provides information about the default email messages and formats contained in the branding email resource file in the DocuSign

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

XML-API Application Interface

XML-API Application Interface XML-API Application Interface Introduction SilentFax is designed to be a network fax delivery system. It can deliver received faxes to users either by email or over the network, and users can send out

More information

Internet Fax Buyer s Guide

Internet Fax Buyer s Guide This guide is intended to highlight the key features and benefits of for those people evaluating the service. For more information on, go to www.protus.com. Feature Internet Fax Reception Features Can

More information

Network FAX Driver. Operation Guide

Network FAX Driver. Operation Guide Network FAX Driver Operation Guide About this Operation Guide This Operation Guide explains the settings for the Network FAX driver as well as the procedures that are required in order to use the Network

More information

faxing simplified. anytime. anywhere. MyFax User Guide www.myfax.com

faxing simplified. anytime. anywhere. MyFax User Guide www.myfax.com faxing simplified. anytime. anywhere. MyFax User Guide www.myfax.com Contents Contents... 1 Getting Started... 1 Setting up an account... 1 MyFax requirements... 1 Email requirements... 1 Web browser requirements...1

More information

Email Electronic Mail

Email Electronic Mail Email Electronic Mail Electronic mail paradigm Most heavily used application on any network Electronic version of paper-based office memo Quick, low-overhead written communication Dates back to time-sharing

More information

Replacements TECHNICAL REFERENCE. DTCCSOLUTIONS Dec 2009. Copyright 2009 Depository Trust Clearing Corporation. All Rights Reserved.

Replacements TECHNICAL REFERENCE. DTCCSOLUTIONS Dec 2009. Copyright 2009 Depository Trust Clearing Corporation. All Rights Reserved. TECHNICAL REFERENCE Replacements Page 1 Table of Contents Table of Contents 1 Overview... 3 1.1 Replacements Features... 3 2 Roles and Responsibilities... 4 2.1 Sender (Receiving Carrier)... 4 2.2 Recipient

More information

MAXMAILER USER GUIDE

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

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET)

2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET) 2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET) There are three popular applications for exchanging information. Electronic mail exchanges information between people and file

More information

Safeguard Ecommerce Integration / API

Safeguard Ecommerce Integration / API Safeguard Ecommerce Integration / API Product Manual Version 3 Revision 1.11 Table of Contents 1. INTRODUCTION... 4 1.1 Available commands... 4 2. HOW THE ADMINISTRATION SYSTEM IS EXPECTED TO BE USED OPERATIONALLY...

More information

My Account User Guide. Popfax.com login page. Easy, inexpensive Effective!

My Account User Guide. Popfax.com login page. Easy, inexpensive Effective! Popfax.com login page You can access your Popfax account by going to https://www.popfax.com/index.php?pop=compte. You might want to bookmark this link. You will be asked to enter your Login (the email

More information

Your Desktop Fax Solution

Your Desktop Fax Solution The Power of Fax in Your Email Your Desktop Fax Solution As a leader and pioneer in multimedia messaging solutions, we combine the best features of fax technology and the convenience of email into one

More information

Remote login (Telnet):

Remote login (Telnet): SFWR 4C03: Computer Networks and Computer Security Feb 23-26 2004 Lecturer: Kartik Krishnan Lectures 19-21 Remote login (Telnet): Telnet permits a user to connect to an account on a remote machine. A client

More information

McAfee Network Threat Response (NTR) 4.0

McAfee Network Threat Response (NTR) 4.0 McAfee Network Threat Response (NTR) 4.0 Configuring Automated Reporting and Alerting Automated reporting is supported with introduction of NTR 4.0 and designed to send automated reports via existing SMTP

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

PCRecruiter Internal Email Client

PCRecruiter Internal Email Client PCRecruiter Internal Email Client The standard email buttons on contact record screens and lists allow PCRecruiter users to send email out to any contact in the database. However, if you are using PCRecruiter

More information

Business Interaction Server. Configuration Guide. 10300685-000 Rev A

Business Interaction Server. Configuration Guide. 10300685-000 Rev A Business Interaction Server Configuration Guide 10300685-000 Rev A 2008 Kofax Image Products, Inc., 16245 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved. Use is subject to license

More information

GFI Product Manual. Client Manual

GFI Product Manual. Client Manual GFI Product Manual Client Manual The information and content in this document is provided for informational purposes only and is provided "as is" with no warranties of any kind, either express or implied,

More information

Software Release Notice Version 7.6

Software Release Notice Version 7.6 msxfax xp for Microsoft Exchange Server 1 Software Release Notice Version 7.6 with commitment comes success Software version msxfax XP 7.6 March 2007 msxfax xp for Microsoft Exchange Server 2 Software

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

I-Fax (Internet Fax) 1: Basic Overview. 2: Benefits to the customer. Machines included:

I-Fax (Internet Fax) 1: Basic Overview. 2: Benefits to the customer. Machines included: (Internet Fax) Machines included: HL-4040CN HL-4050CDN HL-4070CDW DCP-9040CN DCP-9045CDN MFC-9440CN MFC-9840CDW DCP-8060 DCP-8065DN MFC-8460N MFC-8860DN MFC-8870DW Contents 1) Overview 2) Benefits to the

More information

vcloud Air Platform Programmer's Guide

vcloud Air Platform Programmer's Guide vcloud Air Platform Programmer's Guide vcloud Air OnDemand 5.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

NETWORK USER S GUIDE MFC-9460CDN MFC-9465CDN MFC-9560CDW. Internet Fax and Fax to Server features

NETWORK USER S GUIDE MFC-9460CDN MFC-9465CDN MFC-9560CDW. Internet Fax and Fax to Server features Internet Fax and Fax to Server features NETWORK USER S GUIDE MFC-9460CDN MFC-9465CDN MFC-9560CDW To find basic information about network and advanced network features of your Brother machine, see the Network

More information

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report Xerox Multifunction Devices Customer Tips March 15, 2007 This document applies to these Xerox products: X WC 4150 X WCP 32/40 X WCP 35/45/55 X WCP 65/75/90 X WCP 165/175 X WCP 232/238 X WCP 245/255 X WCP

More information

Manual. Visendo Fax@Mail 10. Manual. Achieve more with less

Manual. Visendo Fax@Mail 10. Manual. Achieve more with less Visendo Fax@Mail 10 Manual Manual Achieve more with less ppedv AG - HQ Burghausen, Germany Tel: +49-8677-9889-110 Fax: +49-8677-9889-44 Info: support@ppedv.de sales: sales@ppedv.de http://www.visendo.com

More information

What Can I do with FaxMind Server 2 System Requirements 3 Fax Recipients 4 Before Install 5 Install FaxMind Server 6

What Can I do with FaxMind Server 2 System Requirements 3 Fax Recipients 4 Before Install 5 Install FaxMind Server 6 Contents What Can I do with FaxMind Server 2 System Requirements 3 Fax Recipients 4 Before Install 5 Install FaxMind Server 6 FaxMind Server Setup Step 1 - Specify an Administrator 7 Step 2 - Corporate

More information

10 Step 2 System Service Setup. 11 Step 3 RelayFax Server Setup. 11 Step 4 Company Name and CSID String. 12 Step 5 Fax and Voice Number

10 Step 2 System Service Setup. 11 Step 3 RelayFax Server Setup. 11 Step 4 Company Name and CSID String. 12 Step 5 Fax and Voice Number Contents Before you Begin 2 RelayFax Server Setup RelayFax Desktop SMTP Client Setup Step 1 Begin Install 3 Step 1 Install RelayFax Desktop SMTP Client 10 Step 2 System Service Setup 4 Step 2 RelayFax

More information

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012 MXSAVE XMLRPC Web Service Guide Last Revision: 6/14/2012 Table of Contents Introduction! 4 Web Service Minimum Requirements! 4 Developer Support! 5 Submitting Transactions! 6 Clients! 7 Adding Clients!

More information

Clearswift Information Governance

Clearswift Information Governance Clearswift Information Governance Implementing the CLEARSWIFT SECURE Encryption Portal on the CLEARSWIFT SECURE Email Gateway Version 1.10 02/09/13 Contents 1 Introduction... 3 2 How it Works... 4 3 Configuration

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

Extensibility. vcloud Automation Center 6.0 EN-001328-00

Extensibility. vcloud Automation Center 6.0 EN-001328-00 vcloud Automation Center 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Release Notes. DocuSign Spring 15 Release Notes. Contents

Release Notes. DocuSign Spring 15 Release Notes. Contents Release Notes Updated March 6, 2015 DocuSign Spring 15 Release Notes This document provides information about the updates deployed to the DocuSign Production environment as part of the March 6, 2015 DocuSign

More information

DocuSign for SharePoint 2010 1.5.1

DocuSign for SharePoint 2010 1.5.1 Quick Start Guide DocuSign for SharePoint 2010 1.5.1 Published December 22, 2014 Overview DocuSign for SharePoint 2010 allows users to sign or send documents out for signature from a SharePoint library.

More information

Scan to Network and Scan to Network Premium. Administrator's Guide

Scan to Network and Scan to Network Premium. Administrator's Guide Scan to Network and Scan to Network Premium Administrator's Guide March 2015 www.lexmark.com Contents 2 Contents Overview...3 Configuring the application...4 Configuring a destination...4 Configuring destination

More information

API Guide v 1.6 14/11/2013

API Guide v 1.6 14/11/2013 1 About netcore netcore is a leader in digital communications space. The mission of the company is to help clients communicate effectively for marketing and business needs. We help organizations in the

More information

Messaging API. API Specification Document Messaging API. Functionality: Send SMS Messages.

Messaging API. API Specification Document Messaging API. Functionality: Send SMS Messages. Functionality: Send SMS Messages. This gateway can be accessed via the HTTP or HTTPs Protocol by submitting values to the API server and can be used to send simple text messages to single or multiple mobile

More information

Scanner Reference. Operating Instructions

Scanner Reference. Operating Instructions Operating Instructions Scanner Reference 1 2 3 4 5 6 7 Sending Scan Files by E-mail Sending Scan Files by Scan to Folder Storing Files Using the Scanner Function Delivering Scan Files Scanning Originals

More information

APPLICATION BRIEF ADMINISTRATION J-MAIL

APPLICATION BRIEF ADMINISTRATION J-MAIL APPLICATION BRIEF ADMINISTRATION J-MAIL Jonas J-Mail feature allows you to e-mail a variety of documents from your Jonas Management System Software. Both reports and forms are available for e-mailing.

More information

INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB

INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB GINI COURTER, TRIAD CONSULTING Like most people, you probably fill out business forms on a regular basis, including expense reports, time cards, surveys,

More information

HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide

HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide Copyright and License 2008 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation, or translation without prior written

More information

Integration Client Guide

Integration Client Guide Integration Client Guide 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

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

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

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Table of Contents DNS Settings... 3 MX record... 3 SPF record... 3 Configuring Outbound... 3 Smart host configuration for Exchange 2003... 3 Smart host configuration for Exchange

More information

Empowered by Innovation. Setting Up and Using Fax Mail. P/N 1770087 July 2006 Printed in U.S.A.

Empowered by Innovation. Setting Up and Using Fax Mail. P/N 1770087 July 2006 Printed in U.S.A. Empowered by Innovation Setting Up and Using Fax Mail P/N 1770087 July 2006 Printed in U.S.A. This manual has been developed by NEC Unified Solutions, Inc. It is intended for the use of its customers and

More information

Enterprise Fax Functionality from a No-Compromise Cloud Fax Solution

Enterprise Fax Functionality from a No-Compromise Cloud Fax Solution Enterprise Fax Functionality from a No-Compromise Cloud Fax Solution This company supports 16 departments across 5 offices with XMediusFAX Cloud. Each office has its own cover sheets. Departments have

More information

Getting Started Guide. Review system requirements and follow the easy steps in this guide to successfully deploy and test GFI FaxMaker.

Getting Started Guide. Review system requirements and follow the easy steps in this guide to successfully deploy and test GFI FaxMaker. Getting Started Guide Review system requirements and follow the easy steps in this guide to successfully deploy and test GFI FaxMaker. The information and content in this document is provided for informational

More information

Fax via SMTP. Traitel Telecommunications Pty Ltd 2011 Telephone: (61) (2) 9032 2700. Page 1

Fax via SMTP. Traitel Telecommunications Pty Ltd 2011 Telephone: (61) (2) 9032 2700. Page 1 Fax via SMTP Page 1 Index: Introduction:...3 Usage:...3 Page 2 Introduction: TraiTel Telecommunications allows you to send Fax through its gateways by simply sending an email (SMTP) formatted in the correct

More information

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise includes two api s for integrating user accounts with an external directory of employee or other

More information

GFI FAXmaker 14 for Exchange/Lotus/SMTP. Fax-Client Manual. By GFI Software Ltd

GFI FAXmaker 14 for Exchange/Lotus/SMTP. Fax-Client Manual. By GFI Software Ltd GFI FAXmaker 14 for Exchange/Lotus/SMTP Fax-Client Manual By GFI Software Ltd http://www.gfi.com Email: info@gfi.com Information in this document is subject to change without notice. Companies, names,

More information

[MS-ASMS]: Exchange ActiveSync: Short Message Service (SMS) Protocol

[MS-ASMS]: Exchange ActiveSync: Short Message Service (SMS) Protocol [MS-ASMS]: Exchange ActiveSync: Short Message Service (SMS) Protocol Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information

Cache Configuration Reference

Cache Configuration Reference Sitecore CMS 6.2 Cache Configuration Reference Rev: 2009-11-20 Sitecore CMS 6.2 Cache Configuration Reference Tips and Techniques for Administrators and Developers Table of Contents Chapter 1 Introduction...

More information

InternetVista Web scenario documentation

InternetVista Web scenario documentation InternetVista Web scenario documentation Version 1.2 1 Contents 1. Change History... 3 2. Introduction to Web Scenario... 4 3. XML scenario description... 5 3.1. General scenario structure... 5 3.2. Steps

More information

Getting Started With Halo for Windows For CloudPassage Halo

Getting Started With Halo for Windows For CloudPassage Halo Getting Started With Halo for Windows For CloudPassage Halo Protecting your Windows servers in a public or private cloud has become much easier and more secure, now that CloudPassage Halo is available

More information

2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET)

2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET) 2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET) There are three popular applications for exchanging information. Electronic mail exchanges information between people and file

More information

Technical Specifications (Excerpt) TrendInfoWorld Web Site

Technical Specifications (Excerpt) TrendInfoWorld Web Site SeaState Internet Solutions www.seastatesolutions.com Technical Specifications (Excerpt) TrendInfoWorld Web Site NOTE: Wireframe mockups and screenshots included in this document are functional diagrams

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

Customer Tips. Xerox Network Scanning TWAIN Configuration for the WorkCentre 7328/7335/7345. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning TWAIN Configuration for the WorkCentre 7328/7335/7345. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips dc07cc0432 October 19, 2007 This document applies to these Xerox products: X WC 7328/7335/7345 for the user Xerox Network Scanning TWAIN Configuration for the

More information

Riverbed Cascade Shark Common REST API v1.0

Riverbed Cascade Shark Common REST API v1.0 Riverbed Cascade Shark Common REST API v1.0 Copyright Riverbed Technology Inc. 2015 Created Feb 1, 2015 at 04:02 PM Contents Contents Overview Data Encoding Resources information: ping information: list

More information

Email Management CSCU9B2 CSCU9B2 1

Email Management CSCU9B2 CSCU9B2 1 Email Management CSCU9B2 CSCU9B2 1 Contents Email clients choosing and using Email message header and content Emailing to lists of people In and out message management Mime attachments and HTML email SMTP,

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

Sentinel EMS v7.1 Web Services Guide

Sentinel EMS v7.1 Web Services Guide Sentinel EMS v7.1 Web Services Guide ii Sentinel EMS Web Services Guide Document Revision History Part Number 007-011157-001, Revision E. Software versions 7.1 and later. Revision Action/Change Date A

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

SRFax Fax API Web Services Documentation

SRFax Fax API Web Services Documentation SRFax Fax API Web Services Documentation Revision Date: July 2015 The materials and sample code are provided only for the purpose of an existing or potential customer evaluating or implementing a programmatic

More information

Nintex Workflow 2013 Help

Nintex Workflow 2013 Help Nintex Workflow 2013 Help Last updated: Wednesday, January 15, 2014 1 Workflow Actions... 7 1.1 Action Set... 7 1.2 Add User To AD Group... 8 1.3 Assign Flexi Task... 10 1.4 Assign To-Do Task... 25 1.5

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

RS MDM. Integration Guide. Riversand

RS MDM. Integration Guide. Riversand RS MDM 2009 Integration Guide This document provides the details about RS MDMCenter integration module and provides details about the overall architecture and principles of integration with the system.

More information

MULTIFUNCTIONAL DIGITAL SYSTEMS. Network Fax Guide

MULTIFUNCTIONAL DIGITAL SYSTEMS. Network Fax Guide MULTIFUNCTIONAL DIGITAL SYSTEMS Network Fax Guide 2009 KYOCERA MITA Corporation All rights reserved Preface Thank you for purchasing Multifunctional Digital Color Systems. This manual explains the instructions

More information

JobScheduler Web Services Executing JobScheduler commands

JobScheduler Web Services Executing JobScheduler commands JobScheduler - Job Execution and Scheduling System JobScheduler Web Services Executing JobScheduler commands Technical Reference March 2015 March 2015 JobScheduler Web Services page: 1 JobScheduler Web

More information

Field Properties Quick Reference

Field Properties Quick Reference Field Properties Quick Reference Data types The following table provides a list of the available data types in Microsoft Office Access 2007, along with usage guidelines and storage capacities for each

More information

etoken Enterprise For: SSL SSL with etoken

etoken Enterprise For: SSL SSL with etoken etoken Enterprise For: SSL SSL with etoken System Requirements Windows 2000 Internet Explorer 5.0 and above Netscape 4.6 and above etoken R2 or Pro key Install etoken RTE Certificates from: (click on the

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

Kaseya 2. User Guide. for VSA 6.3

Kaseya 2. User Guide. for VSA 6.3 Kaseya 2 Ticketing User Guide for VSA 6.3 September 17, 2013 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULA as updated

More information

PANDA CLOUD EMAIL PROTECTION 3.3.0 / Administrator s Manual / 1

PANDA CLOUD EMAIL PROTECTION 3.3.0 / Administrator s Manual / 1 PANDA CLOUD EMAIL PROTECTION 3.3.0 / Administrator s Manual / 1 Contents 1 INTRODUCTION TO PANDA CLOUD EMAIL PROTECTION... 5 1.1 WHAT IS PANDA CLOUD EMAIL PROTECTION?... 5 1.2 FUNCTIONALITIES... 5 2 PANDA

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Ticketing User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as

More information

Advantech WebAccess Device Driver Guide. BwSNMP Advantech WebAccess to SNMP Agent (Simple Network Management Protocol) Device Driver Guide

Advantech WebAccess Device Driver Guide. BwSNMP Advantech WebAccess to SNMP Agent (Simple Network Management Protocol) Device Driver Guide BwSNMP Advantech WebAccess to SNMP Agent (Simple Network Management Protocol) Device Driver Guide Version 5.0 rev 1 Advantech Corp., Ltd. Table of Contents BwSNMP Advantech WebAccess to SNMP Agent (Simple

More information

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications ACCREDITATION COUNCIL FOR PHARMACY EDUCATION CPE Monitor Technical Specifications Prepared by Steven Janis, RWK Design, Inc. Created: 02/10/2012 Revised: 09/28/2012 Revised: 08/28/2013 This document describes

More information

KM-1820 FS-1118MFP. Network Scanner Setup Guide

KM-1820 FS-1118MFP. Network Scanner Setup Guide KM-180 FS-1118MFP Network Scanner Setup Guide Introduction Trademark Information About this Guide Important Microsoft, Windows, Windows NT and Internet Explorer are registered trademarks of Microsoft

More information

1. What is Long-Term Docs... 5

1. What is Long-Term Docs... 5 Contents 1. What is Long-Term Docs... 5 1.1. General Properties of Long-Term Docs... 5 1.2. The Features of Long-Term Docs... 5 1.2.1. Long-Term Document Validity (LTV)... 6 1.2.2. Long-Term Document Archiving

More information

Plain-paper digital Fax/Copier/Printer/Scanner Scanner and Fax Guide

Plain-paper digital Fax/Copier/Printer/Scanner Scanner and Fax Guide Plain-paper digital Fax/Copier/Printer/Scanner Scanner and Fax Guide Please read this guide before operating this machine. After you finish reading this guide, keep it handy for easy reference. Chapter

More information

Personal Dashboard User Guide

Personal Dashboard User Guide Version 8.1 800-782-3762 www.edgewave.com 2001 2011 EdgeWave. All rights reserved. The Red Condor and EdgeWave logos and brands are trademarks of EdgeWave. All other trademarks and registered trademarks

More information

G-Lock EasyMail7. Startup Guide. Client-Server Email Marketing Solution for Windows. To learn more about G-Lock EasyMail7, visit http://easymail7.

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

More information

Secure XML API Integration Guide. (with FraudGuard add in)

Secure XML API Integration Guide. (with FraudGuard add in) Secure XML API Integration Guide (with FraudGuard add in) Document Control This is a control document DESCRIPTION Secure XML API Integration Guide (with FraudGuard add in) CREATION DATE 02/04/2007 CREATED

More information

Qlik REST Connector Installation and User Guide

Qlik REST Connector Installation and User Guide Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All

More information

Form And List. SuperUsers. Configuring Moderation & Feedback Management Setti. Troubleshooting: Feedback Doesn't Send

Form And List. SuperUsers. Configuring Moderation & Feedback Management Setti. Troubleshooting: Feedback Doesn't Send 5. At Repeat Submission Filter, select the type of filtering used to limit repeat submissions by the same user. The following options are available: No Filtering: Skip to Step 7. DotNetNuke User ID: Do

More information

SAPScript. A Standard Text is a like our normal documents. In Standard Text, you can create standard documents like letters, articles etc

SAPScript. A Standard Text is a like our normal documents. In Standard Text, you can create standard documents like letters, articles etc SAPScript There are three components in SAPScript 1. Standard Text 2. Layout Set 3. ABAP/4 program SAPScript is the Word processing tool of SAP It has high level of integration with all SAP modules STANDARD

More information

HOST EUROPE CLOUD STORAGE REST API DEVELOPER REFERENCE

HOST EUROPE CLOUD STORAGE REST API DEVELOPER REFERENCE HOST EUROPE CLOUD STORAGE REST API DEVELOPER REFERENCE REST API REFERENCE REST OVERVIEW Host Europe REST Storage Service uses HTTP protocol as defned by RFC 2616. REST operations consist in sending HTTP

More information

Merchant Returns Service

Merchant Returns Service Merchant Returns Service Application Programming Interface User s Guide Document Version 4.0 (09/27/2013) 1 Version History Version Date of Summary of Additions Addition 1.4 09/21/2011 Contains an overview

More information

Cryoserver Archive Lotus Notes Configuration

Cryoserver Archive Lotus Notes Configuration Lotus Notes Configuration Version 1.0 December 2007 Forensic & Compliance Systems Ltd +44 (0)800 280 0525 info@cryoserver.com www.cryoserver.com Contents INTRODUCTION... 3 SMTP ROUTING TO CRYOSERVER...

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

Grandstream XML Application Guide Three XML Applications

Grandstream XML Application Guide Three XML Applications Grandstream XML Application Guide Three XML Applications PART A Application Explanations PART B XML Syntax, Technical Detail, File Examples Grandstream XML Application Guide - PART A Three XML Applications

More information

Networking Applications

Networking Applications Networking Dr. Ayman A. Abdel-Hamid College of Computing and Information Technology Arab Academy for Science & Technology and Maritime Transport Electronic Mail 1 Outline Introduction SMTP MIME Mail Access

More information