HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/hMailServer/Data/taprogge.co.uk/info/1E/{1EFFEEE7-F7E4-427A-AF6D-352C8DB1FFA3}.eml
Return-Path: y5eBRdSM-27DwmC8pn5@icm-software.co.uk
Delivered-To: info@taprogge.co.uk
Received: from mail01.icm-marketingportal.com (mail01.icm-marketingportal.com [188.34.190.239])
	by mail.itpartnership.com with ESMTPS
	(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256)
	; Thu, 4 Jun 2026 09:45:47 +0100
Received: from root (helo=[127.0.0.1])
	by mail01.icm-marketingportal.com with local-smtp (Exim 4.93)
	(envelope-from <y5eBRdSM-27DwmC8pn5@icm-software.co.uk>)
	id 1wV3hx-005Z3h-Qn
	for info@taprogge.co.uk; Thu, 04 Jun 2026 08:45:45 +0000
Subject: Grab 25% off Energizer Max Plus AA & AAA Batteries!
From: Chloe Jenkins <marketing@quills.co>
Reply-To: Chloe.Jenkins@quillsuk.co.uk
To: "Debbie ." <info@taprogge.co.uk>
List-Unsubscribe: <mailto:Chloe.Jenkins@quillsuk.co.uk?subject=Unsubscribe>
Precedence: bulk
X-Mailgun-Variables: {"campaign_id":720877,"recipient_code":"27DwmC8pn5"}
MIME-Version: 1.0
Date: Thu, 04 Jun 2026 08:45:45 +0000
Message-ID: <4cb22d2ecd4dd08425c05cface967e59@quills.co>
DKIM-Signature: v=1; q=dns/txt; a=rsa-sha256;
 bh=xEkYfxeevF0Itsi1IvKev41LHUF04MfaYtdGEZhFAGY=; d=quills.co; h=Subject:
 From: Reply-To: To: List-Unsubscribe: Precedence: X-Mailgun-Variables:
 MIME-Version: Date: Message-ID; i=@quills.co; s=icm; t=1780562745;
 c=relaxed/relaxed;
 b=Cg7P/01RxiynjwJ1x+7QNhci2fqSS/4qvLspKoBE4ddeYXtDjGUbKyQ5LBdE83ZO9UW5HIBUr
 foVrH20ynLm062ECfPiUp/XlT4BIB5paxXHgotsUwXMxzwfijIQw/WHqRsFfJwtA332aOSM6x
 LX4rX6Mxi5khuy37GTsgj6fIPcmtBGHKKYUwjrV7WtcWqAgQCHJvEkvYRv7/C6WTRuz5sgZOO
 /6MzKUSf+3ork63+CkDyM2/g45BwtsBKryo9qpVJa02zi7Xd8VyOB3FrZSIf425mZ5v1dRIFX
 CedtXpVQLrnJ9AFkccwSxdHKTyVDQMbJCkIXei99gKxbi/IEaw==
Content-Type: multipart/alternative; boundary=6JZSlDEB

--6JZSlDEB
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Quills Group
   =20
   =20
   =20
   =20
   =20
        /* What it does: Remove spaces around the email design added by som=
e email clients. */
        /* Beware: It can remove the padding / margin and add a background =
color to the compose a reply window. */

@import url('https://fonts.googleapis.com/css2?family=3DOpen+Sans:wght@400;=
600;800&display=3Dswap');

html,
        body {
            margin: 0 !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
            font-family: 'Open Sans', sans-serif;
        }

/* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

/* What it does: Forces Outlook.com to display emails full width. */
        .ExternalClass {
            width: 100%;
        }

/* What is does: Centers email on Android 4.4 */
        div[style*=3D"margin: 16px 0"] {
            margin: 0 !important;
        }

/* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table align=
ment bug. Applies table-layout to the first 2 tables then removes for anyth=
ing nested deeper. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

table table table {
            table-layout: auto;
        }

/* What it does: Uses a better rendering method when resizing images in IE.=
 */
        img {
            -ms-interpolation-mode: bicubic;
        }

/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
        .yshortcuts a {
            border-bottom: none !important;
        }

/* What it does: Another work-around for iOS meddling in triggered links. *=
/
        a[x-apple-data-detectors] {
            color: inherit !important;
        }

.new {
            font-size: 20px;
        }

/* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }

.button-td:hover,
        .button-a:hover {
            background: #27336F !important;
            border-color: #27336F !important;
        }

/* Media Queries */
        @media screen and (max-width: 600px) {

.email-container {
                width: 100% !important;
                max-width: 600px;
            }

/* What it does: Forces elements to resize to the full width of their conta=
iner. Useful for resizing images beyond their max-width. */
            .fluid,
            .fluid-centered {
                max-width: 100% !important;
                height: auto !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

/* And center justify these ones. */
            .fluid-centered {
                margin-left: auto !important;
                margin-right: auto !important;
            }

/* What it does: Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }

/* And center justify these ones. */
            .stack-column-center {
                text-align: center !important;
            }

/* What it does: Generic utility class for centering. Useful for images, bu=
ttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }

table.center-on-narrow {
                display: inline-block !important;
            }

.headline {
                font-size: 28px !important;
            }
        }

Quills Group=20

Quills Group=20
=09=09
=09=09
=09=09=09
=09=09=09
=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09
=09=09=09

0845 078 0324 | Shop Now | sales@quillsuk.co.uk
=09=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09
=09=09=09
=09=09=09
=09=09
=09

Did you know~ 840 batteries are needed for an office of 120 employees
                               =20
                           =20
                           =20
                           =20
                           =20
                           =20
                           =20
                               =20
                           =20
                           =20
                           =20
                           =20
                               =20
                                    Ideal for use in the workplace providin=
g unmatched power for all devices and featuring a 12 year shelf life ensuri=
ng they can withstand long durations of storage.Offering superior performan=
ce, these Energizer Max Plus AA batteries are Energizer's longest lasting a=
lkaline battery.Enjoy 25% off using MAXPLUS code at the checkout during Jun=
e & July 2026. Applies to AA & AAA packs of 20 & 50 Energizer Max Plus Alka=
line Batteries.
                               =20
                           =20
                           =20
                           =20

Energizer Max Plus AAbatteries - Pack of 20

=C2=A0=C2=A0=C2=A0=C2=A0BUY PACKS OF 20
                                                                           =
             =C2=A0=C2=A0=C2=A0=C2=A0
                                                                           =
        =20
                                                                           =
    =20
                                                                           =
=20
                                                                       =20
                                                                   =20
                                                                   =20
                                                               =20
                                                           =20
                                                           =20
                                                               =20

Energizer Max Plus AAbatteries - Pack of 50

=C2=A0=C2=A0=C2=A0=C2=A0BUY PACKS OF 50
                                                                           =
             =C2=A0=C2=A0=C2=A0=C2=A0
                                                                           =
        =20
                                                                           =
    =20
                                                                           =
=20
                                                                       =20
                                                                   =20
                                                                   =20
                                                               =20
                                                           =20
                                                           =20
                                                               =20

Energizer Max Plus AAAbatteries - Pack of 20

=C2=A0=C2=A0=C2=A0=C2=A0BUY PACKS OF 20
                                                                           =
             =C2=A0=C2=A0=C2=A0=C2=A0
                                                                           =
        =20
                                                                           =
    =20
                                                                           =
=20
                                                                       =20
                                                                   =20
                                                                   =20
                                                               =20
                                                           =20
                                                           =20
                                                               =20

Energizer Max Plus AAAbatteries - Pack of 50

=C2=A0=C2=A0=C2=A0=C2=A0BUY PACKS OF 50
                                                                           =
             =C2=A0=C2=A0=C2=A0=C2=A0
                                                                           =
        =20
                                                                           =
    =20
                                                                           =
=20
                                                                       =20
                                                                   =20
                                                                   =20
                                                               =20
                                                           =20
                                                           =20
                                                               =20

Don=E2=80=99t forget to buy batteries for your small devicessuch as calcula=
tors and remote controls!
                               =20
                           =20
                           =20
                           =20
                           =20
                           =20
                           =20
                               =20
                           =20
                           =20
                           =20

Energizer LR44/A76
                                                                        1.5=
V Alkaline batteries
                                                                        - P=
ack of 12

=C2=A0=C2=A0=C2=A0=C2=A0BUY NOW
                                                                           =
             =C2=A0=C2=A0=C2=A0=C2=A0
                                                                           =
        =20
                                                                           =
    =20
                                                                           =
=20
                                                                       =20
                                                                   =20
                                                                   =20
                                                               =20
                                                           =20

Energizer CR20163V Lithium batteries- Pack of 12

=C2=A0=C2=A0=C2=A0=C2=A0BUY NOW
                                                                           =
             =C2=A0=C2=A0=C2=A0=C2=A0
                                                                           =
        =20
                                                                           =
    =20
                                                                           =
=20
                                                                       =20
                                                                   =20
                                                                   =20
                                                               =20
                                                           =20

Energizer CR2025
                                                                        3V =
Lithium batteries
                                                                        - P=
ack of 12

=C2=A0=C2=A0=C2=A0=C2=A0BUY NOW
                                                                           =
             =C2=A0=C2=A0=C2=A0=C2=A0
                                                                           =
        =20
                                                                           =
    =20
                                                                           =
=20
                                                                       =20
                                                                   =20
                                                                   =20
                                                               =20
                                                           =20

Energizer CR2032
                                                                        3V =
Lithium batteries
                                                                        - P=
ack of 12

=C2=A0=C2=A0=C2=A0=C2=A0BUY NOW
                                                                           =
             =C2=A0=C2=A0=C2=A0=C2=A0
                                                                           =
        =20
                                                                           =
    =20
                                                                           =
=20
                                                                       =20
                                                                   =20
                                                                   =20
                                                               =20
                                                           =20

Click the video below to view our estimated average battery usage required =
for an office...you'll be surprised!
                               =20
                           =20
                           =20
                           =20
                           =20
                           =20
                           =20
                               =20
                           =20
                           =20
                           =20
                           =20
                           =20
                           =20
                               =20
                                   =20
                               =20
                           =20
                           =20
                           =20
                           =20
                               =20
                                   =20
                                       =20
                                       =20
                                           =20
                                               =20
                                                   =20
                                                       =20
                                                            =C2=A0=C2=A0=
=C2=A0=C2=A0PREDICT YOUR BATTERY USAGE
                                                            =C2=A0=C2=A0=
=C2=A0=C2=A0
                                                       =20
                                                   =20
                                               =20
                                           =20
                                       =20
                                       =20
                                   =20
                               =20
                           =20
                           =20
                           =20
                           =20
                               =20
                                    * Estimations, based on devices listed =
in the video above, excluding calculators.
                               =20
                           =20
                           =20

Connect with us
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09Quills Group Unit 2, Spitfire Business =
Park, 1 Hawker Road, Croydon, Surrey, CR0 4WD
=09=09=09=09=09=09=09=09=09=09=09=09Shop Now | 0845 078 0324 | sales@quills=
uk.co.uk
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09Email&nbsp;not&nbsp;displaying&nbsp;proper=
ly?&nbsp; View it online https://cubemarketing.net/view-email-online/y5eBRd=
SM/27DwmC8pn5/

=09=09=09=09=09=09=09=09=09=09=09You can update your Email Marketing Prefer=
ences at the following URL
 https://cubemarketing.net/preferences/27DwmC8=
pn5/y5eBRdSM/show/
=09=09=09=09=09=09=09=09=09=09=09If you no longer wish to receive emails fr=
om us click on the following link to unsubscribe
https://cubemarketing.ne=
t/preferences/[[CONTACT_CODE]]/y5eBRdSM/
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09Quills Office Supplies Ltd 4836249 =20
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09Prices exclude VAT. E.&O.E. DISCLAIMER: Th=
is e-mail and attachments are confidential and are intended solely for the =
use of the individual to whom it is addressed. If you are not the intended =
recipient, be advised that you have received this Email in error and that a=
ny use, dissemination, forwarding, printing, or copying of this Email is st=
rictly prohibited. If this transmission is received in error please notify =
the sender immediately and delete this message from your E-mail system. Mes=
sages sent to and from us may be monitored. Internet communications cannot =
be guaranteed to be secure or error-free as information could be intercepte=
d, corrupted, lost, destroyed, arrive late or incomplete, or contain viruse=
s. Therefore, we do not accept responsibility for any errors or omissions t=
hat are present in this message, or any attachment, that have arisen as a r=
esult of e-mail transmission. If verification is required, please request a=
 hard-copy version. Any views or opinions presented are solely those of the=
 author and do not necessarily represent those of the company.
--6JZSlDEB
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<!doctype html>
<html>

<head>
    <meta charset=3D"utf-8" /><!-- utf-8 works for most cases -->
    <meta content=3D"width=3Ddevice-width, initial-scale=3D1.0" name=3D"vie=
wport" /><!-- Forcing initial-scale shouldn't be necessary -->
    <meta content=3D"IE=3Dedge" http-equiv=3D"X-UA-Compatible" /><!-- Use t=
he latest (edge) version of IE rendering engine -->
    <title>Quills Group</title>
    <!-- The title tag shows in email notifications, like Android 4.4. -->
    <!-- Please use an inliner tool to convert all CSS to inline as inpage =
or external CSS is removed by email clients -->
    <!-- important in CSS is used to prevent the styles of currently inline=
 CSS from overriding the ones mentioned in media queries when corresponding=
 screen sizes are encountered -->
    <!-- CSS Reset -->
    <style type=3D"text/css">.preheader { display: none !important; visibil=
ity: hidden; opacity: 0; color: transparent; height: 0; width: 0; }=20
        /* What it does: Remove spaces around the email design added by som=
e email clients. */
        /* Beware: It can remove the padding / margin and add a background =
color to the compose a reply window. */

        @import url('https://fonts.googleapis.com/css2?family=3DOpen+Sans:w=
ght@400;600;800&display=3Dswap');

        html,
        body {
            margin: 0 !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
            font-family: 'Open Sans', sans-serif;
        }

        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* What it does: Forces Outlook.com to display emails full width. *=
/
        .ExternalClass {
            width: 100%;
        }

        /* What is does: Centers email on Android 4.4 */
        div[style*=3D"margin: 16px 0"] {
            margin: 0 !important;
        }

        /* What it does: Stops Outlook from adding extra spacing to tables.=
 */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. Fix for Yahoo mail tab=
le alignment bug. Applies table-layout to the first 2 tables then removes f=
or anything nested deeper. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

        table table table {
            table-layout: auto;
        }

        /* What it does: Uses a better rendering method when resizing image=
s in IE. */
        img {
            -ms-interpolation-mode: bicubic;
        }

        /* What it does: Overrides styles added when Yahoo's auto-senses a =
link. */
        .yshortcuts a {
            border-bottom: none !important;
        }

        /* What it does: Another work-around for iOS meddling in triggered =
links. */
        a[x-apple-data-detectors] {
            color: inherit !important;
        }

        .new {
            font-size: 20px;
        }

    </style>
    <!-- Progressive Enhancements -->
    <style type=3D"text/css">
        /* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }

        .button-td:hover,
        .button-a:hover {
            background: #27336F !important;
            border-color: #27336F !important;
        }

        /* Media Queries */
        @media screen and (max-width: 600px) {

            .email-container {
                width: 100% !important;
                max-width: 600px;
            }

            /* What it does: Forces elements to resize to the full width of=
 their container. Useful for resizing images beyond their max-width. */
            .fluid,
            .fluid-centered {
                max-width: 100% !important;
                height: auto !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            /* And center justify these ones. */
            .fluid-centered {
                margin-left: auto !important;
                margin-right: auto !important;
            }

            /* What it does: Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }

            /* And center justify these ones. */
            .stack-column-center {
                text-align: center !important;
            }

            /* What it does: Generic utility class for centering. Useful fo=
r images, buttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }

            table.center-on-narrow {
                display: inline-block !important;
            }

            .headline {
                font-size: 28px !important;
            }
        }

    </style>
=09<style>a { color: #5B9EDE; text-decoration: none; }  a:li=
nk { color: #5B9EDE; text-decoration: none; }  a:hover { color: #5B9EDE; te=
xt-decoration: none; }  a:visited { color: #5B9EDE; text-decoration: none; =
}  a:visited:hover { color: #5B9EDE; text-decoration: none; }  a:focus { co=
lor: #5B9EDE; text-decoration: none; } </style>

</head>

<body bgcolor=3D"#e0e0e0" style=3D"margin: 0;" width=3D"100%" yahoo=3D"yaho=
o"><span class=3D"preheader" style=3D"display: none !important; visibility:=
 hidden; opacity: 0; color: transparent; height: 0; width: 0;">Stock up wit=
h 25% off Energizer Max Plus AA & AAA alkaline batteries.</span>
    <table bgcolor=3D"#e0e0e0" border=3D"0" cellpadding=3D"0" cellspacing=
=3D"0" style=3D"border-collapse:collapse;" width=3D"100%">
        <tbody>
            <tr>
                <td>
                    <center style=3D"width: 100%;">
                        <!-- Visually Hidden Preheader Text : BEGIN -->
                        <div style=3D"display:none;font-size:1px;line-heigh=
t:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;f=
ont-family: sans-serif;"></div>
                        <!-- Visually Hidden Preheader Text : END -->

                        <!-- Email Body : BEGIN -->

                        <table align=3D"center" bgcolor=3D"#ffffff" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"email-container" width=
=3D"600">
  <tr>
                    <td class=3D"stack-column-center" style=3D"text-align: =
left; font-family: 'Open Sans', sans-serif; font-size: 1px; color: #000000"=
>
                        <a style=3D"color: #ffffff; text-decoration: none;"=
 href=3D"https://cubemarketing.net/link-tracker/track-click/y5eBRdSM/27DwmC=
8pn5/d3MNWF8pWw/"><span>Quills Group </span></a>

                    </td>
                </tr>

                            <!-- Header Variable : BEGIN -->
                            <tr>
                                <td align=3D"center" style=3D"padding: 0px;=
" valign=3D"top"><table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"100%">
=09<tbody>
=09=09<tr>
=09=09=09<td class=3D"stack-column-center" style=3D"text-align: left; font-=
family: 'Open Sans', sans-serif; font-size: 1px; color: #000000"><a href=3D=
"https://cubemarketing.net/link-tracker/track-click/y5eBRdSM/27DwmC8pn5/d3M=
NWF8pWw/" style=3D"color: #ffffff; text-decoration: none;"><span>Quills Gro=
up </span></a></td>
=09=09</tr>
=09=09<tr>
=09=09=09<td align=3D"center" style=3D"padding: 0px;" valign=3D"top"><!-- P=
ersonalised Header: BEGIN -->
=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=
=3D"0" width=3D"100%">
=09=09=09=09<tbody>
=09=09=09=09=09<tr>
=09=09=09=09=09=09<td class=3D"stack-column-center">
=09=09=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D"0" ce=
llspacing=3D"0" width=3D"100%">
=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding-top: 20px;=
 padding-bottom: 10px; padding-left: 20px; padding-right: 20px;" valign=3D"=
top"><a href=3D"https://cubemarketing.net/link-tracker/track-click/y5eBRdSM=
/27DwmC8pn5/cP5wNSG5PY/"><img align=3D"middle" alt=3D"Quills Group" border=
=3D"0" src=3D"https://cubemarketing.net/variable-image/1105-9309.png" style=
=3D"width: 100%; max-width: 250px; height: auto;" width=3D"250" /></a></td>
=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09</table>
=09=09=09=09=09=09</td>
=09=09=09=09=09</tr>
=09=09=09=09</tbody>
=09=09=09</table>

=09=09=09<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"1=
00%">
=09=09=09=09<tbody>
=09=09=09=09=09<tr>
=09=09=09=09=09</tr>
=09=09=09=09=09<tr>
=09=09=09=09=09=09<td align=3D"center" class=3D"stack-column-center" style=
=3D"padding-bottom: 10px">
=09=09=09=09=09=09<p><span style=3D"font-family: sans-serif; font-size: 14p=
x; color: #555555"><a href=3D"https://cubemarketing.net/link-tracker/track-=
click/y5eBRdSM/27DwmC8pn5/Q4EWj9dZwn/" style=3D"color: #555555; text-decora=
tion: none"><strong>0845 078 0324</strong></a> | <strong><a href=3D"https:/=
/cubemarketing.net/link-tracker/track-click/y5eBRdSM/27DwmC8pn5/cP5wNSG5PY/=
" style=3D"color: #8B99E0; text-decoration: none">Shop Now</a></strong> | <=
a href=3D"mailto:sales@quillsuk.co.uk" style=3D"color: #555555; text-decora=
tion: none"><strong>sales@quillsuk.co.uk</strong></a></span></p>
=09=09=09=09=09=09</td>
=09=09=09=09=09</tr>
=09=09=09=09</tbody>
=09=09=09</table>
=09=09=09<!-- Personalised Header: END --></td>
=09=09</tr>
=09</tbody>
</table>
</td>
                            </tr>
                            <!-- Header Variable : END -->


                            <!-- Drop elements in here from the code librar=
y -->
                            <!-- Headline Message : BEGIN -->
                            <tr>
                                <td bgcolor=3D"#333333" style=3D"text-align=
: center; padding: 30px; padding-bottom: 20px; font-family: 'Open Sans', sa=
ns-serif; mso-height-rule: exactly; color: #ffffff;">
                                    <span class=3D"headline" style=3D"font-=
size: 23px">Did you know<br><b>~ 840 batteries</b> are needed for <br>an of=
fice of 120 employees</span>
                                </td>
                            </tr>
                            <!-- Headline Message : END -->
                            <!-- Hero Image : BEGIN -->
                            <!--- The image should be replaced with a full =
path to an image, starting with HTTPS --->
                            <!--- The image should be exactly 600px wide an=
d can be any height--->
                            <tr>
                                <td class=3D"full-width-image"><img align=
=3D"middle" alt=3D"enegizer education" border=3D"0" src=3D"https://admin.ic=
m-marketingportal.co.uk/fck/8281/image/-campaigns/2026/Energizer/banner_25-=
.png" style=3D"width: 100%; max-width: 600px; height: auto;" width=3D"600" =
/></td>
                            </tr>
                            <!-- Hero Image : END -->
                            <!-- Headline Message : BEGIN -->
                            <tr>
                                <td style=3D"text-align: center; padding: 3=
0px; padding-bottom: 10px; font-family: 'Open Sans', sans-serif; mso-height=
-rule: exactly; color: #333333;">
                                    <span class=3D"headline" style=3D"font-=
size: 15px"><span>Ideal for use in the workplace providing unmatched power =
for all devices and featuring a </span><span style=3D"color: #1881A1; font-=
weight: 700">12 year shelf life</span><span> ensuring they can withstand lo=
ng durations of storage.</span><br><br>Offering superior performance, these=
 </span><span style=3D"color: #1881A1; font-weight: 700">Energizer Max Plus=
 AA batteries</span><span> are </span><span style=3D"color: #1881A1; font-w=
eight: 700">Energizer's longest lasting alkaline battery.</span><br><br><sp=
an><span style=3D"color: #1881A1; font-weight: 700">Enjoy 25% off using MAX=
PLUS code at the checkout during June & July 2026.</span><span> Applies to =
AA & AAA packs of 20 & 50 Energizer Max Plus Alkaline Batteries.</span></sp=
an>
                                </td>
                            </tr>
                            <!-- Headline Message : END -->
                            <!-- Two Even Columns : BEGIN -->

                            <!-- Two Even Columns : BEGIN -->
                            <tr>
                                <td align=3D"center" style=3D"padding: 10px=
; padding-bottom: 30px;" valign=3D"top">
                                    <table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
                                        <tbody>
                                            <tr>
                                                <th class=3D"stack-column-c=
enter">
                                                    <table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
                                                        <tbody>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; padding-bottom: 4px; text-align: center; background-color=
: #EAEAEA;"><a href=3D"https://cubemarketing.net/link-tracker/track-click/y=
5eBRdSM/27DwmC8pn5/cxJzks4e7d/"><img align=3D"middle" alt=3D"pack of 20" bo=
rder=3D"0" src=3D"https://admin.icm-marketingportal.co.uk/fck/8281/image/-c=
ampaigns/2026/Energizer/AA_PACK_OF_20.png" style=3D"width: 100%; max-width:=
 261px; height: auto;" width=3D"261" /></a></td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 20px; text-align: center; font-family: 'Open Sans', sans-serif=
; font-size: 18px; mso-height-rule: exactly; color: #000000; font-weight: 6=
00; background-color: #EAEAEA">
                                                                    <span>E=
nergizer Max Plus AA<br>batteries <br>- Pack of 20</span>

                                                                    <br /><=
br />
                                                                    <!-- Bu=
tton : Begin -->
                                                                    <table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
 style=3D"float:center; margin: 0 auto">
                                                                        <tb=
ody>
                                                                           =
 <tr>
                                                                           =
     <td class=3D"button-td" style=3D"border-radius: 0px; background: #1881=
A1; text-align: center;">
                                                                           =
         <a class=3D"button-a" href=3D"https://cubemarketing.net/link-track=
er/track-click/y5eBRdSM/27DwmC8pn5/cxJzks4e7d/" style=3D"background: #1881A=
1; border: 15px solid #1881A1; padding: 0 10px;color: #ffffff; font-family:=
 'Open Sans', sans-serif; font-size: 14px; line-height: 1.1; text-align: ce=
nter; text-decoration: none; display: block; border-radius: 0px; font-weigh=
t: 600;">
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY PACKS OF =
20
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
                                                                           =
         </a>
                                                                           =
     </td>
                                                                           =
 </tr>
                                                                        </t=
body>
                                                                    </table=
>
                                                                    <!-- Bu=
tton : END -->
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; text-align: center; font-family: 'Open Sans', sans-serif;=
 font-size: 12px; mso-height-rule: exactly; color: #000000; font-weight: 60=
0; background-color: #EAEAEA"></span>

                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                </th>
                                                <th class=3D"stack-column-c=
enter">
                                                    <table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
                                                        <tbody>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; text-align: center; background-color: #EAEAEA;"><a href=
=3D"https://cubemarketing.net/link-tracker/track-click/y5eBRdSM/27DwmC8pn5/=
apaWgX9cWY/"><img align=3D"middle" alt=3D"pack of 50" border=3D"0" src=3D"h=
ttps://admin.icm-marketingportal.co.uk/fck/8281/image/-campaigns/2026/Energ=
izer/AA_PACK_OF_50.png" style=3D"width: 100%; max-width: 261px; height: aut=
o;" width=3D"261" /></a></td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 20px; text-align: center; font-family: 'Open Sans', sans-serif=
; font-size: 18px; mso-height-rule: exactly; color: #000000; font-weight: 6=
00; background-color: #EAEAEA">
                                                                    <span>E=
nergizer Max Plus AA<br>batteries <br>- Pack of 50</span>

                                                                    <br /><=
br />
                                                                    <!-- Bu=
tton : Begin -->
                                                                    <table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
 style=3D"float:center; margin: 0 auto">
                                                                        <tb=
ody>
                                                                           =
 <tr>
                                                                           =
     <td class=3D"button-td" style=3D"border-radius: 0px; background: #1881=
A1; text-align: center;">
                                                                           =
         <a class=3D"button-a" href=3D"https://cubemarketing.net/link-track=
er/track-click/y5eBRdSM/27DwmC8pn5/apaWgX9cWY/" style=3D"background: #1881A=
1; border: 15px solid #1881A1; padding: 0 10px;color: #ffffff; font-family:=
 'Open Sans', sans-serif; font-size: 14px; line-height: 1.1; text-align: ce=
nter; text-decoration: none; display: block; border-radius: 0px; font-weigh=
t: 600;">
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY PACKS OF =
50
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
                                                                           =
         </a>
                                                                           =
     </td>
                                                                           =
 </tr>
                                                                        </t=
body>
                                                                    </table=
>
                                                                    <!-- Bu=
tton : END -->
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; text-align: center; font-family: 'Open Sans', sans-serif;=
 font-size: 12px; mso-height-rule: exactly; color: #000000; font-weight: 60=
0; background-color: #EAEAEA"></span>

                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                </th>
                                            </tr>
                                        </tbody>
                                    </table>
                                </td>
                            </tr>
                            <!-- Two Even Columns : END -->


                            <!-- Two Even Columns : END -->
                            <!-- Two Even Columns : BEGIN -->

                            <!-- Two Even Columns : BEGIN -->
                            <tr>
                                <td align=3D"center" style=3D"padding: 10px=
; padding-bottom: 30px;" valign=3D"top">
                                    <table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
                                        <tbody>
                                            <tr>
                                                <th class=3D"stack-column-c=
enter">
                                                    <table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
                                                        <tbody>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; padding-bottom: 4px; text-align: center; background-color=
: #EAEAEA;"><a href=3D"https://cubemarketing.net/link-tracker/track-click/y=
5eBRdSM/27DwmC8pn5/cxJzks4e7d/"><img align=3D"middle" alt=3D"pack of 20" bo=
rder=3D"0" src=3D"https://admin.icm-marketingportal.co.uk/fck/8281/image/-c=
ampaigns/2026/Energizer/AAA_PACK_OF_20.png" style=3D"width: 100%; max-width=
: 261px; height: auto;" width=3D"261" /></a></td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 20px; text-align: center; font-family: 'Open Sans', sans-serif=
; font-size: 18px; mso-height-rule: exactly; color: #000000; font-weight: 6=
00; background-color: #EAEAEA">
                                                                    <span>E=
nergizer Max Plus AAA<br>batteries <br>- Pack of 20</span>

                                                                    <br /><=
br />
                                                                    <!-- Bu=
tton : Begin -->
                                                                    <table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
 style=3D"float:center; margin: 0 auto">
                                                                        <tb=
ody>
                                                                           =
 <tr>
                                                                           =
     <td class=3D"button-td" style=3D"border-radius: 0px; background: #1881=
A1; text-align: center;">
                                                                           =
         <a class=3D"button-a" href=3D"https://cubemarketing.net/link-track=
er/track-click/y5eBRdSM/27DwmC8pn5/wTwTzPNezt/" style=3D"background: #1881A=
1; border: 15px solid #1881A1; padding: 0 10px;color: #ffffff; font-family:=
 'Open Sans', sans-serif; font-size: 14px; line-height: 1.1; text-align: ce=
nter; text-decoration: none; display: block; border-radius: 0px; font-weigh=
t: 600;">
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY PACKS OF =
20
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
                                                                           =
         </a>
                                                                           =
     </td>
                                                                           =
 </tr>
                                                                        </t=
body>
                                                                    </table=
>
                                                                    <!-- Bu=
tton : END -->
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; text-align: center; font-family: 'Open Sans', sans-serif;=
 font-size: 12px; mso-height-rule: exactly; color: #000000; font-weight: 60=
0; background-color: #EAEAEA"></span>

                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                </th>
                                                <th class=3D"stack-column-c=
enter">
                                                    <table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
                                                        <tbody>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; text-align: center; background-color: #EAEAEA;"><a href=
=3D"https://cubemarketing.net/link-tracker/track-click/y5eBRdSM/27DwmC8pn5/=
hYBnBtaAmf/"><img align=3D"middle" alt=3D"pack of 50" border=3D"0" src=3D"h=
ttps://admin.icm-marketingportal.co.uk/fck/8281/image/-campaigns/2026/Energ=
izer/AAA_PACK_OF_50.png" style=3D"width: 100%; max-width: 261px; height: au=
to;" width=3D"261" /></a></td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 20px; text-align: center; font-family: 'Open Sans', sans-serif=
; font-size: 18px; mso-height-rule: exactly; color: #000000; font-weight: 6=
00; background-color: #EAEAEA">
                                                                    <span>E=
nergizer Max Plus AAA<br>batteries <br>- Pack of 50</span>

                                                                    <br /><=
br />
                                                                    <!-- Bu=
tton : Begin -->
                                                                    <table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
 style=3D"float:center; margin: 0 auto">
                                                                        <tb=
ody>
                                                                           =
 <tr>
                                                                           =
     <td class=3D"button-td" style=3D"border-radius: 0px; background: #1881=
A1; text-align: center;">
                                                                           =
         <a class=3D"button-a" href=3D"https://cubemarketing.net/link-track=
er/track-click/y5eBRdSM/27DwmC8pn5/hYBnBtaAmf/" style=3D"background: #1881A=
1; border: 15px solid #1881A1; padding: 0 10px;color: #ffffff; font-family:=
 'Open Sans', sans-serif; font-size: 14px; line-height: 1.1; text-align: ce=
nter; text-decoration: none; display: block; border-radius: 0px; font-weigh=
t: 600;">
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY PACKS OF =
50
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
                                                                           =
         </a>
                                                                           =
     </td>
                                                                           =
 </tr>
                                                                        </t=
body>
                                                                    </table=
>
                                                                    <!-- Bu=
tton : END -->
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; text-align: center; font-family: 'Open Sans', sans-serif;=
 font-size: 12px; mso-height-rule: exactly; color: #000000; font-weight: 60=
0; background-color: #EAEAEA"></span>

                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                </th>
                                            </tr>
                                        </tbody>
                                    </table>
                                </td>
                            </tr>
                            <!-- Two Even Columns : END -->


                            <!-- Two Even Columns : END -->
                            <!-- Headline Message : BEGIN -->
                            <tr>
                                <td bgcolor=3D"#BB0B22" style=3D"text-align=
: center; padding: 20px; font-family: 'Open Sans', sans-serif; mso-height-r=
ule: exactly; color: #ffffff; font-weight: 600">
                                    <span style=3D"font-size: 18px">Don=
=E2=80=99t forget to buy batteries for your small devices<br>such as calcul=
ators and remote controls!</span>
                                </td>
                            </tr>
                            <!-- Headline Message : END -->
                            <!-- Hero Image : BEGIN -->
                            <!--- The image should be replaced with a full =
path to an image, starting with HTTPS --->
                            <!--- The image should be exactly 600px wide an=
d can be any height--->
                            <tr>
                                <td class=3D"full-width-image" bgcolor=3D"#=
BB0B22"><img align=3D"middle" alt=3D"border" border=3D"0" src=3D"https://ad=
min.icm-marketingportal.co.uk/fck/8281/image/-campaigns/Energizer/September=
%202024/arrow-transp-lower.png" style=3D"width: 100%; max-width: 600px; hei=
ght: auto;" width=3D"600" /></td>
                            </tr>
                            <!-- Hero Image : END -->
                            <!-- Two Even Columns : BEGIN -->

                            <tr>
                                <td align=3D"center" style=3D"padding: 10px=
; padding-bottom: 30px;" valign=3D"top">
                                    <table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
                                        <tbody>
                                            <tr>
                                                <th class=3D"stack-column-c=
enter">
                                                    <table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0" style=3D"border: 1px black solid; ">
                                                        <tbody>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; padding-top: 20px;  text-align: center;"><a href=3D"https=
://cubemarketing.net/link-tracker/track-click/y5eBRdSM/27DwmC8pn5/WYQ33Ertw=
e/"><img align=3D"middle" alt=3D"1 5 v" border=3D"0" src=3D"https://admin.i=
cm-marketingportal.co.uk/fck/8281/image/-campaigns/Energizer/September%2020=
24/end-user_LR44.png" style=3D"width: 100%; max-width: 261px; height: auto;=
" width=3D"261" /></a></td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 20px; text-align: center; font-family: 'Open Sans', sans-serif=
; font-size: 18px; mso-height-rule: exactly; color: #000000; font-weight: 6=
00;">
                                                                    <span>E=
nergizer LR44/A76<br>
                                                                        1.5=
V Alkaline batteries<br>
                                                                        - P=
ack of 12</span>

                                                                    <br /><=
br />
                                                                    <!-- Bu=
tton : Begin -->
                                                                    <table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
 style=3D"float:center; margin: 0 auto">
                                                                        <tb=
ody>
                                                                           =
 <tr>
                                                                           =
     <td class=3D"button-td" style=3D"border-radius: 0px; background: #ffff=
ff; text-align: center;">
                                                                           =
         <a class=3D"button-a" href=3D"https://cubemarketing.net/link-track=
er/track-click/y5eBRdSM/27DwmC8pn5/WYQ33Ertwe/" style=3D"background: #fffff=
f; border: 2px solid #BB0B22; padding: 10px 18px;color: #BB0B22; font-famil=
y: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.1; text-align: =
center; text-decoration: none; display: block; border-radius: 0px; font-wei=
ght: 600;">
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY NOW
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
                                                                           =
         </a>
                                                                           =
     </td>
                                                                           =
 </tr>
                                                                        </t=
body>
                                                                    </table=
>
                                                                    <!-- Bu=
tton : END -->
                                                                </td>
                                                            </tr>

                                                        </tbody>
                                                    </table>
                                                </th>
                                                <th class=3D"stack-column-c=
enter">
                                                    <table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0" style=3D"border: 1px black solid; ">
                                                        <tbody>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; padding-top: 20px;  text-align: center;"><a href=3D"https=
://cubemarketing.net/link-tracker/track-click/y5eBRdSM/27DwmC8pn5/HH7m5mRCs=
R/"><img align=3D"middle" alt=3D"3v" border=3D"0" src=3D"https://admin.icm-=
marketingportal.co.uk/fck/8281/image/-campaigns/Energizer/September%202024/=
end-user_LR44.png" style=3D"width: 100%; max-width: 261px; height: auto;" w=
idth=3D"261" /></a></td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 20px; text-align: center; font-family: 'Open Sans', sans-serif=
; font-size: 18px; mso-height-rule: exactly; color: #000000; font-weight: 6=
00;">
                                                                    <span>E=
nergizer CR2016<br>3V Lithium batteries<br>- Pack of 12</span>

                                                                    <br /><=
br />
                                                                    <!-- Bu=
tton : Begin -->
                                                                    <table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
 style=3D"float:center; margin: 0 auto">
                                                                        <tb=
ody>
                                                                           =
 <tr>
                                                                           =
     <td class=3D"button-td" style=3D"border-radius: 0px; background: #ffff=
ff; text-align: center;">
                                                                           =
         <a class=3D"button-a" href=3D"https://cubemarketing.net/link-track=
er/track-click/y5eBRdSM/27DwmC8pn5/HH7m5mRCsR/" style=3D"background: #fffff=
f; border: 2px solid #BB0B22; padding: 10px 18px;color: #BB0B22; font-famil=
y: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.1; text-align: =
center; text-decoration: none; display: block; border-radius: 0px; font-wei=
ght: 600;">
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY NOW
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
                                                                           =
         </a>
                                                                           =
     </td>
                                                                           =
 </tr>
                                                                        </t=
body>
                                                                    </table=
>
                                                                    <!-- Bu=
tton : END -->
                                                                </td>
                                                            </tr>

                                                        </tbody>
                                                    </table>
                                                </th>
                                            </tr>
                                        </tbody>
                                    </table>
                                </td>
                            </tr>
                            <tr>
                                <td align=3D"center" style=3D"padding: 10px=
; padding-bottom: 30px;" valign=3D"top">
                                    <table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
                                        <tbody>
                                            <tr>
                                                <th class=3D"stack-column-c=
enter">
                                                    <table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0" style=3D"border: 1px black solid; ">
                                                        <tbody>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; padding-top: 20px; text-align: center;"><a href=3D"https:=
//cubemarketing.net/link-tracker/track-click/y5eBRdSM/27DwmC8pn5/djxDcQMhc9=
/"><img align=3D"middle" alt=3D"3v" border=3D"0" src=3D"https://admin.icm-m=
arketingportal.co.uk/fck/8281/image/-campaigns/Energizer/September%202024/e=
nd-user_CR2025.png" style=3D"width: 100%; max-width: 261px; height: auto;" =
width=3D"261" /></a></td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 20px; text-align: center; font-family: 'Open Sans', sans-serif=
; font-size: 18px; mso-height-rule: exactly; color: #000000; font-weight: 6=
00;">
                                                                    <span>E=
nergizer CR2025<br>
                                                                        3V =
Lithium batteries<br>
                                                                        - P=
ack of 12</span>

                                                                    <br /><=
br />
                                                                    <!-- Bu=
tton : Begin -->
                                                                    <table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
 style=3D"float:center; margin: 0 auto">
                                                                        <tb=
ody>
                                                                           =
 <tr>
                                                                           =
     <td class=3D"button-td" style=3D"border-radius: 0px; background: #ffff=
ff; text-align: center;">
                                                                           =
         <a class=3D"button-a" href=3D"https://cubemarketing.net/link-track=
er/track-click/y5eBRdSM/27DwmC8pn5/djxDcQMhc9/" style=3D"background: #fffff=
f; border: 2px solid #BB0B22; padding: 10px 18px;color: #BB0B22; font-famil=
y: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.1; text-align: =
center; text-decoration: none; display: block; border-radius: 0px; font-wei=
ght: 600;">
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY NOW
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
                                                                           =
         </a>
                                                                           =
     </td>
                                                                           =
 </tr>
                                                                        </t=
body>
                                                                    </table=
>
                                                                    <!-- Bu=
tton : END -->
                                                                </td>
                                                            </tr>

                                                        </tbody>
                                                    </table>
                                                </th>
                                                <th class=3D"stack-column-c=
enter">
                                                    <table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0" style=3D"border: 1px black solid; ">
                                                        <tbody>
                                                            <tr>
                                                                <td style=
=3D"padding: 0px; padding-top: 20px;  text-align: center;"><a href=3D"https=
://cubemarketing.net/link-tracker/track-click/y5eBRdSM/27DwmC8pn5/ypD5cYAt3=
S/"><img align=3D"middle" alt=3D"3v" border=3D"0" src=3D"https://admin.icm-=
marketingportal.co.uk/fck/8281/image/-campaigns/Energizer/September%202024/=
end-user_CR2032.png" style=3D"width: 100%; max-width: 261px; height: auto;"=
 width=3D"261" /></a></td>
                                                            </tr>
                                                            <tr>
                                                                <td style=
=3D"padding: 20px; text-align: center; font-family: 'Open Sans', sans-serif=
; font-size: 18px; mso-height-rule: exactly; color: #000000; font-weight: 6=
00;">
                                                                    <span>E=
nergizer CR2032<br>
                                                                        3V =
Lithium batteries<br>
                                                                        - P=
ack of 12</span>

                                                                    <br /><=
br />
                                                                    <!-- Bu=
tton : Begin -->
                                                                    <table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
 style=3D"float:center; margin: 0 auto">
                                                                        <tb=
ody>
                                                                           =
 <tr>
                                                                           =
     <td class=3D"button-td" style=3D"border-radius: 0px; background: #ffff=
ff; text-align: center;">
                                                                           =
         <a class=3D"button-a" href=3D"https://cubemarketing.net/link-track=
er/track-click/y5eBRdSM/27DwmC8pn5/ypD5cYAt3S/" style=3D"background: #fffff=
f; border: 2px solid #BB0B22; padding: 10px 18px;color: #BB0B22; font-famil=
y: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.1; text-align: =
center; text-decoration: none; display: block; border-radius: 0px; font-wei=
ght: 600;">
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY NOW
                                                                           =
             <!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
                                                                           =
         </a>
                                                                           =
     </td>
                                                                           =
 </tr>
                                                                        </t=
body>
                                                                    </table=
>
                                                                    <!-- Bu=
tton : END -->
                                                                </td>
                                                            </tr>

                                                        </tbody>
                                                    </table>
                                                </th>
                                            </tr>
                                        </tbody>
                                    </table>
                                </td>
                            </tr>

                            <tr>
                                <td bgcolor=3D"#333333" style=3D"text-align=
: center; padding: 20px; font-family: 'Open Sans', sans-serif; mso-height-r=
ule: exactly; color: #ffffff; font-weight: 600">
                                    <span style=3D"font-size: 18px">Click t=
he video below to view our estimated average<br> battery usage required for=
 an office...you'll be surprised!</span>
                                </td>
                            </tr>
                            <!-- Headline Message : END -->
                            <!-- Hero Image : BEGIN -->
                            <!--- The image should be replaced with a full =
path to an image, starting with HTTPS --->
                            <!--- The image should be exactly 600px wide an=
d can be any height--->
                            <tr>
                                <td class=3D"full-width-image" bgcolor=3D"#=
333333"><img align=3D"middle" alt=3D"alt_text" border=3D"0" src=3D"https://=
admin.icm-marketingportal.co.uk/fck/8281/image/-campaigns/Energizer/Septemb=
er%202024/arrow-transp-lower.png" style=3D"width: 100%; max-width: 600px; h=
eight: auto;" width=3D"600" /></td>
                            </tr>
                            <!-- Hero Image : END -->
                            <!-- Hero Image : BEGIN -->
                            <!--- The image should be replaced with a full =
path to an image, starting with HTTPS --->
                            <!--- The image should be exactly 600px wide an=
d can be any height--->
                            <tr>
                                <td class=3D"full-width-image" align=3D"cen=
ter">
                                    <div style=3D"padding: 20px; padding-to=
p: 0px; padding-bottom: 0px; font-weight: 600"><img align=3D"middle" alt=3D=
"alt_text" border=3D"0" src=3D"https://admin.icm-marketingportal.co.uk/fck/=
8281/image/-campaigns/2026/Energizer/battery_usage.png" style=3D"width: 100=
%; max-width: 540px; height: auto;" width=3D"540" /></div>
                                </td>
                            </tr>
                            <!-- Hero Image : END -->
                            <!-- Single Column With Button : BEGIN -->
                            <tr>
                                <td style=3D"text-align:center; padding: 30=
px; padding-top: 0px; padding-bottom: 0px;">
                                    <div style=3D"font-weight: 600; backgro=
und-color: #EAEAEA; padding-bottom: 30px">
                                        <!-- Button : Begin -->
                                        <table border=3D"0" cellpadding=3D"=
0" cellspacing=3D"0" class=3D"center-on-narrow" style=3D"float:center;">
                                            <tbody>
                                                <tr>
                                                    <td class=3D"button-td"=
 style=3D"border-radius: 0px; background: #BB0B22; text-align: center;">
                                                        <a class=3D"button-=
a" href=3D"https://cubemarketing.net/link-tracker/track-click/y5eBRdSM/27Dw=
mC8pn5/9dX8cN67Es/" style=3D"background: #BB0B22; border: 15px solid #BB0B2=
2; padding: 0 10px;color: #ffffff; font-family: 'Open Sans', sans-serif; fo=
nt-size: 14px; line-height: 1.1; text-align: center; text-decoration: none;=
 display: block; border-radius: 0px; font-weight: 600;">
                                                            <!--[if mso]>=
=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->PREDICT YOUR BATTERY USAGE
                                                            <!--[if mso]>=
=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
                                                        </a>
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                        <!-- Button : END -->
                                    </div>
                                </td>
                            </tr>
                            <!-- Single Column With Button : END -->
                            <!-- Headline Message : BEGIN -->
                            <tr>
                                <td style=3D"text-align: center; padding: 1=
0px; font-family: 'Open Sans', sans-serif; mso-height-rule: exactly; color:=
 #808080;">
                                    <span style=3D"font-size: 12px">* Estim=
ations, based on devices listed in the video above, excluding calculators.<=
/span>
                                </td>
                            </tr>
                            <!-- Headline Message : END -->

                            <!-- Footer Variable : BEGIN -->
                            <tr>
                                <td align=3D"center" style=3D"padding: 0px;=
" valign=3D"top"><!-- Footer Variable START -->
<table bgcolor=3D"#ffffff" border=3D"0" cellpadding=3D"0" cellspacing=3D"0"=
 id=3D"starthere" style=3D"border-collapse:collapse;" width=3D"100%">
=09<tbody>
=09=09<tr>
=09=09=09<td style=3D"padding:20px 0;">
=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspac=
ing=3D"0" class=3D"email-container" width=3D"600">
=09=09=09=09=09<tbody>
=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09<td style=3D"padding:0 20px">
=09=09=09=09=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D=
"0" cellspacing=3D"0" class=3D"email-container" width=3D"560">
=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"font-family:=
 sans-serif; font-size: 14px; color: #555555">
=09=09=09=09=09=09=09=09=09=09=09=09<p style=3D"margin-top: 0; margin-botto=
m: 5px">Connect with us</p>
=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"font-family:=
 sans-serif; font-size: 14px; color: #555555">
=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0">
=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"button-td" style=3D"=
background-color:#8B99E0"><a href=3D"https://cubemarketing.net/link-tracker=
/track-click/y5eBRdSM/27DwmC8pn5/d2pbpeAkZZ/"><img src=3D"https://cubemarke=
ting.net/fck/16/image/000-footer-icons/brand/icon-soc-linkedin.png" alt=3D"=
Visit our Linkedin page" style=3D"display: block; height: 32px; width: 32px=
" height=3D"32" width=3D"32"></a></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"font-family:=
 sans-serif; font-size: 14px; color: #555555">
=09=09=09=09=09=09=09=09=09=09=09=09<p><span style=3D"font-family: sans-ser=
if; font-size: 14px; color: #8B99E0; font-weight: 600">Quills Group</span> =
<br />Unit 2, Spitfire Business Park, 1 Hawker Road, Croydon, Surrey, CR0 4=
WD<br />
=09=09=09=09=09=09=09=09=09=09=09=09<a style=3D"text-decoration: none;font-=
family: sans-serif; font-size: 14px; color: #8B99E0" href=3D"https://cubema=
rketing.net/link-tracker/track-click/y5eBRdSM/27DwmC8pn5/cP5wNSG5PY/">Shop =
Now</a> | <a style=3D"text-decoration: none;font-family: sans-serif; font-s=
ize: 14px; color: #8B99E0" href=3D"https://cubemarketing.net/link-tracker/t=
rack-click/y5eBRdSM/27DwmC8pn5/Q4EWj9dZwn/">0845 078 0324</a> | <a style=3D=
"text-decoration: none;font-family: sans-serif; font-size: 14px; color: #8B=
99E0" href=3D"mailto:sales@quillsuk.co.uk">sales@quillsuk.co.uk</a></p>
=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09</tr>
=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09<td style=3D"padding:0 20px">
=09=09=09=09=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D=
"0" cellspacing=3D"0" class=3D"email-container" width=3D"560">
=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding-top:=
 10px; font-family: sans-serif; font-size: 10px; color: #555555">Email&nbsp=
;not&nbsp;displaying&nbsp;properly?&nbsp;<a href=3D"https://cubemarketing.n=
et/view-email-online/y5eBRdSM/27DwmC8pn5/">View&nbsp;it&nbsp;online</a>
<=
br />
=09=09=09=09=09=09=09=09=09=09=09=09=09=09You can update your Email Marketi=
ng <a href=3D"https://cubemarketing.net/preferences/27DwmC8pn5/y5eBRdSM/sho=
w/">Preferences here</a>
<br />
=09=09=09=09=09=09=09=09=09=09=09=09=09=09If you no longer wish to receive =
emails from us you can&nbsp;<a href=3D"https://cubemarketing.net/preference=
s/27DwmC8pn5/y5eBRdSM/">unsubscribe&nbsp;here</a>
</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding:10px=
 0; font-family: sans-serif; font-size: 10px; color: #555555"><b>Quills Off=
ice Supplies Ltd</b> 4836249 <br> </td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding:0 10=
px; font-family: sans-serif; font-size: 10px; color: #555555">Prices exclud=
e VAT. E.&O.E. <br /><br />DISCLAIMER: This e-mail and attachments are conf=
idential and are intended solely for the use of the individual to whom it i=
s addressed. If you are not the intended recipient, be advised that you hav=
e received this Email in error and that any use, dissemination, forwarding,=
 printing, or copying of this Email is strictly prohibited. If this transmi=
ssion is received in error please notify the sender immediately and delete =
this message from your E-mail system. Messages sent to and from us may be m=
onitored. Internet communications cannot be guaranteed to be secure or erro=
r-free as information could be intercepted, corrupted, lost, destroyed, arr=
ive late or incomplete, or contain viruses. Therefore, we do not accept res=
ponsibility for any errors or omissions that are present in this message, o=
r any attachment, that have arisen as a result of e-mail transmission. If v=
erification is required, please request a hard-copy version. Any views or o=
pinions presented are solely those of the author and do not necessarily rep=
resent those of the company.</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09</tr>
=09=09=09=09=09</tbody>
=09=09=09=09</table>
=09=09=09</td>
=09=09</tr>
=09</tbody>
</table>
<!-- Footer Variable END --></td>
                            </tr>
                            <!-- Footer Variable : END -->


                        </table>
                        <!-- Email Body : END -->


                    </center>
                </td>
            </tr>
        </tbody>
    </table>


<img src=3D"https://cubemarketing.net/trackopen/y5eBRdSM/27DwmC8pn5.g=
if" width=3D"1" height=3D"1" border=3D"0" style=3D"width:1px !important; he=
ight:1px !important; border-width:0 !important; margin:0 !important; paddin=
g:0 !important;" alt=3D''/>

</body>

</html>

<!-- Email Campaign ID: 720877 -->


--6JZSlDEB--