File: D:/hMailServer/Data/taprogge.co.uk/info/77/{7778689B-CA6A-40F8-87DB-7486BDD18E83}.eml
Return-Path: 9ETE6AbW-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, 14 Apr 2026 14:02:42 +0100
Received: from root (helo=[127.0.0.1])
by mail01.icm-marketingportal.com with local-smtp (Exim 4.93)
(envelope-from <9ETE6AbW-27DwmC8pn5@icm-software.co.uk>)
id 1wCdPd-00Bosh-Mg
for info@taprogge.co.uk; Tue, 14 Apr 2026 13:02:41 +0000
Subject: Purchase a 1kg bag of =?utf-8?Q?NESCAF=C3=89=C2=AE?= Barista
Signature or Espresso Beans for a CHANCE TO WIN!
From: Chloe Jenkins <marketing@quills.co>
Reply-To: sales@quillsuk.co.uk
To: "Debbie ." <info@taprogge.co.uk>
List-Unsubscribe: <mailto:sales@quillsuk.co.uk?subject=Unsubscribe>
Precedence: bulk
X-Mailgun-Variables: {"campaign_id":719141,"recipient_code":"27DwmC8pn5"}
MIME-Version: 1.0
Date: Tue, 14 Apr 2026 13:02:41 +0000
Message-ID: <e67322dbc5dbe24a62f7d9f3fe520449@quills.co>
DKIM-Signature: v=1; q=dns/txt; a=rsa-sha256;
bh=4yco4P4AxGWDN2YX60QHs9PKVAoGQG5BIuY8ZWo0kv0=; 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=1776171761;
c=relaxed/relaxed;
b=G9Sn9t4dyEAxTmdudq8NomEngGUME7Ek3plvQOEb7csQzPsM0hjilBHU+ipalar1NNdNx41Cl
f164rAMN0Nd3NWHjpngkj2WsZfyL1sKm6V1a8bLMrbQ4EpU9gt3qKhNVK274eZZU2Otc+8YYI
uMD1rHUGqCmQoFX8Tso275yG4klLpChooGxM8mdBFEwBSjGlPdZWteuV2+CkxkRYGlyQy7tr9
bIs68bFO6k2Q4remnaJ32Rj2ijDBepeaQ84mMgDr+bTFNG3DzN/tDhceE1rlYNoy3BtPLuoYd
BkiKsJFeVMaEuNbnJw/llDOtNlHkHYaGpQgLoZA3WmPjLphz6w==
Content-Type: multipart/alternative; boundary=9CmAI52G
--9CmAI52G
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');
@import url('https://fonts.googleapis.com/css2?family=3DKalam:wght@300;400;=
700&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: 18px !important;
padding: 10px !important;
}
.free-tub {
font-size: 20px !important;
}
.border {
border: 0px solid white !important;
}
}
Enjoy a premium coffee experience with NESCAF=C3=89=C2=AE Gold Blend.
=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
Purchase a 1kg
bag of NESCAF=C3=
=89=C2=AE Barista
Signature or Espres=
so Beans...
Enjoy a refined coffee experience with NESCAF=C3=89=C2=AE Barista Blend Cof=
fee Beans.
=20
Upgrade your coffee=
with NESCAF=C3=89=C2=AE Barista Signature Blend. Medium roast whole beans =
deliver a smooth, refined flavour with a balanced level 7 intensity for con=
sistently great coffee. For a bolder espresso, NESCAF=C3=89=C2=AE Barista S=
ignature Blend Espresso offers a richer level 8 intensity, perfect for stan=
dout espresso and milk-based drinks.
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
NESCAF=C3=89=C2=AE Barista Signature Blend
SHOP NOW =20
=20
=20
=20
=20
=
=20
=
=20
=
=20
=
=C2=A0=C2=A0=C2=A0=C2=A0SHOP NOW
=
=C2=A0=C2=A0=C2=A0=C2=A0
=
=20
=
=20
=
=20
=20
=20
<!--
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
NESCAF=C3=89=C2=AE Barista Signature Blend
SHOP NOW =20
=20
=20
=20
=20
=
=20
=
=20
=
=20
=
=C2=A0=C2=A0=C2=A0=C2=A0SHOP NOW
=
=C2=A0=C2=A0=C2=A0=C2=A0
=
=20
=
=20
=
=20
=20
=20
<!--
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
Purchase a 1Kg bag of NESCAF=C3=89=C2=AE Barista Signature or Espresso Bean=
s for a chance to win a De=E2=80=99Longhi coffee machine*
*T&Cs apply. Open 02.01.26 to 31.03.26. UK, CI & IoM, 18+. Purchase req'd (=
retain invoice). See https://www.nestleprofessional.co.uk/delonghi-giveaway=
-2026-terms-and-conditions for details and full T&Cs.
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/9ETE6A=
bW/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/9ETE6AbW/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]]/9ETE6AbW/
=09=09=09=09=09=09=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.
--9CmAI52G
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');
@import url('https://fonts.googleapis.com/css2?family=3DKalam:wght@=
300;400;700&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: 18px !important;
padding: 10px !important;
}
.free-tub {
font-size: 20px !important;
}
.border {
border: 0px solid white !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;">Enjoy a refi=
ned coffee experience with NESCAF=C3=89=C2=AE Barista Blend Coffee Beans.</=
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;">Enjoy a premium coffee experience with NESCAF=
=C3=89=C2=AE Gold Blend.</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/9ETE6AbW/27DwmC8pn5/Xhf=
ZbSCfDb/" 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/9ETE6AbW=
/27DwmC8pn5/QXA3App22P/"><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/9ETE6AbW/27DwmC8pn5/A96yeY5GN7/" 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/9ETE6AbW/27DwmC8pn5/QXA3App22P/=
" 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 -->
<!-- Plain Text Column With Button: BEGIN -->
<tr>
<td align=3D"center" class=3D"border" style=
=3D"background: #3f2021;" valign=3D"top">
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
<tbody>
<tr>
<td align=3D"center" class=
=3D"stack-column-center headline" style=3D" font-family: 'Trebuchet MS', 'S=
egoe UI', Arial, Helvetica, sans-serif; color: #ffffff;text-align:center; =
font-weight: 500; line-height: 1.4; padding: 20px; padding-top: 30px;">
<span style=3D"font-siz=
e: 28px;"> Purchase a 1kg
bag of <br>NESCAF=
=C3=89<span style=3D"font-size: 15px; vertical-align: top;">=C2=AE </span> =
Barista<br>
Signature or Espres=
so Beans...</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Plain Text Column With Button : 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"alt_text" border=3D"0" src=3D"https://admin.icm-marketin=
gportal.co.uk/fck/8281/image/-campaigns/2026/Nescafe-26/q1/nescafe-hero.png=
" style=3D"width: 100%; max-width: 600px; height: auto;" width=3D"600" /></=
td>
</tr>
<!-- Hero Image : END -->
<!-- Plain Text Column : BEGIN -->
<tr>
<td align=3D"center" style=3D"padding: 30px=
30px; padding-bottom: 0px;" 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: 16px; color: #000000; padding: =
0 20px;">
<span>
<span style=3D"colo=
r: #ab2828; font-weight: 900; font-size: 20px;">Enjoy a refined coffee expe=
rience with <br>NESCAF=C3=89<span style=3D"font-size: 14px; vertical-align:=
super;">=C2=AE</span> Barista Blend Coffee Beans.
</span> <br><br>
Upgrade your coffee=
with NESCAF=C3=89<span style=3D"font-size: 10px; vertical-align: super;">=
=C2=AE</span> Barista Signature Blend. Medium roast whole beans deliver a s=
mooth, refined flavour with a balanced level 7 intensity for consistently g=
reat coffee. <br><br>For a bolder espresso, NESCAF=C3=89<span style=3D"font=
-size: 10px; vertical-align: super;">=C2=AE</span> Barista Signature Blend =
Espresso offers a richer level 8 intensity, perfect for standout espresso a=
nd milk-based drinks.
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Plain Text Column : END -->
<!-- Two Even Columns : BEGIN -->
<tr>
<td align=3D"center" style=3D"padding: 10px=
;" 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: 10px; text-align: center"><a href=3D"https://cubemarketing.net=
/link-tracker/track-click/9ETE6AbW/27DwmC8pn5/x4rdrzyKQ2/"><img align=3D"mi=
ddle" alt=3D"alt_text" border=3D"0" src=3D"https://admin.icm-marketingporta=
l.co.uk/fck/8281/image/-campaigns/2026/Nescafe-26/q1/signature-blend.png" s=
tyle=3D"width: 100%; max-width: 200px; height: auto;" width=3D"200" /></a><=
/td>
</tr>
<tr>
<td style=
=3D"padding: 20px; text-align: center; font-family: 'Trebuchet MS', 'Segoe =
UI', Arial, Helvetica, sans-serif;font-size: 18px; mso-height-rule: exactly=
; color: #000000; font-weight: 600">
<span>
NES=
CAF=C3=89<span style=3D"font-size: 16px; vertical-align: super; ">=C2=AE</s=
pan> Barista <br>Signature Blend
</span>
<br /><=
br />
<!-- Bu=
tton : Begin -->
<!-- Ou=
tlook Windows Desktop (VML) -->
<!--[if=
mso]> <v:roundrect xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:w=3D"ur=
n:schemas-microsoft-com:office:word" href=3D"https://cubemarketing.net/link=
-tracker/track-click/9ETE6AbW/27DwmC8pn5/x4rdrzyKQ2/" style=3D"height:44px;=
v-text-anchor:middle;width:160px;" arcsize=3D"6%" strokecolor=3D"#261e18" f=
illcolor=3D"#261e18"> <w:anchorlock/> <center style=3D"color:#ffffff;font-f=
amily:Arial,sans-serif;font-size:14px;font-weight:bold;"> SHOP NOW </center=
> </v:roundrect> <![endif]-->
<!-- Al=
l other clients (webmail, Gmail, Apple Mail, mobile, browsers) -->
<!--[if=
!mso]><!-- -->
<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: 3px; background: #261e=
18; text-align: center;">
=
<a class=3D"button-a" href=3D"https://cubemarketing.net/link-track=
er/track-click/9ETE6AbW/27DwmC8pn5/x4rdrzyKQ2/" style=3D"background: #261e1=
8; border: 15px solid #261e18; padding: 0 10px;color: #ffffff; font-family:=
'Trebuchet MS', 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 13px=
; line-height: 1.1; text-align: center; text-decoration: none; display: blo=
ck; border-radius: 3px; font-weight: bold;">
=
<!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->SHOP NOW
=
<!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
=
</a>
=
</td>
=
</tr>
</t=
body>
</table=
>
<!--<![=
endif]-->
<!-- 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">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"><a href=3D"https://cubemarketing.net=
/link-tracker/track-click/9ETE6AbW/27DwmC8pn5/crNsMDxqb5/"><img align=3D"mi=
ddle" alt=3D"alt_text" border=3D"0" src=3D"https://admin.icm-marketingporta=
l.co.uk/fck/8281/image/-campaigns/2026/Nescafe-26/q1/espresso.png" style=3D=
"width: 100%; max-width: 200px; height: auto;" width=3D"200" /></a></td>
</tr>
<tr>
<td style=
=3D"padding: 20px; text-align: center; font-family: 'Trebuchet MS', 'Segoe =
UI', Arial, Helvetica, sans-serif; font-size: 18px; mso-height-rule: exactl=
y; color: #000000; font-weight: 600">
<span>
NES=
CAF=C3=89<span style=3D"font-size: 16px; vertical-align: super; ">=C2=AE</s=
pan> Barista <br>Signature Blend
</span>
<br /><=
br />
<!-- Bu=
tton : Begin -->
<!-- Ou=
tlook Windows Desktop (VML) -->
<!--[if=
mso]> <v:roundrect xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:w=3D"ur=
n:schemas-microsoft-com:office:word" href=3D"https://cubemarketing.net/link=
-tracker/track-click/9ETE6AbW/27DwmC8pn5/x4rdrzyKQ2/" style=3D"height:44px;=
v-text-anchor:middle;width:160px;" arcsize=3D"6%" strokecolor=3D"#261e18" f=
illcolor=3D"#261e18"> <w:anchorlock/> <center style=3D"color:#ffffff;font-f=
amily:Arial,sans-serif;font-size:14px;font-weight:bold;"> SHOP NOW </center=
> </v:roundrect> <![endif]-->
<!-- Al=
l other clients (webmail, Gmail, Apple Mail, mobile, browsers) -->
<!--[if=
!mso]><!-- -->
<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: 3px; background: #261e=
18; text-align: center;">
=
<a class=3D"button-a" href=3D"https://cubemarketing.net/link-track=
er/track-click/9ETE6AbW/27DwmC8pn5/crNsMDxqb5/" style=3D"background: #261e1=
8; border: 15px solid #261e18; padding: 0 10px;color: #ffffff; font-family:=
'Trebuchet MS', 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 13px=
; line-height: 1.1; text-align: center; text-decoration: none; display: blo=
ck; border-radius: 3px; font-weight: bold;">
=
<!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->SHOP NOW
=
<!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
=
</a>
=
</td>
=
</tr>
</t=
body>
</table=
>
<!--<![=
endif]-->
<!-- Bu=
tton : END -->
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Two Even Columns : END -->
<!-- Plain Text Column With Button: BEGIN -->
<tr>
<td align=3D"center" style=3D"background: #=
ab2828; " valign=3D"top">
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
<tbody>
<!-- Thumbnail Left, Text Right=
: BEGIN -->
<!--- the image should be 270px=
wide by any height --->
<tr>
<td align=3D"center" dir=3D=
"ltr" style=3D"padding: 10px;" valign=3D"top" width=3D"100%">
<table align=3D"center"=
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%">
<tbody>
<tr>
<th class=
=3D"stack-column-center" width=3D"50%">
<table =
align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"=
100%">
<tb=
ody>
=
<tr>
=
<td dir=3D"ltr" style=3D"padding: 10px 10px;text-align:center;" valign=
=3D"top"><img align=3D"middle" alt=3D"alt_text" border=3D"0" src=3D"https:/=
/admin.icm-marketingportal.co.uk/fck/8281/image/-campaigns/2026/Nescafe-26/=
q1/footer-img-1.png" style=3D"width: 100%; max-width: 227px; height: auto;"=
width=3D"227" /></td>
=
</tr>
</t=
body>
</table=
>
</th>
<th class=
=3D"stack-column-center" width=3D"50%">
<table =
align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"=
100%">
<tb=
ody>
=
<tr>
=
<td dir=3D"ltr" style=3D"font-family: 'Trebuchet MS', 'Segoe UI', Aria=
l, Helvetica, sans-serif; font-size: 16px; mso-height-rule: exactly; color=
: #ffffff; padding: 20px; text-align: center; font-weight: 400; line-height=
: 1.4;" valign=3D"top">
=
<span><b>Purchase a 1Kg bag</b> of NESCAF=C3=89<span style=3D"font=
-size: 16px; vertical-align: super; ">=C2=AE</span> Barista Signature or Es=
presso Beans for a chance to win a <b>De=E2=80=99Longhi coffee machine*</b>
=
</span>
=
</td>
=
</tr>
</t=
body>
</table=
>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Image Left, Text Right : E=
ND -->
</tbody>
</table>
</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: left; font-family: 'Open Sans', sans-serif; fon=
t-size: 8px; color: #000000">
<span>
*T&Cs apply. Open 0=
2.01.26 to 31.03.26. UK, CI & IoM, 18+. Purchase req'd (retain invoice). Se=
e https://www.nestleprofessional.co.uk/delonghi-giveaway-2026-terms-and-con=
ditions for details and full T&Cs.
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- 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/9ETE6AbW/27DwmC8pn5/PgR8ENMNSz/"><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/9ETE6AbW/27DwmC8pn5/QXA3App22P/">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/9ETE6AbW/27DwmC8pn5/A96yeY5GN7/">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/9ETE6AbW/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/9ETE6AbW/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/9ETE6AbW/">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/9ETE6AbW/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: 719141 -->
--9CmAI52G--