In the IUIE, what are the mailing functions?
Note: The following is a description of the batch service that performs the mailing functions. The IUIE provides an interface to these functions through two report object types: data extracts and PDQs. For more information on using the interface, see In the IUIE, how can I use mailing functions in a data extract?
The IUIE provides a batch service that performs two mailing functions:
- Notification Email: Sends a form letter to each address in query results
- Mail Merge: Sends a form letter with data merged from query results
Notification Email
This mailing request will send a form letter to each member of the "ADDR" section:
FROM iuieuser@indiana.edu (email address of the originator of the mailing) REPLYTO contact@indiana.edu (email address of person to contact regarding this mailing) SUBJECT Policies (the title of the email to be sent) BODY This is the body of the email to be sent. It includes only text and does not reference merge data (FIELDS). The ADDR section is composed only of a list of email addresses. ADDR A list of email addresses to which to send the notification. ADDR contains a column of email addresses. One copy of the mail is sent for each 100 members in ADDR. Duplication of the mail is done through use of a BCC section.Mail Merge
A Mail Merge will be performed if there is a "FIELDS" section in the
mailing request file. The "FIELDS" section identifies the columns of the
records in the "ADDR" section. The first column is always the
destination email address. The remaining columns are referenced by
name in the "BODY" section, marking the fill-in field with the
$ (dollar sign) symbol, for example:
Also see:
- Information for PDQ publishers regarding mailing functions
- In the IUIE, how can I use mailing functions in a data extract?
- Access information for the IUIE Mailing functions
Last modified on October 30, 2007.






