www.pitneybowes.us Open in urlscan Pro
104.68.88.253  Public Scan

Submitted URL: https://u42886034.ct.sendgrid.net/ls/click?upn=u001.xwXfD2lSm-2BU-2FCI-2BKz2WrwcG-2F4L107gWfugMi-2FFYqyqN9QBRUGSB0w1xH-2F0lSqFMLre...
Effective URL: https://www.pitneybowes.us/signin/logon.go?request_locale=en_US
Submission: On May 23 via manual from US — Scanned from DE

Form analysis 7 forms found in the DOM

https://trackpb.shipment.co/track

<form id="trackingForm" action="https://trackpb.shipment.co/track" aria-describedby="track-form-title" class="ancillary-nav__drop-menu__form form track-form ng-pristine ng-invalid ng-invalid-required" target="_blank">
  <p id="track-form-title" class="text-large text-center track-title-text">Track Your Package</p>
  <div>
    <input name="number" id="track-form-number" aria-label="Enter tracking number" class="form-control track-input-box ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Enter tracking number" ng-model="trackingNum"
      autocapitalize="off" autocomplete="off" spellcheck="false" required="" alt="">
  </div>
  <div class="form-control track-button-div">
    <button class="btn badge track-button" id="trackingSubmitBtn" type="submit">Track</button>
  </div>
</form>

Name: baynote-search-miniPOST https://www.pitneybowes.com/us/search-results.html

<form action="https://www.pitneybowes.com/us/search-results.html" method="post" name="baynote-search-mini" class="mini-menu__form ng-pristine ng-valid">
  <div class="input-group">
    <input type="search" class="mini-menu__form__input" name="q" placeholder="Search pitneybowes.com">
    <button class="mini-menu__form__button"><svg>
        <use xlink:href="/suppliesui/pbui/images/SVG/header-sprite.svg#svg_search-menu"></use>
      </svg></button>
  </div>
</form>

https://trackpb.shipment.co/track

<form id="form_sm_mob" action="https://trackpb.shipment.co/track" ng-if="true" class="mini-menu__form mini-menu__form--track form dropdown-width track-mob-form ng-pristine ng-valid" aria-label="Track Your Package" target="_blank">
  <div class="form-row form-row--no-top-margin">
    <div class="max-width-track-package">
      <input name="number" aria-label="Enter tracking number" class="form-control track-input-box max-width-track-package" placeholder="Enter tracking number" autocapitalize="off" autocomplete="off" spellcheck="false" required="" alt="">
    </div>
  </div>
  <div class="spacer-top-sm">
    <button class="input-control btn badge track-button" id="trackingSubmitBtn_mob" type="submit">Track</button>
  </div>
</form>

https://trackpb.shipment.co/track

<form id="form_xs_mob" action="https://trackpb.shipment.co/track" ng-if="true" class="mini-menu__form mini-menu__form--track form full-width-track-package track-mob-form ng-pristine ng-invalid ng-invalid-required" aria-label="Track Your Package"
  target="_blank">
  <div class="form-row form-row--no-top-margin">
    <div>
      <input name="number" aria-label="Enter tracking number" class="form-control track-input-box  ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Enter tracking number" ng-model="trackingNum_mob" autocapitalize="off"
        autocomplete="off" spellcheck="false" required="" alt="" id="track-miniform-numberfullW-mob">
    </div>
  </div>
  <div class="spacer-top-sm">
    <button class="input-control btn badge track-button" id="trackingSubmitBtnFull_mob" type="submit">Track</button>
  </div>
</form>

Name: baynote-search-store /shop/PBSearchDisplay

<form action="/shop/PBSearchDisplay" name="baynote-search-store" class="mega-menu__form show-mobile-only ng-pristine ng-valid">
  <div class="input-group">
    <input type="search" class=" mega-menu__form__input" name="searchKey" placeholder="Search the Store">
    <input type="hidden" name="storeId" value="15636">
    <input type="hidden" name="catalogId" value="13475">
    <input type="hidden" name="langId" value="-1">
    <button class="mega-menu__form__button"><svg>
        <use xlink:href="/suppliesui/pbui/images/SVG/header-sprite.svg#svg_search-menu"></use>
      </svg></button>
  </div>
</form>

Name: baynote-search-mega

<form name="baynote-search-mega" class="mega-menu__form ng-pristine ng-valid">
  <input type="hidden" name="searchURL" ng-model="searchURL" ng-init="searchURL = 'https://www.pitneybowes.com/us/search-results.html'" class="ng-pristine ng-untouched ng-valid">
  <div class="input-group">
    <input type="search" class="mega-menu__form__input ng-pristine ng-untouched ng-valid" name="q" placeholder="Search pitneybowes.com" ng-model="searchText" data-default-val="Search" ng-enter="buildSearchURL(searchText)">
    <button class="mega-menu__form__button" type="submit" ng-click="buildSearchURL(searchText)"><svg>
        <use xlink:href="/suppliesui/pbui/images/SVG/header-sprite.svg#svg_search-menu"></use>
      </svg></button>
  </div>
</form>

Name: form

<form id="your-info-form" novalidate="" role="form" name="form" class="col-xs-12 col-sm-6 col-sm-offset-3 ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength ng-valid-match">
  <!-- ngIf: user.mode != 'token' -->
  <div class="form-group required">
    <label for="password">New Password</label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" id="password" name="password" autocomplete="off" ng-model="user.password"
      ng-class="{ 'error' : form.password.$invalid &amp;&amp; form.password.$touched }" maxlength="20" ng-pattern="/(?=.*[A-Z])(?=.*[\d!@#$%^&amp;*-?~()])[A-Za-z\d!@#$%^&amp;*-?~()]{8,20}/" required="">
    <!-- ngIf: form.$submitted || form.password.$touched -->
  </div>
  <div class="form-group required">
    <label for="confirmPassword">Confirm New Password</label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-match ng-valid-maxlength" id="confirmPassword" name="confirmPassword" ng-model="user.confirmPassword" maxlength="20" required=""
      ng-class="{ 'error' : form.confirmPassword.$invalid &amp;&amp; form.confirmPassword.$touched }" pb-validation-match="user.password" autocomplete="off">
    <!-- ngIf: form.$submitted || form.confirmPassword.$touched -->
  </div>
  <div>
    <!-- ngIf: operationStatus == 'SERVER_ERROR' -->
    <!-- ngIf: operationStatus == 'SECURITY_ANSWER_DOES_NOT_MATCH' -->
    <!-- ngIf: operationStatus == 'NEW_PASSWORD_SAME_AS_EXISTING_PASSWORD' -->
    <!-- ngIf: operationStatus == 'TOKEN_VALIDATION_FAILED' -->
    <!-- ngIf: operationStatus == 'FAILED' -->
  </div>
  <button class="rounded-button primary gray" ng-class="{gray:form.$invalid}" ng-disabled="form.$invalid" ng-click="reset(user,form)" disabled="disabled"> Submit </button>
  <hr>
  <input type="hidden" required="" ng-model="user.licommunityUrl"
    ng-init="user.licommunityUrl='https://login2.pitneybowes.com/login?productId=hlcommunity&amp;TargetResource=https:%2F%2Fpitneybowes.okta.com%2Foauth2%2Faus13gs0hnB5KIbVz1t7%2Fv1%2Fauthorize%3Fclient_id%3D0oa8oh2l2xtkO8yqJ1t7%26scope%3Dopenid%20profile%20pblocale%26response_type%3Dcode%26redirect_uri%3Dhttps:%2F%2Fcommunity.pitneybowes.com%26response_mode%3Dquery%26state%3Dhttps:%2F%2Fcommunity.pitneybowes.com%2Fhome'"
    class="ng-pristine ng-untouched ng-valid ng-valid-required">
  <input type="hidden" required="" ng-model="user.softwarecommunityUrl" ng-init="user.softwarecommunityUrl='https://Softwaresupport.pitneybowes.com/'" class="ng-pristine ng-untouched ng-valid ng-valid-required">
  <input type="hidden" required="" ng-model="user.partnercommunityUrl" ng-init="user.partnercommunityUrl='https://Partners.pitneybowes.com/ '" class="ng-pristine ng-untouched ng-valid ng-valid-required">
</form>

Text Content

    
 1. Blog
    
 2. Track Your Package
    
 3. Select Region

Track Your Package


Track
    
    
 1. Ship & Mail
    
 2. Financial Services
    
 3. Support
    

 1. Shop
 2. Buy Supplies
 3. Sign In
 4. 
 5. 

 * Sign In
   
 * Blog
   
 * 
   
 * United States
   
   Track
   

Track
Shipping & Mailing
   
 * Shipping Software
   
 * Shipping Label Printer
   
 * Postage Meters
   
 * Mail Accounting & Expense Management
   

Ecommerce & Retail Solutions
   
 * Order Fulfillment
   
 * Delivery Services
   
 * Returns
   
 * Cross-border Ecommerce
   
 * Consumer Connect
   

Tracking & Package Distribution
   
 * Parcel Locker
   
 * Package Tracking Solutions
   

Mailing Services
   
 * First Class Mail
   
 * Marketing Mail / Direct Mail
   
 * Bound Printed Matter
   

Mailing Equipment & Software
   
 * Mailing Software
   
 * Addressing Equipment & Printers
   
 * Letter Openers & Folders
   
 * Folder Inserters
   
 * Shredders
   

Carriers
   
 * USPS
   
 * UPS
   
 * FedEx
   
 * Rate Information
   

Pitney Bowes Financial Services
   
 * Captive Financing
   
 * Postage Payments
   
 * Small Business Lending
   
 * Deposits
   

Insights
   
 * Articles
   
 * Case Studies
   


Shop



RESET YOUR PASSWORD


ENTER A NEW PASSWORD FOR: DONNA.DELLINGER@WAWA.COM.

 * Your password must be between 8-20 characters long
 * Contain at least one uppercase letter, a number or a special character
 * Must not contain your name, username or email address

New Password
Confirm New Password

Submit

--------------------------------------------------------------------------------

ABOUT PITNEY BOWES

Our CompanyNewsroomContact UsTrack Your PackageInvestor RelationsCorporate
ResponsibilityCareersSupplier Information

SHOP

Ink & Supplies by MeterMailing SuppliesOrder HistoryReturns

YOUR ACCOUNT

View & Pay BillsView Order HistoryValueMAXYour Account SupportRewardsSign in to
your account

PRODUCT SUPPORT

Postal Rate ChangeEnvelope MessagingProduct SupportConnectivity Support

PARTNER PROGRAM

Partner LocatorShipping API Program

SERVICES

Service OfferingsProfessional Services

FOLLOW US

Follow us on FacebookFollow us on LinkedInFollow us on TwitterSubscribe to our
YouTube channelFollow us on Instagram
©1996-2024 Pitney Bowes Inc. All rights reserved.
LegalPrivacyDo Not Sell or Share My Personal InformationCookie Policy

KEYBOARD SHORTCUTS:

?Show / hide this help menu

×









Choose “Accept All Cookies” if you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and help us personalize
your experience.

Accept All Cookies

Change Cookies Settings


PITNEY BOWES PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.    All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎
Back Button


PERFORMANCE COOKIES



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * 
   
   View Cookies
   
    * Name
      cookie name

Reject All Confirm My Choices