Message Wrapping

Message Wrapping is used to prepended or appended text to the email message body when the message is sent to the list via email only. These settings are not in effect when sending through the Aurea List Manager administration web interface unless they have been enabled in Utilities > List Settings > Web Created Content.

Different headers and footers may be added to digests in Utilities > List Settings > Discussion Group Features > Message Look.

In addition, site or server admins may add message wrapping to messages in Utilities > Administration > Sites > Edit Site > Message Wrapping and Utilities > Administration > Server > Server Settings > Advanced: Message Wrapping

The table below explains the fields available on the Message Wrapping tab:

Field Name Description

Text message header

If specified, adds this text to the top of every text message body received via email and optionally through the web interface.

Text message footer

If specified, appends this text to the bottom of every text message body received via email and optionally through the web interface. When you create a mailing list, Aurea List Manager defaults to putting a footer at the bottom of every message which tells the recipient what email address they are subscribed with, and how to unsubscribe.

For example, the text of the default text footer is:

---

You are currently subscribed to %%list.name%% as: %%emailaddr%%
To unsubscribe click here: %%url.unsub%%
or send a blank email to %%email.unsub%%

 This footer uses the mail merge fields to allow failsafe unsubscribing.

 You can change this footer to be anything you like, or remove it completely.

HTML message header

If specified, adds this text to the top of every HTML message body received via email and optionally through the web interface. It should be formatted in HTML to display properly.

HTML message footer

If specified, appends this HTML to the bottom of every text message body received via email and optionally through the web interface. When you create a mailing list, Aurea List Manager defaults to putting a footer at the bottom of every message which tells the recipient what email address they are subscribed with, and how to unsubscribe.

For example, the text of the default HTML footer is:

<html><p>---<p>You are currently subscribed to %%list.name%% as:
<a href="mailto:%%emailaddr%%">%%emailaddr%%</a>.<p>To unsubscribe click here:
<a href="%%url.unsub%%">%%url.unsub%%</a><p>
(It may be necessary to cut and paste the above URL if the line is broken)
<p>or send a blank email to <a href="mailto:%%email.unsub%%">%%email.unsub%%</a></html>

You can change this footer to be anything you like, or remove it completely