RightFax 9.0 InternetLink Module Guide
RightFax 9.0 InternetLink Module Guide
0
InternetLink Module Guide
RightFax 9.0 InternetLink Module Guide ii
Edition
Information in this document applies to version 9.0 of the InternetLink Module Guide.
Copyright Notice
©2004 Captaris. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language in any form by any means without the written permission
of Captaris. Captaris products Interchange, RightFax and Teamplate are trademarks of Captaris. All other company, brand and product names are the property and/or trademarks of their respective companies.
Captaris
10885 NE 4th Street
Suite 400
Bellevue, WA 98004
(425) 455-6000
[Link]
Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted.
JetPCL PCL Emulation Software copyright 1990-2003 Tech Know Systems, Ltd. Company, All rights reserved. Portions copyright ©1999 Ligature. All rights reserved. Portions copyright ©1988, 1996 Aladdin Enterprises. All
rights reserved. Portions copyright ©1993 Soft Horizons. All rights reserved. Outside In® Viewer Technology copyright ©1992-2003 Inso Corporation. All rights reserved. Copyright © TMS, Inc. 1994-2002. All rights reserved.
Portions copyright ©2001 artofcode LLC. Portions Copyright ©1996, 2001 Artifex Software Inc. Portions Copyright ©1998 Soft Horizons. All Rights Reserved. Adobe, Acrobat, and the Acrobat logo are trademarks of Adobe
Systems Incorporated. Includes Adobe® PDF Library technology. All rights reserved. PostScript is a trademark of Adobe Systems Incorporated. This software is based in part on the work of the Independent JPEG Group.
Index ..................................................................................................................... 19
iii
RightFax 9.0 InternetLink Module Guide iv
Chapter 1
Creating FCL Documents with InternetLink Commands
The RightFax InternetLink Module is a component of the RightFax Activating the InternetLink Module
Enterprise Integration Module. The InternetLink Module enables the
Integration Module to build documents in Multipurpose Internet The files required by the InternetLink Module are installed on all
Mail Extensions (MIME) or text format and send them via Simple RightFax servers during the server installation. However, the
Mail Transfer Protocol (SMTP) through the Internet. InternetLink Module must be licensed and activated before its
functionality will be enabled.
You can use the InternetLink Module to send documents in native
mode or filter mode. For information on these two modes, see the To activate the InternetLink Module, you must have licensed a
RightFax Integration Module Guide. RightFax server type that includes this connector, or purchased and
licensed this connector separately. For information on activating
new components on the RightFax server, refer to the RightFax
Installation Guide.
System Requirements
Before you begin sending documents with the InternetLink Module,
The InternetLink Module requires the following: verify the name of your e-mail server.
RightFax Enterprise Server and Integration Module already
installed. To verify the name of your e-mail server
Network connection to the Internet.
1. On the RightFax server, select Start > Programs > Enterprise
SMTP gateway on the network. Fax Manager. The Enterprise Fax Manager window opens.
TCP/IP connection from the RightFax Integration Module to the
2. Select the RightFax server in the list of servers in the left pane of
network
the window. A list of services appears in the lower-right pane.
3. In the Service Name list, double-click RightFax Server
Module. The Server Configuration dialog box opens.
4. Click the eTransport tab.
7
RightFax 9.0 InternetLink Module Guide 8
5. Verify that the fully qualified domain name of your SMTP server Table 1a Required FCL Commands (Continued)
appears in the SMTP Hostname box. If the name of your server Command Description
is not correct, enter the correct name.
{{to}} Recipient’s e-mail address.
To create and send documents with the InternetLink Module, use
the InternetLink FCL commands. {{type email}} {{type email}} sends a document as the editable
or body of an e-mail message.
{{type mime}} {{type mime}} sends a document as an attachment
Understanding the InternetLink FCL Commands to an empty e-mail message.
Documents sent via the InternetLink Module require six FCL The commands {{begin}} and {{type}} can be replaced with a
commands. Without all of these commands, the document will not “shortcut” command, {{begin mime}} or {{begin email}}.
be sent. The required commands are listed in the following table.
Figure 1.1 Attaching a File in its Native Format In the following example, the host data (“Here are last week’s
{{begin}} programs.”) is converted to PDF and becomes page 1 of the
{{type mime}} attachment called [Link] through the use of the {{type mime}}
{{imagetype pdf}} and {{imagetype pdf}} commands.
Here are last week’s programs.
{{attach “c:\\IST Files\[Link]” native}} Because the native option of the {{attach}} command was not
{{to css@[Link]}} used, [Link] is converted to PDF and becomes page 2 of
{{subject Weekly programs}} [Link].
{{from las@[Link]}}{{end}}
Figure 1.2 Attaching a File Converted to PDF Format
{{begin}}
{{type mime}}
{{imagetype pdf}}
Here are last week’s programs.
{{attach “c:\\IST Files\[Link]”}}
{{to css@[Link]}}
{{subject Weekly programs}}
{{from las@[Link]}}
{{end}}
Sending Documents as E-mail if Faxes Fail Receiving Notification When a Fax Fails and Is
With the InternetLink Module, you can an e-mail documents if fax Sent as an E-mail
numbers fail. To do this, use the {{onerror}} command. To create a notification that a fax has failed and has been sent as an
The {{onerror}} usage options relevant to the InternetLink Module e-mail, include the ^type^ keyword in the notification template.
are: Refer to the chapters on notification messages in the RightFax
Integration Module Guide.
{{onerror {email|mime e-mail address}}}
Unlike the {{type}} command, the e-mail and mime options for the
{{onerror}} command do the same thing. With either option, the
document is sent as a graphic image attached to an empty e-mail
message. With both options, you must use the {{imagetype}}
command to specify the type of graphic image to create.
In the following example, if the document fails to send as a fax, then
it will be sent as a PDF file attached to an empty e-mail message to
css@[Link].
{{begin}}
{{fax 503-555-4489}}
{{onerror email css@[Link]}}
{{imagetype pdf}}
Body of the document to be sent.
{{end}}
When a fax fails and is sent as an e-mail, all e-mail addressing
options (such as {{to}} and {{cc}}) in the original document are
replaced with the e-mail address specified in the {{onerror}}
command. The content of the {{contact}} command is replaced
with “To whom it may concern.” All other fields, such as {{subject}}
or {{from}}, are retained as they were in the original document.
13
RightFax 9.0 InternetLink Module Guide 14
Inline
This suggests to the recipient e-mail client that the data between
{{beginnative}} and {{endnative}} commands be displayed as an
embedded object in the body of the e-mail message. If the recipient
e-mail client cannot display the host data in this way, then the data
will be sent as an attachment that is represented by an icon in the
body of the e-mail message. The icon can be opened with the
appropriate application.
The top-level media type identifies a general type of data, and the
CC
subtype identifies a specific format for that type of data. Thus, a
media type of image/tif is enough to tell a recipient e-mail client that Stores the SMTP address for a carbon copy recipient of a
the data is an image, even if the recipient e-mail client cannot document. To store multiple addresses, repeat this command for
interpret the specific image format of .tif. each recipient.
The default mediatype for native documents with the body option Syntax {{cc address}}
is text/plain. Without the body option, the default mediatype is Example {{cc Justin@[Link]}}
application/octet-stream. Other common mediatypes are (but are {{cc Tommy@[Link]}}
not limited to):
The examples send a copy of the e-mail message to both
application/ms-word Justin@[Link] and Tommy@[Link].
application/pdf
audio/mid ENDNATIVE
audio/wav Ends the processing of an attached native document that was
image/gif begun with the {{beginnative}} command.
text/html Syntax {{endnative}}
text/xml Example {{endnative}}
video/mpeg
If you do not supply a media type, or if you supply a media type that FROM
the recipient e-mail client cannot interpret, the document most Stores the return SMTP address of the sender of the document.
likely will not fail because most current e-mail clients can detect the Syntax {{from address}}
media type.
Example {{from Donny@[Link]}}
The example uses Donny@[Link] as the return e-mail address
for the e-mail message.
IMAGETYPE
Selects the graphic format of a {{type mime}} document.
Syntax {{imagetype {pdf|group3|group4|pcx}}}
Example {{imagetype pdf}}
The example identifies PDF as the graphic format for a {{type
mime}} document.
SUBJECT
Stores the subject of an SMTP document. The subject appears in
the subject field of the e-mail message.
Syntax {{subject topic}}
Example {{subject RightFax InternetLink example.}}
The example creates an e-mail message with a subject field that
says, “RightFax InternetLink example.”
TO
Stores the SMTP address for the recipient of an SMTP document.
Syntax {{to address}}
Example {{to John@[Link]}}
The example sends the e-mail message to
John@[Link].
19
RightFax 9.0 InternetLink Module Guide 20