Previous | Contents | Index |
For each message to be sent with PMDF_send
, an item list describing the message to be sent must first be built.
The entries in this item list specify the message's "From:" and "To:"
addresses as well as input sources for the content of the message. The
basic steps in sending a message with callable send are:
PMDF_send
:
PMDF_BLANK
, PMDF_NOIGNORE_ERRORS
, etc.);
PMDF_USER
item;
PMDF_TO
, PMDF_CC
, and PMDF_BCC
items;
PMDF_HDR_FILE
, PMDF_HDR_PROC
), or the content of individual message header lines can be specified with individual item codes ( PMDF_SUBJECT
, PMDF_REPLY_TO
, PMDF_ORGANIZATION
, etc.);
PMDF_MSG_FILE
or PMDF_MSG_PROC
items; and then
PMDF_END_LIST
.
PMDF_send
.
PMDF_send
.
Previous | Next | Contents | Index |