Before using this service, ensure that you are familiar with IOAMAIL.
The MAIL service can only be used in batch and API runs.
The following is the syntax of a request for the MAIL service:
MAIL request_type (content)
where
Table 61 MAIL Request Types
Request Type  | 
Description  | 
|---|---|
TO  | 
Mandatory. Address of recipient of the e-mail, specified in one of the ways described in IOAMAIL. Many TO requests can be specified in successive lines in one MAIL request.  | 
CC  | 
Optional. Address of recipient of a copy of the e-mail, specified in one of IOAMAIL ways described in IOAMAIL. Many CC requests can be specified in successive lines in one MAIL request.  | 
SUBJ  | 
Optional. Text for the subject field of the e-mail. If more than one SUBJ is specified, the last specified is used.  | 
TEXT  | 
Mandatory. Text for the body of the e-mail message. Up to 10 TEXT lines can be specified.  | 
SEND  | 
Mandatory. This Request Type has no text field. It sends the prepared e-mail. The message subject and text lines of the e-mail are cleared after sending is complete.  | 
NEWL  | 
This Request Type has no text field. It clears the recipient lists, both TO and CC.  | 
Parent Topic |