What XMITMAIL and XMITCICS are
Assuming you have SMTP configured on your OS/390 system, a
CALL to
XMITMAIL, or an EXEC CICS LINK to XMITCICS, will send a simple
plain-text e-mail.
- XMITMAIL and XMITCICS are a "lite" complement to Lionel
Dyck's XMITIP
exec.
- XMITMAIL is for use in batch.
- XMITMAIL is designed for situations where you have to send
a large
number of simple e-mails from a single job step. It is awkward to use
XMITIP for this.
- XMITMAIL can be CALLed from any LE-compliant HLL and has
also been used from NATURAL.
- XMITCICS is designed for use under CICS - (where XMITIP
cannot be used).
- XMITCICS can be EXEC CICS LINKed from any CICS program
- XMITMAIL and XMITCICS are written in COBOL and distributed
as source
code
- XMITMAIL and XMITCICS are fast, about 10 times as fast as
XMITIP.
|