File: D:/hMailServer/Data/taprogge.co.uk/info/39/{395BB902-0AB1-4E1D-ACA8-4BFB247E4DBA}.eml
Return-Path: q2gMf957-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, 3 Mar 2026 10:43:12 +0000
Received: from root (helo=[127.0.0.1])
by mail01.icm-marketingportal.com with local-smtp (Exim 4.93)
(envelope-from <q2gMf957-27DwmC8pn5@icm-software.co.uk>)
id 1vxNDb-003dgV-CR
for info@taprogge.co.uk; Tue, 03 Mar 2026 10:43:11 +0000
Subject: Quench your thirst with branded drinkware!
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":716872,"recipient_code":"27DwmC8pn5"}
MIME-Version: 1.0
Date: Tue, 03 Mar 2026 10:43:11 +0000
Message-ID: <d1f210d5741ea051d286ae255f2e3c92@quills.co>
DKIM-Signature: v=1; q=dns/txt; a=rsa-sha256;
bh=oFXhWijrg6PmlGWwD36NgolAb3n5Wwj7scO1b+OEQRM=; 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=1772534591;
c=relaxed/relaxed;
b=KVRKBFQWrUBD97/WmcefotGubhfduM6q+fOAlZnHTzrJy+obIRYja11xj+FLu2x7609sL6MkZ
5FBWCGuJS+6HwfvJRPOYERmEF7sL62/zQqtEqWDL0n1odnwzHndeR8kgthtgOD8SM+WqXudGt
bv+AxPWHzaCkWI3aPP0r54PsRH+avdHkJH0UbANxNBp1WFY7sZwc3D9kRTvMl300sDZV6LfGk
8W34EWMr/muzX/n901mlM5z5aaTOHEONhJQ4ZUVZYWpn9Jk3p8zbj81rDgwCKrwHTML8ZWFiN
fp4OYFU13CROiGvC+fJq/BAHZzyMb4o9Ng+gw8poeYk4lWDsdw==
Content-Type: multipart/alternative; boundary=n20DZnCx
--n20DZnCx
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;
}
/* 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
QUENCH YOUR THIRST with branded drinkware!
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
Keep your brand in everyone=E2=80=99s hands
With promotional dr=
inkware - plastic bottles, stainless steel insulated bottles,
thermal coffee cups=
, ceramic mugs and more.
All customised with=
your logo, colours, and typeface, they=E2=80=99re a fun way to
boost team spirit a=
nd keep your brand visible every day.
=20
Ceramic /
Metal M=
ugs
=20
=20
Plastic /
Steel B=
ottles
=20
=20
Insulated
Flasks
=20
=20
Want more information?
Want to discuss bul=
k order discounts, Pantone colours or information about
the products and ou=
r service? ...send us an email and we=E2=80=99ll get back to you!
=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/q2gMf9=
57/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/q2gMf957/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]]/q2gMf957/
=09=09=09=09=09=09=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.
--n20DZnCx
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;
}
/* 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;">Keep your br=
and in everyone=E2=80=99s hands.</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/q2gMf957/27DwmC8pn5/S43=
3ZTyj7s/" 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/q2gMf957=
/27DwmC8pn5/gsCpqWfGY7/"><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/q2gMf957/27DwmC8pn5/4rJzwWhNcz/" 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/q2gMf957/27DwmC8pn5/gsCpqWfGY7/=
" 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, Hel=
vetica, sans-serif; mso-height-rule: exactly; color: #ffffff;">
<span class=3D"headline" style=3D"font-=
size: 28px"><strong style=3D"font-size: 36px;">QUENCH YOUR THIRST</strong> =
<br>with branded drinkware!</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"quench your thirst" border=3D"0" src=3D"https://admin.ic=
m-marketingportal.co.uk/fck/8281/image/-campaigns/2026/big-campaigns/promot=
ional-merch/hero-1.png" style=3D"width: 100%; max-width: 600px; height: aut=
o;" width=3D"600" /></td>
</tr>
<!-- Hero Image : END -->
<tr style=3D"background-color: #8B99E0; height:=
10px;">
<td>
</td>
</tr>
<!-- Plain Text Column : BEGIN -->
<tr>
<td align=3D"center" style=3D"padding: 20px=
;" 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-weight=
: 300; line-height: 1.6;">
<span>
<span style=3D"colo=
r: #8B99E0; font-size: 20px; font-weight: 600;"> Keep your brand in everyon=
e=E2=80=99s hands</span><br><br>
With promotional dr=
inkware - plastic bottles, stainless steel insulated bottles,
thermal coffee cups=
, ceramic mugs and more.<br><br>
All customised with=
your logo, colours, and typeface, they=E2=80=99re a fun way to
boost team spirit a=
nd <span style=3D"font-weight: 600; color: #8B99E0;">keep your brand visibl=
e every day</span>.
</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/email1_pr=
oduct-range-1.png" width=3D"170" /> </td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D"font-family: 'Open Sans', sans-serif; font-s=
ize: 16px; mso-height-rule: exactly; color: #000000; padding: 0 10px 10px; =
text-align: center; font-weight: 600;">Ceramic /<br>
Metal M=
ugs
</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/email1_pr=
oduct-range-2.png" width=3D"170" /> </td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D"font-family: 'Open Sans', sans-serif; font-s=
ize: 16px; mso-height-rule: exactly; color: #000000; padding: 0 10px 10px; =
text-align: center; font-weight: 600;">Plastic /<br>
Steel B=
ottles
</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/email1_p=
roduct-range-3.png" width=3D"170" /> </td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D"font-family: 'Open Sans', sans-serif; font-s=
ize: 16px; mso-height-rule: exactly; color: #000000; padding: 0 10px 10px; =
text-align: center; font-weight: 600;">Insulated<br>
Flasks
</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-weight=
: 300;">
<span>
<span style=3D"colo=
r: #ffffff; font-size: 24px; font-weight: 600;"> Want more information?</sp=
an><br><br>
Want to discuss bul=
k order discounts, Pantone colours or information about
the products and ou=
r service? ...send us an email and we=E2=80=99ll get back to you!
</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: 'Trebuchet MS=
', 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 14px; line-height: =
1.1; text-align: center; text-decoration: none; display: block; border-radi=
us: 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/q2gMf957/27DwmC8pn5/J3tkaQM8CX/"><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/q2gMf957/27DwmC8pn5/gsCpqWfGY7/">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/q2gMf957/27DwmC8pn5/4rJzwWhNcz/">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/q2gMf957/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/q2gMf957/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/q2gMf957/">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/q2gMf957/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: 716872 -->
--n20DZnCx--