# $Header: wfmail.cfg 26.3 2001/03/25 07:12:39 dlam ship $
# Workflow Mailer Configuration File
#   All parameters are optional unless otherwise noted
#   Some have default values if left unspecified
#   Fill in all parameters according to site requirements
#

#
# System Configuration
#

# Database Login Information 
CONNECT=user/passwd@db

# Mail Account: mail account to send and receive mail from (required)
# CHANGE THIS!
ACCOUNT=wfoffice/wfoffice

# From: value of the from field in the header of mail message sent 
#       by the Oracle Workflow Mailer
FROM=Oracle Workflow

# Mailer Outbound Queues: This values indicates the number of outbound
# SMTP queues the mailer will monitor.
#
QUEUE=1

# Mailer Node name: name to identify this mailer (required)
NODE=wf

# Send Notification Summary Only
SUMMARYONLY=N

# Direct Response Required (Only available for notifications to MAILTEXT and MAILATTH roles)
DIRECT_RESPONSE=N

# Idle time: time to wait between polling for new work (seconds)
IDLE=30

# Shutdown request file: when this file is detected, the mailer exits
SHUTDOWN=shutdown

# Fail command: os command to run when exiting with error
# FAILCOMMAND=echo "Mailer has exited"

# Debug mode: turns on extra debugging output
# DEBUG=Y

# Test Address: routes outgoing mail to the indicated address (for testing)
# TEST_ADDRESS=testaccount

#
# Send Configuration
#

# Reply To email address: email address that responses should go to (required)
# CHANGE THIS!
REPLYTO=wfoffice@hqsun.company.com

# HTML Web Agent path: (required for mailed html support)
# CHANGE THIS if you have a HTML web agent for HTML attachments that is 
#             to be different to the HTML Agent speicified in Oracle Workflow
#             Global Preferences.
# HTMLAGENT=http://hqsun.company.com/wf/owa

# HTML Attachment desc: description of attachment type (required for Oracle Internet Messaging only)
HTMLDESC=HTML

# HTML Attachment type: numeric attachment code (required for Oracle Internet Messaging only)
HTMLTYPE=10003

#
# Respond Configuration
#

# Discard Folder: folder in which unrecoginzed incoming mail is placed
# (leading '-' truncates folder on startup)
DISCARD=-discard

# Processed folder: folder in which successfully processed mail is placed
PROCESS=processed

# Unprocessed folder: folder in which mail awaiting processing is placed
UNPROCESS=unprocessed

# Response Tag file: file for response routing (optional)
# CHANGE THIS!
TAGFILE=/appltop/fnd/resource/wfmail.tag

# Reset NLS codeset per notification
# It will use the codeset from WF_LANGUAGES base on recipient's language
# and territory.
# RESET_NLS=Y

# Specify an alternate HTML Mail Template for mail reader that has
# problem supporting certain features
# HTML_MAIL_TEMPLATE=OPEN_MAIL_OUTLOOK