Return-Path: <bounce-31997534-30373@smartfleetfueling.com>
Delivered-To: norris@clearsoundatlanta.com
Received: from box5914.bluehost.com
	by box5914.bluehost.com with LMTP
	id uGtNL6E6VGkWvw4AjGobiw
	(envelope-from <bounce-31997534-30373@smartfleetfueling.com>)
	for <norris@clearsoundatlanta.com>; Tue, 30 Dec 2025 13:48:33 -0700
Return-path: <bounce-31997534-30373@smartfleetfueling.com>
Envelope-to: norris@clearsoundatlanta.com
Delivery-date: Tue, 30 Dec 2025 13:48:33 -0700
Received: from smartfleetfueling.com ([72.32.129.17]:43349)
	by box5914.bluehost.com with esmtps  (TLS1.3) tls TLS_AES_256_GCM_SHA384
	(Exim 4.98.2)
	(envelope-from <bounce-31997534-30373@smartfleetfueling.com>)
	id 1vagdt-000000045qv-2z8J
	for norris@clearsoundatlanta.com;
	Tue, 30 Dec 2025 13:48:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=XPS; d=smartfleetfueling.com;
 h=Date:From:Reply-To:To:Message-ID:Subject:MIME-Version:Content-Type:
 List-Unsubscribe:Feedback-ID:List-Unsubscribe-Post;
 bh=UTjvlsDXe7mZn725s0a0y6J+5yFkmle611sgWrXMvhA=;
 b=PkyuxXGL3J6COFYYct3/8KNRgFafEoxmuA2WMdqfwHKcpedSFCeLvzjY0wOYHg0E/VH/AksbrkXi
   ENWLLGq0IuNdY6NSHRhmMTUgU5/L49Bdf+p7Txrj3beXOaQq3aV6kWH4b5KT0oO4rHFcQAf8QSe5
   zdzaG58wG3PT+/YUa2I9bKiW2DaniGP2xEKHbDp/hFxRNk/dWhVOd5jhBtCAqUOtcVxVDEXs2LXY
   cpbqaD77OcXWFxQaItWvqep/cw61fNbh7L6zyi/s6DMYGTLtdiKpDTGyZPHQuzzQB6xguUEFSNGe
   fAwaOyQbGIMvxEONPVU7Wtmwp1n4fodBj8lzGQ==
Date: Tue, 30 Dec 2025 15:48:21 -0500 (EST)
From: WEX Fuel Cards for Business <info@smartfleetfueling.com>
Reply-To: WEX Fuel Cards for Business <info@smartfleetfueling.com>
To: norris@clearsoundatlanta.com
Message-ID: <6A2E8A8C-CF4F-BA2F-3C65EBC7C369ABC0@smartfleetfueling.com>
Subject: Get the fuel card made for your business
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_208456_1310460392.1767127701277"
X-Mailer: XPS
List-Unsubscribe: <mailto:emails.smartfleetfueling.com.xoptout.t=31997534.30373@smartfleetfueling.com?subject=unsubscribe>,<https://emails.smartfleetfueling.com/act_optout.cfm?t=31997534.30373>
Feedback-ID: 30373-31997534:31997534:30373:Wawa
x-eid: 30373
x-cid: 31997534
x-virtual-mta: xSuite_Wawa_4_0
X-RecipientPriority: 
X-XPSrouting: 
List-Unsubscribe-Post: List-Unsubscribe=One-Click

------=_Part_208456_1310460392.1767127701277
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable



   =20
   =20
   =20
   =20
   =20
   =20
   =20
   =20
   =20

=20
 96

=09=09
=09=09
   =20
   =20
/* What it does: Remove spaces around the email design added by some email =
clients. */
      /* Beware: It can remove the padding / margin and add a background co=
lor to the compose a reply window. */
html,  body {
=09margin: 0 !important;
=09padding: 0 !important;
=09height: 100% !important;
=09width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
=09-ms-text-size-adjust: 100%;
=09-webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
=09width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*=3D"margin: 16px 0"] {
=09margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,  td {
=09mso-table-lspace: 0pt !important;
=09mso-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 {
=09border-spacing: 0 !important;
=09border-collapse: collapse !important;
=09table-layout: fixed !important;
=09margin: 0 auto !important;
}
table table table {
=09table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE.=
 */
img {
=09-ms-interpolation-mode: bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
=09border-bottom: none !important;
}
/* What it does: Another work-around for iOS meddling in triggered links. *=
/
a[x-apple-data-detectors] {
=09color: inherit !important;
}


   =20
   =20
       =20
        /* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }
        .button-td:hover,
        .button-a:hover {
            background: #555555 !important;
            border-color: #555555 !important;
        }

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

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

            /* 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;
            }
       =20
            /* 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;
            }
=09=09=09
=09=09=09.nopadnarrow {padding: 0px !important;}
=09=09=09
=09=09=09.logotop {max-height: 50px !important;}
=09=09=09
=09=09=09.headercopy {text-align: center !important;}
=09=09=09
=09=09=09.topphone {font-size: 18px;}
               =20
        }

   =20
   =20
   =20
   =20
     =20
       =20
           =20
           =20
            1-800-395-0812
            =20
           =20
=20
           =20
           =20
           =20
           =20

           =20
           =20
               =20
                   =20
                   =20
                       =20
                        Call 1-800-395-0812
                     =20
=09=09=09=09=09
=09=09=09=09=09=09
                       =20
                     =20
=09=09=09=09=09
                     =20
                   =20
                       =20
                       =20
                     =20

                     =20
                 =20
                 =20
             =20
            =20
           =20
           =20
           =20
                You drive your business. We'll fuel it.
             =20
           =20
                The WEX Fleet Card is the best way to manage business fueli=
ng, with:
              =09=09
           =20
               =20
=09=09=09=09=09
=09=09=09=09=09&bull;Rebates up to 15&cent;/gal through our nationwide savi=
ngs network=E2=80=A0
=09=09=09=09=09&bull;Automatic accounting and reports
=09=09=09=09=09&bull;Easy spending controls
=09=09=09=09=09
=09=09=09=09=09&bull;Access to special discounts to help free up cash flow.
=09=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09

=09=09=09=09
              =09=09
           =20
                The WEX Fleet Card makes it easy.
              =09

            =20
           =20

           =20
           =20

           =20
           =20
           =20
               =20
                   =20
                   =20
                       =20
                       =20
=09=09=09=09=09=09=09
                           =20
                           =20
                           =20
     &nbsp;Learn More&nbsp;

                             =20
                         =20
                           =20
                           =20
                     =20
                     =20
                   =20
                       =20
                        Or call 1-800-395-0812
                            (mention promo code M05786-108716600)
=09=09=09=09=09=09
                     =20
                     =20
                 =20
                 =20
             =20
           =20

           =20
                *Customers using their WEX Fleet Card within the WEX nation=
wide savings network can earn 3&cent; to 15&cent; per gallon. To earn the m=
aximum rebate of $0.15 per gallon you must fuel at a location within the WE=
X nationwide savings network that offers the maximum rebate. Customers usin=
g their WEX Fleet Card outside the WEX nationwide savings network can earn =
1&cent; to 3&cent; per gallon. To earn the maximum rebate of $0.03 per gall=
on you must fuel at least 5,000 gallons in one month. Rebates may vary base=
d on fueling location and total gallons purchased per month and are subject=
 to change at any time. Rebates are not eligible on purchases at Tier 1 Tru=
ck Stop locations (currently Flying J, Loves, Petro, Travel Center of Ameri=
ca, and Pilot) or large general merchandise retail chain locations (i.e. =
=E2=80=9Cbig box stores?). Refer to the tier table for more details. Rebate=
s will appear as a credit on your billing statement and earned when balance=
s due are timely paid pursuant to the terms and conditions of your account =
agreement.

              =09=09
           =20
                To ensure delivery, please add info@smartfleetfueling.com t=
o your address book.
              =09
           =20
                &copy;2025. All rights reserved.
              =09
           =20
                WEX Fleet Services
              =09
           =20
                1 Hancock Street | Portland, ME 04101 | USA
              =09=09=09=09=09
           =20
                Privacy Policy
             =20
           =20
                unsubscribe from further emails
              =09=09=09=09
           =20
               =20
              =09=09=09=09
           =20
                M05786
              =09=09=09=09
         =20
            =20
           =20

           =20
         =20
     =20
   =20



------=_Part_208456_1310460392.1767127701277
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 name=3D"viewport" content=3D"width=3Ddevice-width, initial-scale=
=3D1.0">
    <!-- Forcing initial-scale shouldn't be necessary -->
    <title></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 -->

 <link href=3D"https://fonts.googleapis.com/css?family=3DOpen%20Sans" rel=
=3D"stylesheet" type=3D"text/css">
 <!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPe=
rInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml>
<![endif]-->
=09=09
=09=09
    <!-- CSS Reset -->
    <style type=3D"text/css">
/* What it does: Remove spaces around the email design added by some email =
clients. */
      /* Beware: It can remove the padding / margin and add a background co=
lor to the compose a reply window. */
html,  body {
=09margin: 0 !important;
=09padding: 0 !important;
=09height: 100% !important;
=09width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
=09-ms-text-size-adjust: 100%;
=09-webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
=09width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*=3D"margin: 16px 0"] {
=09margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,  td {
=09mso-table-lspace: 0pt !important;
=09mso-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 {
=09border-spacing: 0 !important;
=09border-collapse: collapse !important;
=09table-layout: fixed !important;
=09margin: 0 auto !important;
}
table table table {
=09table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE.=
 */
img {
=09-ms-interpolation-mode: bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
=09border-bottom: none !important;
}
/* What it does: Another work-around for iOS meddling in triggered links. *=
/
a[x-apple-data-detectors] {
=09color: inherit !important;
}
</style>

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

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

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

            /* 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;
            }
       =20
            /* 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;
            }
=09=09=09
=09=09=09.nopadnarrow {padding: 0px !important;}
=09=09=09
=09=09=09.logotop {max-height: 50px !important;}
=09=09=09
=09=09=09.headercopy {text-align: center !important;}
=09=09=09
=09=09=09.topphone {font-size: 18px;}
               =20
        }

    </style>
    </head>
    <body bgcolor=3D"#FFFFFF" width=3D"100%" style=3D"margin: 0;" yahoo=3D"=
yahoo">
    <table bgcolor=3D"#e0e0e0" cellpadding=3D"0" cellspacing=3D"0" border=
=3D"0" height=3D"100%" width=3D"100%" style=3D"border-collapse:collapse;">
      <tr>
        <td><center style=3D"width: 100%;">
           =20
            <!-- Visually Hidden Preheader Text : BEGIN -->
            <div style=3D"display:none;font-size:1px;line-height:1px;max-he=
ight:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family:O=
pen Sans,Helvetica Neue,Helvetica,Arial,sans-serif;">1-800-395-0812</div>
            <!-- Visually Hidden Preheader Text : END -->=20
           =20
=20
           =20
            <!-- Email Body : BEGIN -->
            <table cellspacing=3D"0" cellpadding=3D"0" border=3D"0" align=
=3D"center" bgcolor=3D"#ffffff" width=3D"700" class=3D"email-container">
           =20

            <!-- Two Even Columns : BEGIN -->
            <tr>
                <td align=3D"center" valign=3D"top" style=3D"padding: 10px;=
  font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;" dir=3D"=
rtl"><table cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%"=
>
                    <tr>
                    <td class=3D"stack-column-center"><table cellspacing=3D=
"0" cellpadding=3D"0" border=3D"0" style=3D"width: 100%;">
                        <tr>
                        <td class=3D"topphone" style=3D"padding: 0px; text-=
align: right; font-size: 13px; font-family:Open Sans,Helvetica Neue,Helveti=
ca,Arial,sans-serif; color: #c1272d;">Call <a href=3D"https://emails.smartf=
leetfueling.com/d.cfm?m=3D31997534.30373.0.168079877" style=3D"color: #c127=
2d; text-decoration: none;">1-800-395-0812</a></td>
                      </tr>
=09=09=09=09=09
=09=09=09=09=09=09<tr>
                        <td style=3D"padding: 5px; text-align: right;"><img=
 src=3D"https://emails.smartfleetfueling.com/publicimages/WEX-CARD.png" wid=
th=3D"100" alt=3D"alt_text" border=3D"0" class=3D"fluid"></td>
                      </tr>
=09=09=09=09=09
                      </table></td>
                    <td class=3D"stack-column-center" style=3D"vertical-ali=
gn: middle; width: 60%;" dir=3D"ltr"><table cellspacing=3D"0" cellpadding=
=3D"0" border=3D"0" style=3D"width: 100%">
                        <tr>
                        <td style=3D"padding: 0px 0px 0px 15px;"><img src=
=3D"https://emails.smartfleetfueling.com/publicimages/WEX-LOGO.png" style=
=3D"display: block;" alt=3D"logo top" border=3D"0" class=3D"fluid logotop">=
</td>
                      </tr>

                      </table></td>
                  </tr>
                  </table></td>
              </tr>
            <!-- Two Even Columns : END -->=20
           =20
            <!-- 1 Column Text : BEGIN -->
            <tr>
                <td style=3D"padding: 6px 5px 8px 5%; text-align: left; fon=
t-weight: bold; font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-s=
erif;font-size: 24px; line-height: 30px; mso-height-rule: exactly; color: #=
060808; background-color: #F7FAFC;" class=3D"headercopy">You drive your bus=
iness. We'll fuel it.</td>
              </tr>
            <tr>
                <td style=3D"padding: 31px 5px 5px 5%; text-align: left; fo=
nt-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 1=
6px; mso-height-rule: exactly; line-height: 20px; color: #555555;">The WEX =
Fleet Card is the best way to manage business fueling, with:</td>
              </tr>=09=09
            <tr>
                <td style=3D"padding: 12px 5px 0px 5%; text-align: left; fo=
nt-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 1=
6px; mso-height-rule: exactly; line-height: 20px; color: #555555;">
=09=09=09=09=09<table cellspacing=3D"0" cellpadding=3D"0" border=3D"0">
=09=09=09=09=09<tr><td style=3D"padding: 1px 3px 3px 0px; vertical-align: t=
op;">&bull;</td><td style=3D"width: 100%; padding-bottom: 16px; font-family=
:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 16px; mso-=
height-rule: exactly; color: #555555;">Rebates up to 15&cent;/gal through o=
ur nationwide savings network=E2=80=A0</td></tr>
=09=09=09=09=09<tr><td style=3D"padding: 1px 3px 3px 0px; vertical-align: t=
op;">&bull;</td><td style=3D"width: 100%; padding-bottom: 16px;font-family:=
Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 16px; mso-h=
eight-rule: exactly; color: #555555;">Automatic accounting and reports</td>=
</tr>
=09=09=09=09=09<tr><td style=3D"padding: 1px 3px 3px 0px;  vertical-align: =
top;">&bull;</td><td style=3D"width: 100%; padding-bottom: 16px;font-family=
:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 16px; mso-=
height-rule: exactly; color: #555555;">Easy spending controls</td></tr>
=09=09=09=09=09
=09=09=09=09=09<tr><td style=3D"padding: 1px 3px 3px 0px;  vertical-align: =
top;">&bull;</td><td style=3D"width: 100%; padding-bottom: 16px; font-famil=
y:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 16px; mso=
-height-rule: exactly; color: #555555;">Access to special discounts to help=
 free up cash flow.</td></tr>
=09=09=09=09=09=09
=09=09=09=09=09</table>
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09

=09=09=09=09</td>
              </tr>=09=09
            <tr>
                <td style=3D"padding: 5px 5px 25px 5%; text-align: left; fo=
nt-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 1=
6px; font-weight: bold; mso-height-rule: exactly; line-height: 20px; color:=
 #060808;">The WEX Fleet Card makes it easy.</td>
              </tr>=09

            <!-- 1 Column Text : BEGIN -->=20
           =20

           =20
           =20

           =20
            <!-- Thumbnail Right, Text Left : BEGIN -->
            <tr>
                <td dir=3D"ltr" align=3D"center" valign=3D"top" width=3D"10=
0%" style=3D"padding: 10px 10px 10px 5%;"><table align=3D"center" border=3D=
"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%">
                    <tr>
                    <td width=3D"33.33%" class=3D"stack-column-center"><tab=
le align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=
=3D"100%">
                        <tr>
                        <td dir=3D"ltr" valign=3D"top" style=3D"padding: 0 =
10px; background-color: #FFFFFF;" class=3D"center-on-narrow">
=09=09=09=09=09=09=09<!-- Button : Begin -->
                           =20
                            <table cellspacing=3D"0" cellpadding=3D"0" bord=
er=3D"0" class=3D"center-on-narrow" style=3D"float:left;">
                            <tr><td>
     <a href=3D"https://emails.smartfleetfueling.com/d.cfm?m=3D31997534.303=
73.0.168079878" style=3D"background: #ffbe3b; border: 0px solid #ffbe3b; te=
xt-decoration: none; padding: 12px 28px; color: #fff; border-radius: 8px; d=
isplay:inline-block; mso-padding-alt:0;text-underline-color:#ffbe3b;"><!--[=
if mso]><i style=3D"letter-spacing: 25px;mso-font-width:-100%;mso-text-rais=
e:30pt" hidden>&nbsp;</i><![endif]--><span style=3D"mso-text-raise:15pt; fo=
nt-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: =
18px; font-weight: 600; color: #060808;">Learn More</span><!--[if mso]><i s=
tyle=3D"letter-spacing: 25px;mso-font-width:-100%" hidden>&nbsp;</i><![endi=
f]-->
</a></td>
                              </tr>
                          </table>
                           =20
                            <!-- Button : END --></td>
                      </tr>
                      </table></td>
                    <td width=3D"66.66%" class=3D"stack-column-center"><tab=
le align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=
=3D"100%">
                        <tr>
                        <td dir=3D"ltr" valign=3D"top" style=3D"font-family=
:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-weight: 600; tex=
t-align: left; font-size: 16px; mso-height-rule: exactly; line-height: 20px=
; color: #c1272d; padding-left: 30px;" class=3D"center-on-narrow nopadnarro=
w"><span style=3D"color:#c1272d; font-weight: bold;">Or call </span><a href=
=3D"https://emails.smartfleetfueling.com/d.cfm?m=3D31997534.30373.0.1680798=
79" style=3D"color: #c1272d; font-weight: bold; text-decoration: none;">1-8=
00-395-0812</a><br>
                            <span style=3D"font-size: 12px; color:#c1272d;"=
>(mention promo code M05786-108716600)</span>
=09=09=09=09=09=09</td>
                      </tr>
                      </table></td>
                  </tr>
                  </table></td>
              </tr>
            <!-- Thumbnail Right, Text Left : END -->

            <tr>
                <td style=3D"padding: 15px 15px 15px 5%; text-align: left; =
font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size:=
 10px; mso-height-rule: exactly; line-height: 11px; color: #555555;">*Custo=
mers using their WEX Fleet Card within the WEX nationwide savings network c=
an earn 3&cent; to 15&cent; per gallon. To earn the maximum rebate of $0.15=
 per gallon you must fuel at a location within the WEX nationwide savings n=
etwork that offers the maximum rebate. Customers using their WEX Fleet Card=
 outside the WEX nationwide savings network can earn 1&cent; to 3&cent; per=
 gallon. To earn the maximum rebate of $0.03 per gallon you must fuel at le=
ast 5,000 gallons in one month. Rebates may vary based on fueling location =
and total gallons purchased per month and are subject to change at any time=
. Rebates are not eligible on purchases at Tier 1 Truck Stop locations (cur=
rently Flying J, Loves, Petro, Travel Center of America, and Pilot) or larg=
e general merchandise retail chain locations (i.e. =E2=80=9Cbig box stores?=
). Refer to the tier table for more details. Rebates will appear as a credi=
t on your billing statement and earned when balances due are timely paid pu=
rsuant to the terms and conditions of your account agreement.
</td>
              </tr>=09=09
            <tr>
                <td style=3D"padding: 5px; text-align: center; font-family:=
Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 12px; mso-h=
eight-rule: exactly; line-height: 20px; color: #555555;">To ensure delivery=
, please add <a style=3D"color: #555555;" href=3D"mailto:info@smartfleetfue=
ling.com">info@smartfleetfueling.com</a> to your address book.</td>
              </tr>=09
            <tr>
                <td style=3D"padding-top: 15px; text-align: center; font-fa=
mily:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 12px; =
mso-height-rule: exactly; line-height: 14px; color: #555555;">&copy;2025. A=
ll rights reserved.</td>
              </tr>=09
            <tr>
                <td style=3D"padding-top: 3px; text-align: center; font-fam=
ily:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 12px; m=
so-height-rule: exactly; line-height: 14px; color: #555555;">WEX Fleet Serv=
ices</td>
              </tr>=09
            <tr>
                <td style=3D"padding-top: 3px; text-align: center; font-fam=
ily:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 12px; m=
so-height-rule: exactly; line-height: 14px; color: #555555;">1 Hancock Stre=
et | Portland, ME 04101 | USA</td>
              </tr>=09=09=09=09=09
            <tr>
                <td style=3D"padding-top: 3px; text-align: center; font-fam=
ily:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 12px; m=
so-height-rule: exactly; line-height: 14px; color: #555555;"><a style=3D"co=
lor: #555555;" href=3D"https://emails.smartfleetfueling.com/d.cfm?m=3D31997=
534.30373.0.168079880">Privacy Policy</a></td>
              </tr>
            <tr>
                <td style=3D"padding: 45px 5px 10px 5px; text-align: center=
; font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-siz=
e: 12px; mso-height-rule: exactly; line-height: 20px; color: #555555;"><a s=
tyle=3D"color: #555555;" href=3D"https://emails.smartfleetfueling.com/act_o=
ptout.cfm?t=3D31997534.30373">unsubscribe</a> from further emails</td>
              </tr>=09=09=09=09
            <tr>
                <td style=3D"padding: 15px 5px 5px 5px; text-align: center;=
 font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size=
: 12px; mso-height-rule: exactly; line-height: 20px; color: #555555;"><img =
src=3D"https://emails.smartfleetfueling.com/publicimages/Powered_by_WEX.png=
" style=3D"height: 50px" alt=3D"logo2" height=3D"50"></td>
              </tr>=09=09=09=09
            <tr>
                <td style=3D"padding: 5px; text-align: right; font-family:O=
pen Sans,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 9px; mso-hei=
ght-rule: exactly; line-height: 20px; color: #DADADA;">M05786</td>
              </tr>=09=09=09=09
          </table>
            <!-- Email Body : END -->=20
           =20

           =20
          </center></td>
      </tr>
    </table>
</body>
</html>
<img src=3Dhttps://emails.smartfleetfueling.com/open_rate.cfm?cid=3D3199753=
4&email_id=3D%25%259%5BL%26%2E%40%20%0A width=3D1 height=3D1>
------=_Part_208456_1310460392.1767127701277--
