Reprocessing stored documents > Configuring variables for HTTP header fields > Document delivery instructions

Document delivery instructions
The values that the Collector user enters when forwarding a document, can be sent as delivery instructions in HTTP header fields and extracted to variables by the StreamServer application.
Example 1
In this script example, the From address, the To address and the Subject of the email are retrieved to variables.
$email_from=GetHttpHeaderValue("strs-email-from");
$email_to=GetHttpHeaderValue("strs-email-to");
$email_subject=GetHttpHeaderValue("strs-email-subject");
 
See the tables below for information about the field names.
 
strs-fax-fax-number
strs-fax-alt-fax-number
strs-fax-priority
strs-fax-sender-name
strs-fax-cover-sheet-text1
strs-fax-cover-sheet-text2
strs-fax-cover-sheet-text3
strs-fax-send-time
 
strs-email-from
strs-email-to
strs-email-cc
strs-email-bcc
strs-email-reply-to
strs-email-subject
strs-email-message
strs-email-attachments
 
strs-print-printer-name
OpenText StreamServe 5.6 Updated: 2013-03-01