Forward to a Friend

Forward to a Friend

Introduction

Dada Mail's Forward to a Friend system is a very simple mechanism to allow your readers and visitors to send a copy of a mailing list message out to someone else.

Your readers do not have to even be subscribed to your mailing list to forward a message to a friend.

How Forward to a Friend Works

The Forward to a Friend form is located at the bottom of any archived message. If you do not see it, make sure to enable the option in the list control panel under,

Message Archives -> Archive Options

Look for the option labled, Enable "Forward to a Friend"

Your visitor will need to fill out their email address, their friend or associate's email address, fill out an optional note and click the, Forward to a Friend button.

CAPTCHA

There is an option to attach a CAPTCHA challenge/response to the form to stop abuse of the form itself and we absolutely suggest using it. You may enable CAPTCH in the list control panel, on that same screen by enabling the option:

Enable CAPTCHA on the, "Forward to a Friend" Form

More Information

CAPTCHA in Dada Mail:

https://dadamailproject.com/d/global_variables.pod.html#captcha_in_dada_mail

You may add a, Forward to a Friend link to your outgoing mailing list message, by using the following tag:

        <!-- tmpl_var forward_to_a_friend_link -->

Since the Forward to a Friend doesn't work unless you have both enabled archiving and Enabled Forward to a Friend, you may want to wrap the link in <!-- tmpl_if ... --> tags, so that the link does not show if you have disabled either of these options. An example of this, in HTML would look like this:

        <!-- tmpl_if list_settings.show_archives --> 
                <!-- tmpl_if list_settings.archive_send_form --> 
        
                        <p style="font:.8em/1.6em Helvetica,Verdana,'Sans-serif'">
                         <strong>
                          <a href="<!-- tmpl_var forward_to_a_friend_link -->">
                           Forward this Message to a Friend &#187;
                          </a>
                         </strong>
                        </p>
                        
                <!-- /tmpl_if --> 
        <!-- /tmpl_if -->

More Information:

The Dada Mail Email Template Syntax

https://dadamailproject.com/d/features-email_template_syntax.pod.html


Dada Mail Project

Download

Installation

Support