67 lines
3.9 KiB
HTML
67 lines
3.9 KiB
HTML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="dc.language" scheme="rfc1766" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<meta name="dc.date" scheme="iso8601" content="2005-09-06" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow"/>
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<title>Send the PDF file as e-mail</title>
|
||
|
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="ic.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
|
||
|
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
|
||
|
|
||
|
|
||
|
<a name="rzau6mail"></a>
|
||
|
<h4 id="rzau6mail">Send the PDF file as e-mail</h4>
|
||
|
<p>To specify that an output Portable Document Format (PDF) file is sent as
|
||
|
e-mail, you can set up a mapping program for e-mail. For instructions to set
|
||
|
up a mapping program for e-mail, see the Infoprint® Server for iSeries™ User's Guide.</p>
|
||
|
<p>There are two ways to send the output file as e-mail without using a mapping
|
||
|
program:</p>
|
||
|
<ul>
|
||
|
<li>Specify PDFGEN(*MAIL) in the Print Services Facility™ (PSF) configuration
|
||
|
object.</li>
|
||
|
<li>use a mapping object.</li></ul><p class="indatacontent">After the PDF file creation, PSF retrieves the mail tag. The mail tag
|
||
|
is on the printer file's User defined data (USRDFNDTA) parameter or the Start
|
||
|
page group (STRPAGGRP) Data description specifications (DDS) keyword. If you
|
||
|
do not specify an exit program, you must provide a valid e-mail address in
|
||
|
the USRDFNDTA parameter or in the STRPAGGRP DDS keyword. PSF then electronically
|
||
|
mails the output. It uses a Simple Mail Transfer Protocol (SMTP) server if
|
||
|
one is specified in the PSF configuration object. If none is specified, it
|
||
|
uses the Send Distribution (SNDDST) command . For instructions to create a
|
||
|
mapping program, see the Infoprint Server for iSeries User's Guide.</p>
|
||
|
<p><span class="bold">Format of the printer file's USRDFNDTA mail
|
||
|
information</span></p>
|
||
|
<p>The format of the mail information when it is specified in the printer
|
||
|
file's USRDFNDTA parameter is:</p>
|
||
|
<pre class="xmp">USRDFNDTA('MAILTAG(80 bytes of text) MAILSENDER(10 byte name)')</pre>
|
||
|
<p>The 80 bytes of text can contain a mail address or a tag. The mail exit
|
||
|
routine converts tags into a mail address and an optional message. The MAILSENDER
|
||
|
parameter is 10 bytes long and specifies the name of the user profile that
|
||
|
is sending the file. This parameter overrides the PSF configuration object's
|
||
|
PDFSENDER value.</p>
|
||
|
<p><span class="bold">Format of the STRPAGGRP mail tag</span></p>
|
||
|
<p>When you specify PDFMULT(*YES *SPLIT), the Name parameter of the STRPAGGRP
|
||
|
DDS keyword can contain a mail tag. The mail tag can contain either a mail
|
||
|
address or a tag. The mail exit routine converts tags into a mail address
|
||
|
and an optional message. The STRPAGGRP name overrides a mail tag in the printer
|
||
|
file's USRDFNDTA parameter.</p>
|
||
|
<p><span class="bold">Related information</span></p>
|
||
|
<p><a href="../books/g5445775.pdf" target="_blank">Infoprint Server for iSeries User's Guide
|
||
|
PDF</a></p>
|
||
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
||
|
</body>
|
||
|
</html>
|