Home > The Template System > Process Templates > The Unsubscribe Email Template

Table of Contents

DotAdmin User Guide

The Unsubscribe Email Template

Important! Emails created using the Unsubscribe Email template are all sent as plain-text. You should not include HTML in this template.

When an email address is sucessfully unsubscribed from the mailing list using the unsubscribe function, an email is be sent to the email address which has just been unsubscribed (with the subject line “You have been unsubscribed”), notifying the recipient that they have just been removed from the mailing list.

Code for a typical unsubscribe message might look like this:

We have removed the email address
{email}
from our mailing list.


--
{company_name}
{site_uri}
{company_email}

A typical unsubscribe email template.

The above template would generate the following output:

We have removed the email address
support@dotadmin.com
from our mailing list


--
dotAdmin Limited
http://www.dotadmin.com
enquiries@dotadmin.com

Template Element Listings

The following elements are available in the unsubscribe email template:

Placeholder Output
{email} The email address which has just been removed from the mailing list.
{company_name} Your company name. This can be edited in the dotAdmin CMS under site contact details.
{site_uri} The web address of your website.
{site_email} Your site's main email address. This can be edited in the dotAdmin CMS under site contact details.