LISTSERV Maestro 8.1-4 Help

Forward >> << Back Table Of Contents

"Forward to a Friend" Settings

To access the "Forward to a Friend" settings for a given job: On the job's define message page, select the Social Media tab, then click on the Edit Settings link in the Forward to a Friend section.

The "Forward to a Friend" Settings screen allows you to enable or disable the forward to a friend feature for the given mailing.

With this feature, a special "Forward this email to a friend" link is embedded into the actual message. When a recipient clicks on this link, a special page opens that is used to enter the email addresses of any friends that the recipients wants to forward the message to. Optionally, a personal message may also be entered and will be included in the forwarded emails. Once the recipient triggers the forwarding, a copy of the same email that the recipient initially received will be delivered to the supplied friend-addresses.

When the forwarded email arrives at the friend-recipients, it will contain an additional preamble that informs the new recipients that this message was forwarded to them by another user. This preamble will also contain the user supplied personal message (if any, see above).

The forwarded email will also contain the same "Forward this email to a friend" link that was in the original mail, giving the friend-recipient the opportunity to forward this message to more friends.

The system will also keep a record of all forwards, with a detail level that corresponds to the selected tracking level, so that you can later view reports on how many forwards were triggered and how many conversions occurred, i.e. how many of the forward recipients subsequently joined the dataset the list belongs to themselves (see {{*SubscribeURL}} below).

Note: While the friends generally receive a message with the same content as the original message (plus the special preamble), there is a possibility that the original message and the forwarded message may differ slightly. If the original message used merge fields in profile field values of the original recipient, then these fields will be freshly merged during each forwarding. This means that if the original recipient's profile fields have changed since the original mailing, then the forwarded message will contain different merge field values than the original message. Also, the forwarding will only work while the original subscriber list still exists and the original recipient is still a subscriber of that list.

If the feature is enabled, then you also need make sure that the conditions described on the screen are correctly met and the settings are configured accordingly:


The {{*UserMessage}} System Drop-In

The {{*UserMessage}} system drop-in in the preamble allows the inclusion of a personal message supplied by the forwarding user in the preamble. For this system drop-in, the following rules are used:

To include a user message anywhere in the preamble, without a special prefix and/or suffix, simply type the name of the system drop-in {{*UserMessage}} (with the opening and closing tags that are appropriate to your message) at the desired location. The system drop-in will then be replaced with the user message or an empty string, if left empty.

If you want to define a prefix and/or suffix for the user message, then use the following syntax:

{{*UserMessage prefix#VALUE#suffix}}

where you replace "prefix" with the desired prefix text and "suffix" with the desired suffix text, using the following rules:

If the user does not supply a user message, then the whole system drop-in (starting with the opening tag and ending with the closing tag) will be replaced with an empty string (the prefix and suffix will also not appear in this case).

If the user supplies a non-empty user message, then the whole system drop-in (again starting with the opening tag and ending with the closing tag) will be replaced with the text that is built by linking the prefix, user message, and suffix. Or, in other words, in the string "prefix#VALUE#suffix," the "#VALUE#" part (including the enclosing "#" characters) is replaced with the user message, and the resulting string (including prefix and suffix) is used to replace the system drop-in.

The following are some examples for {{*UserMessage}} drop-ins with prefix and/or suffix. In the examples, linebreaks are shown as "" for better readability, and the prefix is marked with a green background, while the suffix is marked with a yellow background.

Simple prefix and suffix:

{{*UserMessage Prefix Text#Value#Suffix Text}}

Prefix and suffix with linebreaks:

Note: The whitespace before the first prefix character is not part of the prefix itself because all whitespace between "*UserMessage" and the prefix is ignored, while the whitespace in the first suffix line (after "#VALUE#") is part of the suffix:

{{*UserMessage       Prefix First Line¶
Prefix Second Line
#Value#     Suffix First Line¶
Suffix Second Line
}}

Prefix and suffix with linebreaks, with linebreaks before the first lines and after the last lines:

Notes: The whitespace and the linebreak on the first line are not part of the prefix because if the first line contains only whitespace and a linebreak after "*UserMessage", then both the whitespace and the linebreak are ignored. In comparison, the whitespace and the linebreak immediately after "#VALUE#" are part of the suffix, so the suffix has actually three lines (where the first line is empty except for whitespace).

Also, the prefix ends with a linebreak; therefore, the user message will start on a new line after the prefix. Similarly, the suffix ends with a linebreak; therefore, whatever comes after the drop-in will start on a new line after the suffix:

{{*UserMessage ¶
Prefix First Line¶
Prefix Second Line¶
#Value# ¶
Suffix Second Line¶
Suffix Third Line¶
}}

The System-Default Preamble

The system-default preamble for a plain text message looks like this:

This is a forwarded message.

We have received a request from "{{*SenderAddress}}" to forward this message to you.

You have not been added to any lists, and you will not receive any additional messages as a result of this forward.
If you would like to register to receive messages like this one directly, click on the link below:
{{*SubscribeURL}}
(Or copy & paste this URL into the address field of your browser.)
{{*UserMessage

"{{*SenderAddress}}" included this personal message for you:

#VALUE#
}}-------------------------------------------------------
The system-default preamble for a HTML message looks like this, in HTML-code form:
<p><b>This is a forwarded message.</b></p>
<p>We have received a request from "<b>{{*SenderAddress}}</b>" to forward this message to you.</p>
<p>You have not been added to any lists, and you will not receive any additional messages as a result of this forward.<br>
<a href="{{*SubscribeURL}}">Click here</a> if you would like to register to receive messages like this one directly.</p>
{{*UserMessage
<p>"{{*SenderAddress}}" included this personal message for you:</p>
<p><i>#VALUE#</i></p>}}
<hr>
and rendered as actual HTML:

This is a forwarded message.

We have received a request from "{{*SenderAddress}}" to forward this message to you.

You have not been added to any lists, and you will not receive any additional messages as a result of this forward.
Click here if you would like to register to receive messages like this one directly.

{{*UserMessage

"{{*SenderAddress}}" included this personal message for you:

#VALUE#

}}
© 2002-2017 L-Soft Sweden AB. All rights reserved.