Letters
An overview of letters for bulk mailing in MinistryPlatform.
- Letters are a report-based feature used to generate mail-merged documents.
- Letters follow a strict layout: they have a predefined header, body, and footer.
- You can't use Data Fields in your letter body.
Letter Headers
All letters automatically include the date, address, salutation, and whatever data fields are part of that report.
Letter Body
The body of the letter made up of the Letter Opening, Letter Body, and Letter From fields. You can only use a small subset of HTML in the output, so it's best to stick with paragraphs and basic formatting. The system ignores all but the most basic styles.
Here is a list of HTML elements that you can use:
- Hyperlinks: <a>
- Headers: <h1> to <h6>
- Basic Block elements: <div> <p>
- Text format: <font> <b> <i> <u> <s> <span>
- Lists: <ol> <ul> <li>
Font Size
To change the font size, you must use the source view and alter the HTML. The following snippets are examples of HTML that affect the font size. Experiment to get the result you want.
<h1>Headings have a predetermined size</h1>
<p style="font-size:24pt">This paragraph uses a style</p>
<p><font size="18">This paragraph uses the font tag</font></p>
Images
The system doesn't support all images and may omit some images. It may be best to pre-print images on letterhead. If you must use images in body fields, you may want to use the Selected Mail Merge Report. You must use bitmaps to generate PDFs.
Alternate Mail Merge Options
To overcome limitations of the Letters Report, you could use the Export action and the Selected Mail Merge Report to use Microsoft Excel or Microsoft Word for mail merges.
Create a Letter
Steps to create letters for bulk mailing in MinistryPlatform.
Review a Letter
Steps to create and view letters for bulk mailing in MinistryPlatform.
You can export or print the letters if needed.