File: D:/hMailServer/Data/taprogge.co.uk/info/81/{81FA2D2C-A040-401B-A9D7-0C1E7530DDB2}.eml
Return-Path: YqRJHGbd-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)
; Tue, 10 Mar 2026 10:37:18 +0000
Received: from root (helo=[127.0.0.1])
by mail01.icm-marketingportal.com with local-smtp (Exim 4.93)
(envelope-from <YqRJHGbd-27DwmC8pn5@icm-software.co.uk>)
id 1vzuSj-00F0bg-KX
for info@taprogge.co.uk; Tue, 10 Mar 2026 10:37:17 +0000
Subject: Everyday impact with workplace favourites!
From: Sarah Pask <marketing@quills.co>
Reply-To: print@quillsuk.co.uk
To: "Debbie ." <info@taprogge.co.uk>
List-Unsubscribe: <mailto:print@quillsuk.co.uk?subject=Unsubscribe>
Precedence: bulk
X-Mailgun-Variables: {"campaign_id":716874,"recipient_code":"27DwmC8pn5"}
MIME-Version: 1.0
Date: Tue, 10 Mar 2026 10:37:17 +0000
Message-ID: <edc1bba415ba75534a33bed4d1106a69@quills.co>
DKIM-Signature: v=1; q=dns/txt; a=rsa-sha256;
bh=D5StIzwdDyokKVN0WaRp828Zfvc5j+Qkyo2Qd1Uyn7o=; 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=1773139037;
c=relaxed/relaxed;
b=u+KF2VitOyngXje3zXRNgjtQrU5OigfI8gphv0+K8NsyWFG+maLY01jK+cIHmpKUiTQgoiax/
H7rZRWMmA9ZgjNsJFutXbfezbCQu9eQoi5oDTzfoxDZ6EaEYXRyhqWVan8Q+LqVwkVOIyEcNs
Z+1bhgq4rvwrFhXC8MLTrRYXOcJnp93iLxUGzcHKKJPKVb2KQmnKtE0Wxq7XNXEOY/IIGY/cX
gib0XluVwBjQn1Ip+JVjoA7myju85JKD0y+4rPPQcXmWfm231RzMNn/IV6+DhUhqfnkXqHiiB
vMAgpN82jzCkIrODrkesbWtQF1NMV4MpRGgVMD2n46NZORUESw==
Content-Type: multipart/alternative; boundary=IBHCxJdh
--IBHCxJdh
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@300;=
400;600;800&display=3Dswap');
html,
body {
margin: 0 !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
font-family: 'Trebuchet MS', 'Segoe UI', Arial, Helvetica, 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
=09=09
=09=09
=09=09=09
=09=09=09
=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09
=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
EVERYDAY IMPACT with workplace favourites
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
Showcase your brand; upgrade
everyday essent=
ials
Notepads, pens, sticky notes, mouse mats, USB key fobs, calendars,
umbrellas, lanyards=
, keyrings and more. Available in a wide range of styles and
colours, each item =
can be personalised to showcase your logo with clarity
and confidence. Des=
igned for practicality, visibility and lasting impact, these
branded essentials =
make ideal promotional giveaways, onboarding packs or
everyday office fav=
ourites
=20
Pens, Pencils,
Markers
=20
=20
Notebooks, Sticky
Notes, =
Calendars
=20
=20
Mouse Mats,
Desk St=
orage
=20
=20
USB Sticks,
Audio
=20
=20
Lanyards,
Keyring=
s
=20
=20
Umbrellas,
Powerba=
nks
=20
=20
Looking for more details?
Have questions abou=
t bulk pricing, Pantone matching or product details?
Drop us an emai=
l and we=E2=80=99ll be in touch.
=20
More Info =20
=20
=20
=20
=20
=20
=20
=20
=C2=A0=C2=A0=C2=
=A0=C2=A0GET IN TOUCH
=C2=A0=C2=A0=C2=
=A0=C2=A0
=20
=20
=20
=20
=20
<!--
=20
=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 not displaying proper=
ly? View it online https://cubemarketing.net/view-email-online/YqRJHG=
bd/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/YqRJHGbd/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]]/YqRJHGbd/
=09=09=09=09=09=09=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.
--IBHCxJdh
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@300;400;600;800&display=3Dswap');
html,
body {
margin: 0 !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
font-family: 'Trebuchet MS', 'Segoe UI', Arial, Helvetica, 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;">Showcase you=
r brand; upgrade everyday essentials.</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">
<!-- 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/YqRJHGbd/27DwmC8pn5/RZj=
yDAPCXE/" 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/YqRJHGbd=
/27DwmC8pn5/WpEENGYS6P/"><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/YqRJHGbd/27DwmC8pn5/q9Ec86JA3z/" 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/YqRJHGbd/27DwmC8pn5/WpEENGYS6P/=
" 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 -->
<!-- Headline Message : BEGIN -->
<tr>
<td bgcolor=3D"#8B99E0" style=3D"text-align=
: center; padding: 30px; font-family: 'Trebuchet MS', 'Segoe UI', Arial=
, Helvetica, sans-serif; mso-height-rule: exactly; color: #ffffff;">
<span class=3D"headline" style=3D"font-=
size: 28px"><strong style=3D"font-size: 36px;">EVERYDAY IMPACT</strong> <br=
>with workplace favourites</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"showcase your brand" border=3D"0" src=3D"https://admin.i=
cm-marketingportal.co.uk/fck/8281/image/-campaigns/2026/big-campaigns/promo=
tional-merch/hero-3.png" style=3D"width: 100%; max-width: 600px; height: au=
to;" width=3D"600" /></td>
</tr>
<!-- Hero Image : END -->
<!-- Spacer : BEGIN -->
<tr style=3D"background-color: #8B99E0; height:=
10px;">
<td>
</td>
</tr>
<!-- Spacer : END -->
<!-- Plain Text Column : BEGIN -->
<tr>
<td align=3D"center" style=3D"padding: 30px=
;" valign=3D"top">
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
<tbody>
<tr>
</tr>
<tr>
<td class=3D"stack-column-c=
enter" style=3D"text-align: center; font-family: 'Trebuchet MS', 'Segoe=
UI', Arial, Helvetica, sans-serif; font-size: 15px; color: #000000; font-w=
eight: 400; line-height: 1.6;">
<span>
<span style=3D"colo=
r: #8B99E0; font-size: 24px; font-weight: 600;"> Showcase your brand; upgra=
de<br>
everyday essent=
ials</span><br><br>
Notepads, pens, sti=
cky notes, mouse mats, USB key fobs, calendars,
umbrellas, lanyards=
, keyrings and more. Available in a wide range of styles and
colours, each item =
can be personalised to showcase your logo with clarity
and confidence. Des=
igned for practicality, visibility and lasting impact, these
branded essentials =
make ideal promotional giveaways, onboarding packs or
everyday office fav=
ourites
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Plain Text Column : END -->
<!-- Three Even Columns With Buttons : BEGIN --=
>
<tr>
<td align=3D"center" style=3D"padding-top: =
10px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px;" valig=
n=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" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"> <img alt=3D"alt_text" border=3D"1" =
class=3D"fluid" height=3D"170" src=3D"https://admin.icm-marketingportal.co.=
uk/fck/8281/image/-campaigns/2026/big-campaigns/promotional-merch/email3_pr=
oduct-range-1.png" width=3D"170" /> </td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D" font-family: 'Trebuchet MS', 'Segoe UI',=
Arial, Helvetica, sans-serif; font-size: 16px; mso-height-rule: exactly; c=
olor: #000000; padding: 0 10px 10px; text-align: center; font-weight: 600;"=
>Pens, Pencils,<br>
Markers
</td>
</tr>
</tbody>
</table>
</th>
<th class=3D"stack-column-c=
enter" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"> <img alt=3D"alt_text" border=3D"1" =
class=3D"fluid" height=3D"170" src=3D"https://admin.icm-marketingportal.co.=
uk/fck/8281/image/-campaigns/2026/big-campaigns/promotional-merch/email3_pr=
oduct-range-2.png" width=3D"170" /> </td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D" font-family: 'Trebuchet MS', 'Segoe UI',=
Arial, Helvetica, sans-serif; font-size: 16px; mso-height-rule: exactly; c=
olor: #000000; padding: 0 10px 10px; text-align: center; font-weight: 600;"=
>Notebooks, Sticky<br>
Notes, =
Calendars
</td>
</tr>
</tbody>
</table>
</th>
<th class=3D"stack-column-c=
enter" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"> <img alt=3D"alt_text" border=3D"1" =
class=3D"fluid" height=3D"170" src=3D"https://admin.icm-marketingportal.co.=
uk/fck/8281/image/-campaigns/2026/big-campaigns/promotional-merch/email3_pr=
oduct-range-3.png" width=3D"170" /> </td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D" font-family: 'Trebuchet MS', 'Segoe UI',=
Arial, Helvetica, sans-serif; font-size: 16px; mso-height-rule: exactly; c=
olor: #000000; padding: 0 10px 10px; text-align: center; font-weight: 600;"=
>Mouse Mats,<br>
Desk St=
orage
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=3D"center" style=3D"padding-top: =
10px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px;" valig=
n=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" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"> <img alt=3D"alt_text" border=3D"1" =
class=3D"fluid" height=3D"170" src=3D"https://admin.icm-marketingportal.co.=
uk/fck/8281/image/-campaigns/2026/big-campaigns/promotional-merch/email3_pr=
oduct-range-4.png" width=3D"170" /> </td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D" font-family: 'Trebuchet MS', 'Segoe UI',=
Arial, Helvetica, sans-serif; font-size: 16px; mso-height-rule: exactly; c=
olor: #000000; padding: 0 10px 10px; text-align: center; font-weight: 600;"=
>USB Sticks,<br>
Audio
</td>
</tr>
</tbody>
</table>
</th>
<th class=3D"stack-column-c=
enter" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"> <img alt=3D"alt_text" border=3D"1" =
class=3D"fluid" height=3D"170" src=3D"https://admin.icm-marketingportal.co.=
uk/fck/8281/image/-campaigns/2026/big-campaigns/promotional-merch/email3_pr=
oduct-range-5.png" width=3D"170" /> </td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D" font-family: 'Trebuchet MS', 'Segoe UI',=
Arial, Helvetica, sans-serif; font-size: 16px; mso-height-rule: exactly; c=
olor: #000000; padding: 0 10px 10px; text-align: center; font-weight: 600;"=
>Lanyards,<br>
Keyring=
s
</td>
</tr>
</tbody>
</table>
</th>
<th class=3D"stack-column-c=
enter" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"> <img alt=3D"alt_text" border=3D"1" =
class=3D"fluid" height=3D"170" src=3D"https://admin.icm-marketingportal.co.=
uk/fck/8281/image/-campaigns/2026/big-campaigns/promotional-merch/email3_pr=
oduct-range-6.png" width=3D"170" /> </td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D" font-family: 'Trebuchet MS', 'Segoe UI',=
Arial, Helvetica, sans-serif; font-size: 16px; mso-height-rule: exactly; c=
olor: #000000; padding: 0 10px 10px; text-align: center; font-weight: 600;"=
>Umbrellas,<br>
Powerba=
nks
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Three Even Columns With Buttons : END -->
<tr>
<td align=3D"center" style=3D"padding: 30px=
; background-color: #8B99E0;" valign=3D"top">
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
<tbody>
<tr>
</tr>
<tr>
<td class=3D"stack-column-c=
enter" style=3D"text-align: center; font-family: 'Trebuchet MS', 'Segoe=
UI', Arial, Helvetica, sans-serif; font-size: 15px; color: #ffffff; font-w=
eight: 300; ">
<span>
<span style=3D"colo=
r: #ffffff; font-size: 24px; font-weight: 600;">Looking for more details?</=
span><br><br>
<span style=3D"colo=
r: #ffffff;">Have questions about bulk pricing, Pantone matching or product=
details?<br>
Drop us an emai=
l and we=E2=80=99ll be in touch.</span>
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Single Column With Button : BEGIN -->
<tr>
<td style=3D"text-align:center; background-=
color: #8B99E0; padding-bottom: 30px;">
<!-- Button : Begin -->
<!-- Outlook Windows Desktop (VML) -->
<!--[if mso]> <v:roundrect xmlns:v=3D"u=
rn:schemas-microsoft-com:vml" xmlns:w=3D"urn:schemas-microsoft-com:office:w=
ord" href=3D"mailto:print@quillsuk.co.uk" style=3D"height:44px;v-text-ancho=
r:middle;width:160px;" arcsize=3D"10%" strokecolor=3D"#ffffff" fillcolor=3D=
"#ffffff"> <w:anchorlock/> <center style=3D"color:#000000;font-family:Arial=
,sans-serif;font-size:14px;font-weight:bold;"> More Info </center> </v:roun=
drect> <![endif]-->
<!-- All other clients (webmail, Gmail,=
Apple Mail, mobile, browsers) -->
<!--[if !mso]><!-- -->
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" class=3D"center-on-narrow" style=3D"float:center;">
<tbody>
<tr>
<td class=3D"button-td" sty=
le=3D"border-radius: 25px; background: #ffffff; text-align: center;">
<a class=3D"button-a" h=
ref=3D"mailto:print@quillsuk.co.uk" style=3D"background: #ffffff; border: 1=
5px solid #ffffff; padding: 0 8px;color: #000000; font-family: 'Trebuch=
et MS', 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 14px; line-hei=
ght: 1.1; text-align: center; text-decoration: none; display: block; border=
-radius: 25px; font-weight: 600; width: 160px;">
<!--[if mso]>=C2=
=A0=C2=A0=C2=A0=C2=A0<![endif]-->GET IN TOUCH
<!--[if mso]>=C2=
=A0=C2=A0=C2=A0=C2=A0<![endif]-->
</a>
</td>
</tr>
</tbody>
</table>
<!--<![endif]-->
<!-- Button : END -->
</td>
</tr>
<!-- Single Column With Button : 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/YqRJHGbd/27DwmC8pn5/R9MsA7wdZX/"><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/YqRJHGbd/27DwmC8pn5/WpEENGYS6P/">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/YqRJHGbd/27DwmC8pn5/q9Ec86JA3z/">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 =
;not displaying properly? <a href=3D"https://cubemarketing.n=
et/view-email-online/YqRJHGbd/27DwmC8pn5/">View it 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/YqRJHGbd/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 <a href=3D"https://cubemarketing.net/preference=
s/27DwmC8pn5/YqRJHGbd/">unsubscribe 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/YqRJHGbd/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: 716874 -->
--IBHCxJdh--