Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <meta name="x-apple-disable-message-reformatting"/>
  <style>
   body {
            color: #002E22;
            font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
            font-size: 15px;
            line-height: 1.333;
        }
        p {
            margin: 0;
            padding: 0;
            font-size: 15px;
            color: #002E22;
        }
        h1 {
            font-size: 17px;
            line-height: 22px;
            margin-bottom: 8px;
            padding: 0;
            color: #002E22;
            font-weight: 700;
        }
        h2 {
            font-size: 17px;
            line-height: 22px;
            margin-bottom: 8px;
            padding: 0;
            color: #002E22;
            font-weight: 700;
        }
        hr {
            background-color: #F8F4F0;
            border: none;
            height: 2px;
            margin-left: 0;
            margin-right: auto;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        p a {
            color: #0164BF;
        }
        .wrapper {
            font-size: 15px;
            color: #002E22;
            margin-bottom: 16px;
            margin-top: 16px;
        }
        .chat-message {
            font-size: 0;
            padding: 8px 0;
            display: table;
        }
        .chat-message__avatar {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            display: inline-block;
            overflow: hidden;
            vertical-align: top;
            margin-right: 12px;
        }
        .chat-message__avatar img {
            display: block;
            width: 40px;
            height: 40px;
        }
        .chat-message__comment {
            font-size: 15px;
            display: table-cell;
            vertical-align: top;
            width: 100%;
        }
        .chat-message__comment__sender {
            font-size: 15px;
            font-weight: 700;
            line-height: 20px;
            height: 20px;
            color: #002E22;
            display: inline-block;
            white-space: nowrap;
        }
        .chat-message__comment_sender__name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            vertical-align: top;
            max-width: 220px;
            height: 20px;
        }
        .chat-message__comment__sender a {
            text-decoration: none;
            pointer-events: none;
            color: #002E22;
        }
        .chat-message__comment__date {
            color: #76847E;
            font-size: 11px;
            text-align: left;
            font-weight: 400;
            display: inline-block;
            max-width: 180px;
        }
        .chat-message__comment__text {
            font-size: 15px;
            line-height: 20px;
        }
        .chat-message__comment__text p {
            margin-bottom: 16px;
        }
        .chat-message__comment__text_last p {
            margin-bottom: 0;
        }
        .chat-message__comment__payment_last {
            color: #76847E;
        }
        .chat-message__comment__system_message {
            color: #76847E;
        }
        .chat-message__comment__previewcard {
            background-color: #F8F4F0;
            border-radius: 16px;
            width: 335px;
            margin-top: 4px;
            margin-bottom: 16px;
            overflow: auto;
        }
        .chat-message__comment__previewcard__content {
            padding: 16px;
        }
        .chat-message__comment__previewcard__eyebrow {
            color: #76847E;
            font-size: 13px;
            line-height: 16px;
            margin-bottom: 4px;
        }
        .chat-message__comment__previewcard__amount {
            color: #002E22;
            font-size: 19px;
            line-height: 24px;
            font-weight: 700;
            display: flex;
            align-items: center;
        }
        .chat-message__comment__previewcard__description {
            color: #76847E;
            font-size: 15px;
            line-height: 20px;
            margin-top: 4px;
        }
        .chat-message__comment__previewcard__receipt {
            width: 100%;
            height: 100%;
            flex: 1;
        }
        .chat-message__comment__previewcard__receipt img {
            width: 100%;
            height: 140px;
            object-fit: cover;
            object-position: top;
        }
        .chat-message__comment__previewcard__receipt__container {
            flex-direction: row;
            border-radius: 12px;
            overflow: hidden;
            height: 140px;
            display: flex;
            margin: 4px 4px 0px 4px;
        }
        .chat-message__comment__previewcard__button-wrapper {
            margin-top: 16px;
            text-decoration: none;
            color: #FCFBF9;
        }
        .chat-message__comment__previewcard__button-wrapper a {
            color: #FCFBF9 !important;
        }
        .chat-message__comment__previewcard__link {
            text-decoration: none;
        }
        .chat-message__comment__previewcard__button {
            background-color: #03D47C;
            background-image: linear-gradient(#03D47C, #03D47C);
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            color: #FCFBF9;
            height: 40px;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            border-radius: 40px;
            width: 100%;
        }
        .chat-message__comment__previewcard__button__grey {
            background-color: #E6E1DA;
            background-image: linear-gradient(#E6E1DA, #E6E1DA);
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            color: #002E22;
            height: 40px;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            border-radius: 40px;
            width: 100%;
        }
        .chat-message--report {
            width: 100%;
        }
        .chat-message__comment__previewcard--report {
            width: 360px;
            max-width: 100%;
            margin: 0 auto 16px;
            overflow: hidden;
        }
        .chat-message__comment__previewcard__reportbody {
            padding: 24px 12px;
        }
        .chat-message__comment__previewcard__header {
            margin-bottom: 20px;
            padding: 0 12px;
        }
        .chat-message__comment__previewcard__header__avatar {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            background-color: #E6E1DA;
            background-position: center;
            background-size: cover;
            display: block;
        }
        .chat-message__comment__previewcard__header__text {
            padding-left: 12px;
        }
        .chat-message__comment__previewcard__header__title {
            font-size: 15px;
            font-weight: 700;
            line-height: 20px;
            color: #002E22;
            margin-bottom: 4px;
        }
        .chat-message__comment__previewcard__header__statusrow {
            line-height: 16px;
        }
        .chat-message__comment__previewcard__badge {
            display: inline-block;
            vertical-align: middle;
            font-size: 9px;
            font-weight: 700;
            line-height: 12px;
            border-radius: 6px;
            padding: 2px 6px;
            margin-right: 4px;
        }
        .chat-message__comment__previewcard__badge--draft {
            color: #003C73;
            background-color: #8DC8FF;
        }
        .chat-message__comment__previewcard__badge--outstanding {
            color: #780505;
            background-color: #FFC68C;
        }
        .chat-message__comment__previewcard__badge--approved {
            color: #28736D;
            background-color: #CCF6FF;
        }
        .chat-message__comment__previewcard__badge--paid {
            color: #085239;
            background-color: #8EECC4;
        }
        .chat-message__comment__previewcard__badge--done {
            color: #712A76;
            background-color: #FBCCFF;
        }
        .chat-message__comment__previewcard__header__count {
            display: inline-block;
            vertical-align: middle;
            font-size: 13px;
            font-weight: 400;
            line-height: 16px;
            color: #76847E;
        }
        .chat-message__comment__previewcard__expensepreview {
            margin: 0 12px;
            border: 1px solid #E6E1DA;
            border-radius: 16px;
            overflow: hidden;
        }
        .chat-message__comment__previewcard__receiptwrapper {
            padding: 4px;
            font-size: 0;
        }
        .chat-message__comment__previewcard__receiptimg {
            display: block;
            width: 100%;
            height: 180px;
            border-radius: 12px;
            object-fit: cover;
            object-position: top;
        }
        .chat-message__comment__previewcard__expensecontent {
            padding: 16px;
        }
        .chat-message__comment__previewcard__expense__merchant {
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            color: #002E22;
        }
        .chat-message__comment__previewcard__expense__amount {
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            color: #002E22;
            white-space: nowrap;
        }
        .chat-message__comment__previewcard__expense__meta {
            font-size: 13px;
            font-weight: 400;
            line-height: 16px;
            color: #76847E;
            padding-top: 4px;
        }
        .chat-message__comment__previewcard__expense__funds {
            font-size: 13px;
            font-weight: 400;
            line-height: 16px;
            color: #76847E;
            padding-top: 4px;
            white-space: nowrap;
        }
        .chat-message__comment__previewcard__list {
            border-radius: 8px;
            overflow: hidden;
        }
        .chat-message__comment__previewcard__row {
            padding: 16px 12px;
            border-bottom: 1px solid #E6E1DA;
        }
        .chat-message__comment__previewcard__row__thumb {
            display: block;
            width: 36px;
            height: 40px;
            border-radius: 4px;
            object-fit: cover;
            object-position: top;
        }
        .chat-message__comment__previewcard__row__text {
            padding-left: 12px;
        }
        .chat-message__comment__previewcard__row__merchant {
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            color: #002E22;
        }
        .chat-message__comment__previewcard__row__meta {
            font-size: 13px;
            font-weight: 400;
            line-height: 16px;
            color: #76847E;
            padding-top: 4px;
        }
        .chat-message__comment__previewcard__row__amount {
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            color: #002E22;
            white-space: nowrap;
        }
        .chat-message__comment__previewcard__row__funds {
            font-size: 13px;
            font-weight: 400;
            line-height: 16px;
            color: #76847E;
            padding-top: 4px;
            white-space: nowrap;
        }
        .chat-message__comment__previewcard__more {
            padding: 16px 12px;
            border-bottom: 1px solid #E6E1DA;
            text-align: center;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            color: #76847E;
        }
        .chat-message__comment__previewcard__total {
            padding: 12px;
        }
        .chat-message__comment__previewcard__total__label {
            font-size: 13px;
            font-weight: 400;
            line-height: 16px;
            color: #76847E;
        }
        .chat-message__comment__previewcard__total__amount {
            font-size: 15px;
            font-weight: 700;
            line-height: 20px;
            color: #002E22;
            white-space: nowrap;
        }
        .chat-message__comment__previewcard__buttons {
            margin-top: 20px;
            padding: 0 12px;
        }
        .chat-message__comment__previewcard__buttons a {
            text-decoration: none;
        }
        a.chat-message__comment__previewcard__button {
            color: #FCFBF9 !important;
        }
        a.chat-message__comment__previewcard__button__grey {
            color: #002E22 !important;
        }
        .chat-message__comment__task__container {
            display: table;
            margin-bottom: 16px;
        }
        .chat-message__comment__task__container_last {
            margin-bottom: 0px;
        }
        .chat-message__comment__task__checkbox {
            height: 16px;
            width: 16px;
            border: 2px solid;
            border-color: #E6E1DA;
            border-radius: 6px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px;
        }
        .chat-message__comment__task__name {
            display: table-cell;
            vertical-align: middle;
            color: #002E22;
        }
        .checkmark {
            width: 22px;
            height: 22px;
            margin-left: 5px;
        }
        .footer-text p {
            color: #72847D;
            font-size: small;
        }
        .singleExpenseIOUField {
            color: #72847D;
            font-size: small;
        }
        .content-section {
            margin-bottom: 32px;
        }
        /* Gmail-only: force consistent width to prevent auto-scaling.
           The u + #body selector works because Gmail replaces <!DOCTYPE> with a <u> element. */
        u + #body {
            width: 100% !important;
        }
        u + #body .email-container {
            min-width: 680px !important;
        }
        /* Disable the shim and forced min-width on viewports that can't fit the 680px content box.
           The outer wrapper table applies 20px of padding on each side, so 720px is the smallest
           viewport that fits a 680px container plus 40px of padding. Below that (true mobile and
           narrow tablet/split-screen Gmail), let the email reflow naturally. At 720px+ (desktop
           and Gmail webmail), the shim and min-width stay active to prevent auto-scaling. */
        @media only screen and (max-width: 719px) {
            .gmail-fix { display: none !important; }
            u + #body .email-container { min-width: 0 !important; }
        }
        .dm-blend-screen {
            background: #000;
            mix-blend-mode: screen;
        }
        .dm-blend-difference {
            background: #000;
            mix-blend-mode: difference;
        }
        .cta-bg {
            background-color: #03D47C;
            background-image:linear-gradient(#03D47C,#03D47C);
        }
  </style>
 </head>
 <body id="body" style="margin:0; padding:0;">
  <div aria-hidden="true" class="gmail-fix" role="presentation" style="letter-spacing: 676px; line-height: 0; mso-hide: all; font-size: 0; height: 0; max-height: 0; overflow: hidden; visibility: hidden;">
  </div>
  <table border="0" cellpadding="0" cellspacing="0" style="color: #002E22; padding: 20px; font-size: 15px; font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';" width="100%">
   <tr>
    <td align="center">
     <!-- Main content table -->
     <table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" style="max-width: 680px;" width="100%">
      <tr>
       <td style="padding: 0px; text-align: left;">
        <!-- Each content section goes here. They will be left-aligned inside the centered table. -->
        <div>
         <img alt="Expensify Logo" height="24px" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Femail%252Fexpensify-email-logo-header2025.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3ODQ2MDA1NTUuNjI3OTYxNn0:1wm07v:jIRsNAMrK_3luJ5AFE_l4IlgH_48UDCV7cdE4ZWuqAw" width="100px"/>
         <table border="0" cellpadding="0" cellspacing="0" style="width: 100% !important; margin: 24px 0;" width="100%">
          <tr>
           <td style="width: 100% !important; background-color: #E6E1DA; height:1px; font-size:0; line-height:0;">
           </td>
          </tr>
         </table>
        </div>
        <div>
         <div class="content-section">
          <p style="font-style: italic;">
           <strong>
            tl;dr
           </strong>
           - Now you can set up
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            UK/EU Expensify Cards
           </a>
           from GBP and EUR bank accounts -- and issue cards to your employees far and wide -- getting realtime spend management and up to a 50% discount on your Expensify subscriptions!
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            Here's how to get started
           </a>
           .
          </p>
         </div>
         <div class="content-section">
          <p>
           I am so happy to share that our UK and EU Expensify Card is here for all! This is perhaps the most common request we've heard from thousands of international customers -- not just to get access to this incredible feature, but also the sizable discount and efficiency gains that come along with it. One US customer, Pivot Bio,
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            cut their expense report audit times by 90%
           </a>
           .
          </p>
         </div>
         <div class="content-section">
          <h2>
           Automate the approval, skip the reimbursement
          </h2>
          <p>
           ChatGPT tells me cash was invented 2600 years ago, and legend has it that expense reimbursements were invented the very next day. Upgrade your accounting from the Iron Age to the Information Age with:
          </p>
          <ul>
           <li>
            Unlimited physical and virtual cards
           </li>
           <li>
            Instant, unbreakable transaction import
           </li>
           <li>
            Configurable and AI-enhanced automatic categorization
           </li>
           <li>
            Realtime spend controls enforced at the point of purchase
           </li>
          </ul>
          <img alt="Expensify Card details" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Fnewsletter%252F2026-07%252Fjul-newsletter-01-card-details.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3ODQ2MDA1NTUuNjI4ODQ3fQ:1wm07v:J-JeapwcAvXvl33-1EAe1QAGG3q-3gFIJdx7hYws7dk" style="width: 100%; max-width: 680px; height: auto; margin-top: 20px; display: block; border-radius: 16px"/>
         </div>
         <div class="content-section">
          <h2>
           Issue Expensify Cards from local bank accounts in 14 countries
          </h2>
          <p>
           Expensify has long been known for its international footprint, and we're very happy to support issuing Expensify Cards from local bank accounts in all of the following countries:
          </p>
          <ul>
           <li>
            Belgium
           </li>
           <li>
            Denmark
           </li>
           <li>
            Finland
           </li>
           <li>
            Gibraltar
           </li>
           <li>
            Ireland
           </li>
           <li>
            Latvia
           </li>
           <li>
            Lithuania
           </li>
           <li>
            Luxembourg
           </li>
           <li>
            Netherlands
           </li>
           <li>
            Poland
           </li>
           <li>
            Spain
           </li>
           <li>
            Sweden
           </li>
           <li>
            United Kingdom
           </li>
           <li>
            United States
           </li>
          </ul>
          <img alt="Expensify Card supported countries" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Fnewsletter%252F2026-07%252Fjul-newsletter-02-countries.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3ODQ2MDA1NTUuNjI5MDM1N30:1wm07v:xjaZuXZUc3Cj0bvejsFPFwGJ9Nbusu9ryVwRZD4s_uU" style="width: 100%; max-width: 680px; height: auto; margin-top: 20px; display: block; border-radius: 16px"/>
         </div>
         <div class="content-section">
          <h2>
           Manage your money while saving money
          </h2>
          <p>
           Issuing cards is just the start -- the Expensify Card advantage continues through settlement, reconciliation, and beyond:
          </p>
          <ul>
           <li>
            Daily or monthly balance settlement, no pre-funding required
           </li>
           <li>
            Seamless integrations with QuickBooks, Xero, NetSuite, Sage Intacct, and more
           </li>
           <li>
            Built-in VAT tracking
           </li>
           <li>
            Enhanced statement reporting and streamlined reconciliation
           </li>
           <li>
            Up to 50% off your Expensify subscription!
           </li>
          </ul>
          <img alt="Expensify Card reconciliation" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Fnewsletter%252F2026-07%252Fjul-newsletter-03-reconciliation.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3ODQ2MDA1NTUuNjI5MjMxNX0:1wm07v:sk84pSvk_4XUZliJBEMCHjazaIVFZvzNDcJ66NrCekA" style="width: 100%; max-width: 680px; height: auto; margin-top: 20px; display: block; border-radius: 16px"/>
         </div>
         <div class="content-section">
          <h2>
           A little better (and more global!) every day
          </h2>
          <p>
           Expensify's global capabilities keep getting stronger:
          </p>
          <ul>
           <li>
            Third-party corporate card support from 10,000+ banks via the
            <a style="color: #0164BF; text-decoration: none; " target="_blank">
             Bring Your Own Card (aka "BYOC") program
            </a>
           </li>
           <li>
            Use the app in 10 languages, just head to
            <strong>
             Account &gt; Preferences &gt; Language
            </strong>
            <em>
             (Only in New Expensify!)
            </em>
           </li>
           <li>
            <a style="color: #0164BF; text-decoration: none; " target="_blank">
             Reimbursements
            </a>
            from bank accounts in EUR, GBP, AUD, CAD, and USD
           </li>
           <li>
            Pay your subscription in EUR, GBP, AUD, NZD, and USD
           </li>
          </ul>
         </div>
         <div class="content-section">
          <p>
           Thanks for reading! And if you didn't read, just
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            watch this cool video we made
           </a>
           .
          </p>
         </div>
         <div class="content-section">
          <p>
           -david
           <br/>
           Founder and CEO of Expensify
           <br/>
           Follow me on
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            LinkedIn
           </a>
          </p>
         </div>
         <div class="content-section">
          <p>
           P.S. Questions? Feedback? Email us at
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            concierge@expensify.com
           </a>
           or just reply to this message.
          </p>
         </div>
         <div class="content-section">
          <p style="font-size: 11px; color: #888;">
           The Expensify Visa® Commercial Card is issued by The Bancorp Bank, N.A., pursuant to a license from Visa U.S.A. Inc. for US based customers, and by Transact Payments Malta Limited for EEA customers, or Transact Payments Limited for UK based customers, pursuant to license by Visa Europe Limited. Transact Payments Malta Limited is duly authorized and regulated by the Malta Financial Services Authority as a Financial Institution under the Financial Institution Act 1994. Registration number C 91879. Transact Payments Limited is authorized and regulated by the Gibraltar Financial Service Commission. The Expensify Visa Commercial Card may not be used at all merchants that accept Visa cards.
          </p>
         </div>
        </div>
        <div>
         <div style="margin: 24px 0px; text-decoration: none;">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse: separate;">
           <tr>
            <td align="center" style="background-color: #03D47C; border-radius: 40px; mso-padding-alt: 10px 24px;">
             <div class="cta-bg" style="display:inline-block; border-radius:40px;">
              <div class="dm-blend-screen" style="border-radius:40px;">
               <div class="dm-blend-difference" style="border-radius:40px;">
                <a style="color: #FCFBF9; padding:0 24px; display:inline-block; font-size:13px; font-weight:700; height:40px; text-decoration:none; text-align:center; line-height:40px;">
                 Log into Expensify
                </a>
               </div>
              </div>
             </div>
            </td>
           </tr>
          </table>
         </div>
         <span style="padding: 0px; margin: 0px; font-size: 15px;">
         </span>
        </div>
        <table border="0" cellpadding="0" cellspacing="0" style="width: 100% !important; margin: 24px 0;" width="100%">
         <tr>
          <td style="width: 100% !important; background-color: #E6E1DA; height:1px; font-size:0; line-height:0;">
          </td>
         </tr>
        </table>
        <div style="margin-top: 24px;">
         <img alt="Expensify Logo" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Femail%252Fexpensify-email-logo-footer2025.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3ODQ2MDA1NTUuNjI5NDAzOH0:1wm07v:ss2ph6IAxJyHX028HiuV8YTOUJgVoAYIiFY-ipZTRpA" style="width: 100%; max-width: 80px;"/>
        </div>
        <div style="font-size: 11px; margin-top: 12px; line-height: 14px;">
         <p style="font-size: 11px; margin: 0px 0px 8px 0px; padding: 0px;">
          <a style="color: #76847E; text-decoration: none;">
           548 Market St #61434 • San Francisco, CA 94103
          </a>
         </p>
         <a style="color: #0164BF; text-decoration: none; " target="_blank">
          Unsubscribe
         </a>
        </div>
       </td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
  <!-- Unique hidden ID to prevent trimming -->
  <div style="display: none; font-size: 1px; color: #ffffff;">
   EmailID: 6a5ed7eaa242c
  </div>
  <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Femail.expensify.com%252Fo%252FeJxEzTtyxCAMANDTLOWOJISAQhdIsVfYwVgkTNZ2xsb53D6TNNu-5s2aowg4U4yJBSAEdm8aCrcSCbgmwYkmzoy5NiRCYZ_ZdSUggUgIROT5ij5TSjFAxjyjxAuDfX_YevT2c63b4nYtE3FMXi4MZ29m878PXcr-bqOvr27obRu99VpG39b7zb6Oh41h-3H_617Ox5Pcp9JvAAAA___AxThv/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZlbWFpbC5leHBlbiIsInRpbWUiOjE3ODQ2MDA1NTUuNjI5NjY3OH0:1wm07v:6YPFaiTd1TE1fq-IsO_KZFIrXJs8l6IuoMi0yZQ4org" width="1"/>
 </body>
</html>