Previous Topic: NMMAILPG MethodNext Topic: NMMAILSMS Method


NMMAILPG Parameter Descriptions

AnswerWait

Specifies the number of seconds that the email request is to delay the processing of subsequent actions in the call tree.

Default: 60

CCList

Specifies the email recipient names that are to receive a carbon copy of this email.

Debug

Determines whether Notification Manager is to generate debugging messages at the command prompt or the AXCREXX window and in the ASOTRACE log.

Default: NO

MailRetry

Specifies the number of times the email request is to be retried if it does not go through.

Default: 4

MailWait

Specifies the number of seconds that Notification Manager is to wait before trying to send an email request again.

Default: 60

MaxListLen

Specifies the maximum length of an email recipient list (either the TO or CC list), including the separators.

Default: 1000

MaxMsgLen

Specifies the maximum length of a message that the email system supports.

Default: 30000

MaxSigLen

Specifies the maximum length of a Signature text string (Mail ID).

Default: 40

MaxSubjLen

Specifies the maximum length of a Subject text string.

Default: 240

NMFindWait

Specifies the number of seconds that Notification Manager allows the person who received the email to call in and handle the item before it executes the FAILURE command.

Database Default: 300

Internal Default: 900

Numeric

Determines whether the pager to be contacted is numeric (YES) or not (NO).

Default: NO

PagerPW

Specifies the password for the pager service. Specify the password only if required by the paging service.

Default: No password

Phone

Specifies the phone number that is to issue a page to the pager. Everything except the numeric digits are omitted from this phone number.

Note: Some pager companies require the phone number to be in a special format (for example, not entering an area code or dialing 1 before an 800 number).

PhoneNumLength

Specifies the number of numeric digits that a properly specified phone number should have.

Notification Manager uses this parameter to generate warning messages during execution. If you do not want to see warning messages or if the number of digits that the pager service requires is variable, specify 0 for this parameter.

PIN

Specifies the PIN of the pager.

SignatureText

Specifies the optional user-defined text that identifies or tracks the email message.

Default: Notification Manager Automated Response

SubjectText

Specifies the Subject line of the generated email message.

The Notification Manager adds a prefix of "NM: " to the generated email subject line and an additional prefix of "Callback Item XXXX", if the ASK operand is specified.

Internal Default: Notification Manager item number xxxx

System

Specifies the name of the system that is to handle all notification server requests.

Internal Default: The local system name

TellExact

Determines whether the TELL text from the NMFIND command is to be written to the email verbatim. Values are:

YES

The TELL text is written to the email verbatim.

NO

Allows Notification Manager to add a call-in number and item number to the TELL text.

ToList

Specifies the email recipient names that are to receive this message. If more than one name is specified, these names must be separated by a semicolon (;).

ToListFormula

Specifies the formula, or set of rules, the pager service is to follow to combine the Phone, PagerPW, and PIN parameters, generating an email ID.

You can specify any valid REXX expression in this parameter. To use a parameter value in the expression, specify the name of the parameter, not its value. Use an exclamation point (!) for the pipe symbol (|), and use a single quote (') for any quotes.

For example, if the Skytel service required you to take the PIN and then add the string "@skytel.com", the formula would be:

	PIN!!'@skytel.com'