www.memail.com Open in urlscan Pro
20.113.53.251  Public Scan

Submitted URL: http://vsmail.net/
Effective URL: https://www.memail.com/
Submission: On May 23 via api from BE — Scanned from DE

Form analysis 8 forms found in the DOM

POST /home/setlanguage?returnUrl=%2F

<form method="post" action="/home/setlanguage?returnUrl=%2F">
  <link href="/css/kendoDropdown.css?v=NYhNGn_uQhOIT4ytmtYZ0dH2LotULb9-t7PZuCRWFtg" rel="stylesheet">
  <span title="" style="" class="k-widget k-dropdown k-header form-control input-element" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="P12_Tab1_lang_listbox" aria-disabled="false"
    aria-readonly="false" aria-busy="false" aria-activedescendant="7860ab5c-fb81-4de6-99a9-63d43c088a3f"><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">English</span><span unselectable="on"
        class="k-select"><span unselectable="on" class="k-icon k-i-arrow-s">select</span></span></span><input id="P12_Tab1_lang" name="culture" type="text" class="form-control input-element" onchange="this.form.submit();" data-role="dropdownlist"
      style="display: none;"></span>
  <script>
    $(function() {
      _getJson("/api/kendo/getcultures", function(data) {
        var lang = $.grep(data, function(el) {
          return el.isSelected;
        })
        if (lang == undefined || lang.length == 0) {
          lang = "en-US";
        } else {
          lang = lang[0].value;
        }
        $("#P12_Tab1_lang").kendoDropDownList({
          dataSource: data,
          dataTextField: "item",
          dataValueField: "value",
          value: lang,
          template: '<span class="k-dropdown-item ">#: item#</span>'
        });
        $("i.flag").addClass(lang.substring(3, 5).toLowerCase());
      });
      $("#P12_Tab1_lang").on("change", function() {
        $("i.flag").removeAttr("class").addClass("flag").addClass($(this).val().substring(3, 5).toLowerCase());
      })
    });
  </script>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BTgLNYZ3EdKmfEuaKOPQbcYhjhuNq4xycMBL0Y3YB7ANjvC8t65K0r2mKdTv0se663M1aGmZ4fD8bubcFlqQM4lulcDRR3eXtms70gTyRN_TbfPzdL15ayMWN1xICGr-ECBE8bwCsWPtz9DUUiIPcI">
</form>

POST /home/setcountry?returnUrl=%2F

<form method="post" action="/home/setcountry?returnUrl=%2F">
  <span title="" style="" class="k-widget k-dropdown k-header form-control input-element" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="P12_Tab1_country_listbox" aria-disabled="false"
    aria-readonly="false" aria-busy="false" aria-activedescendant="dd1f8a67-7ce8-4e4f-bfd2-b553f53418e7"><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">Germany</span><span unselectable="on"
        class="k-select"><span unselectable="on" class="k-icon k-i-arrow-s">select</span></span></span><input id="P12_Tab1_country" name="country" type="text" class="form-control input-element" onchange="this.form.submit();" data-role="dropdownlist"
      style="display: none;"></span>
  <script>
    $(function() {
      _getJson("/api/kendo/getcountries", function(result) {
        var country = findInArray(result, function(el) {
          return el.isSelected;
        }).value;
        $("#P12_Tab1_country").kendoDropDownList({
          dataSource: result,
          dataTextField: "item",
          dataValueField: "value",
          value: country,
          template: '<span class="k-dropdown-item ">#: item#</span>'
        });
      });
    });
  </script>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BTgLNYZ3EdKmfEuaKOPQbcYhjhuNq4xycMBL0Y3YB7ANjvC8t65K0r2mKdTv0se663M1aGmZ4fD8bubcFlqQM4lulcDRR3eXtms70gTyRN_TbfPzdL15ayMWN1xICGr-ECBE8bwCsWPtz9DUUiIPcI">
</form>

POST /home/setcurrency?returnUrl=%2F

<form method="post" action="/home/setcurrency?returnUrl=%2F">
  <span title="" style="" class="k-widget k-dropdown k-header form-control input-element" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="P12_Tab1_cur_listbox" aria-disabled="false"
    aria-readonly="false" aria-busy="false" aria-activedescendant="7c8fd085-a4e8-408e-97db-fe7a8b173b91"><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">€ EUR</span><span unselectable="on"
        class="k-select"><span unselectable="on" class="k-icon k-i-arrow-s">select</span></span></span><input id="P12_Tab1_cur" name="currency" type="text" class="form-control input-element" onchange="this.form.submit();" data-role="dropdownlist"
      style="display: none;"></span>
  <script>
    $(function() {
      _getJson("/api/kendo/getcurrencies", function(data) {
        var currency = findInArray(data, function(el) {
          return el.isSelected;
        }).value;
        $("#P12_Tab1_cur").kendoDropDownList({
          dataSource: data,
          dataTextField: "item",
          dataValueField: "value",
          value: currency,
          template: '<span class="k-dropdown-item ">#: item#</span>'
        });
      });
    })
  </script>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BTgLNYZ3EdKmfEuaKOPQbcYhjhuNq4xycMBL0Y3YB7ANjvC8t65K0r2mKdTv0se663M1aGmZ4fD8bubcFlqQM4lulcDRR3eXtms70gTyRN_TbfPzdL15ayMWN1xICGr-ECBE8bwCsWPtz9DUUiIPcI">
</form>

POST /home/setlanguage?returnUrl=%2F

<form method="post" action="/home/setlanguage?returnUrl=%2F">
  <link href="/css/kendoDropdown.css?v=NYhNGn_uQhOIT4ytmtYZ0dH2LotULb9-t7PZuCRWFtg" rel="stylesheet">
  <span title="" class="k-widget k-dropdown k-header form-control input-element" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="P12_Tab1_lang_m_listbox" aria-disabled="false" aria-readonly="false"
    aria-busy="false" aria-activedescendant="fb28a56e-8409-4bad-bad4-d2bbe3f82f1a" style=""><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">English</span><span unselectable="on"
        class="k-select"><span unselectable="on" class="k-icon k-i-arrow-s">select</span></span></span><input id="P12_Tab1_lang_m" name="culture" type="text" class="form-control input-element" onchange="this.form.submit();" data-role="dropdownlist"
      style="display: none;"></span>
  <script>
    $(function() {
      _getJson("/api/kendo/getcultures", function(data) {
        var lang = $.grep(data, function(el) {
          return el.isSelected;
        })
        if (lang == undefined || lang.length == 0) {
          lang = "en-US";
        } else {
          lang = lang[0].value;
        }
        $("#P12_Tab1_lang_m").kendoDropDownList({
          dataSource: data,
          dataTextField: "item",
          dataValueField: "value",
          value: lang,
          template: '<span class="k-dropdown-item ">#: item#</span>'
        });
        $("i.flag").addClass(lang.substring(3, 5).toLowerCase());
      });
      $("#P12_Tab1_lang_m").on("change", function() {
        $("i.flag").removeAttr("class").addClass("flag").addClass($(this).val().substring(3, 5).toLowerCase());
      })
    });
  </script>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BTgLNYZ3EdKmfEuaKOPQbcYhjhuNq4xycMBL0Y3YB7ANjvC8t65K0r2mKdTv0se663M1aGmZ4fD8bubcFlqQM4lulcDRR3eXtms70gTyRN_TbfPzdL15ayMWN1xICGr-ECBE8bwCsWPtz9DUUiIPcI">
</form>

POST /home/setcountry?returnUrl=%2F

<form method="post" action="/home/setcountry?returnUrl=%2F">
  <span title="" class="k-widget k-dropdown k-header form-control input-element" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="P12_Tab1_country_m_listbox" aria-disabled="false"
    aria-readonly="false" aria-busy="false" aria-activedescendant="e9a8dd77-120a-4759-8dc6-fc7c19c6b316" style=""><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">Germany</span><span
        unselectable="on" class="k-select"><span unselectable="on" class="k-icon k-i-arrow-s">select</span></span></span><input id="P12_Tab1_country_m" name="country" type="text" class="form-control input-element" onchange="this.form.submit();"
      data-role="dropdownlist" style="display: none;"></span>
  <script>
    $(function() {
      _getJson("/api/kendo/getcountries", function(result) {
        var country = findInArray(result, function(el) {
          return el.isSelected;
        }).value;
        $("#P12_Tab1_country_m").kendoDropDownList({
          dataSource: result,
          dataTextField: "item",
          dataValueField: "value",
          value: country,
          template: '<span class="k-dropdown-item ">#: item#</span>'
        });
      });
    });
  </script>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BTgLNYZ3EdKmfEuaKOPQbcYhjhuNq4xycMBL0Y3YB7ANjvC8t65K0r2mKdTv0se663M1aGmZ4fD8bubcFlqQM4lulcDRR3eXtms70gTyRN_TbfPzdL15ayMWN1xICGr-ECBE8bwCsWPtz9DUUiIPcI">
</form>

POST /home/setcurrency?returnUrl=%2F

<form method="post" id="top-maincur-bar-options" action="/home/setcurrency?returnUrl=%2F">
  <span title="" class="k-widget k-dropdown k-header form-control input-element" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="P12_Tab1_cur_m_listbox" aria-disabled="false" aria-readonly="false"
    aria-busy="false" aria-activedescendant="45a75ce8-8ce8-4ea9-9df3-85b39b36e65e" style=""><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">€ EUR</span><span unselectable="on"
        class="k-select"><span unselectable="on" class="k-icon k-i-arrow-s">select</span></span></span><input id="P12_Tab1_cur_m" name="currency" type="text" class="form-control input-element" onchange="this.form.submit();" data-role="dropdownlist"
      style="display: none;"></span>
  <script>
    $(function() {
      _getJson("/api/kendo/getcurrencies", function(data) {
        var currency = findInArray(data, function(el) {
          return el.isSelected;
        }).value;
        $("#P12_Tab1_cur_m").kendoDropDownList({
          dataSource: data,
          dataTextField: "item",
          dataValueField: "value",
          value: currency,
          template: '<span class="k-dropdown-item ">#: item#</span>'
        });
      });
    })
  </script>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BTgLNYZ3EdKmfEuaKOPQbcYhjhuNq4xycMBL0Y3YB7ANjvC8t65K0r2mKdTv0se663M1aGmZ4fD8bubcFlqQM4lulcDRR3eXtms70gTyRN_TbfPzdL15ayMWN1xICGr-ECBE8bwCsWPtz9DUUiIPcI">
</form>

Name: mc-embedded-subscribe-formPOST https://memail.us13.list-manage.com/subscribe/post?u=56b0b0c16526c1117c61f2305&id=61461cc8db

<form action="https://memail.us13.list-manage.com/subscribe/post?u=56b0b0c16526c1117c61f2305&amp;id=61461cc8db" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
  <div id="mc_embed_signup_scroll">
    <h6>Sign up for news and special offers</h6>
    <input type="email" value="" class="k-textbox form-control required email" name="EMAIL" id="mce-EMAIL" placeholder="email address" required="">
    <input type="submit" value="SIGN UP" name="subscribe" id="mc-embedded-subscribe" class="btn btn-touch btn-primary">
    <div id="mergeRow-gdpr" class="mergeRow gdpr-mergeRow content__gdprBlock mc-field-group">
      <fieldset class="mc_fieldset gdprRequired mc-field-group" name="interestgroup_field">
        <label class="checkbox subfield" for="gdpr_4601">
          <input type="checkbox" id="gdpr_4601" name="gdpr[4601]" value="Y" class="av-checkbox gdpr"><span> I agree to receive marketing offers in accordance with MeMail's <a href="/privacy" target="_blank"><strong>Privacy Policy</strong></a>.</span>
        </label>
      </fieldset>
    </div>
    <div id="mce-responses" class="clear">
      <div class="response" id="mce-error-response" style="display:none"></div>
      <div class="response" id="mce-success-response" style="display:none"></div>
    </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_56b0b0c16526c1117c61f2305_61461cc8db" tabindex="-1" value=""></div>
    <div class="clear">
    </div>
  </div>
</form>

POST /cart

<form action="/cart" method="post">
  <button type="submit" class="btn btn-touch btn-primary btn-lg search-cart navShoppingCart_mobile"><i class="fas fa-shopping-cart"></i>&nbsp;view cart&nbsp;<span name="CartBage" class="badge">0</span></button>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BTgLNYZ3EdKmfEuaKOPQbcYhjhuNq4xycMBL0Y3YB7ANjvC8t65K0r2mKdTv0se663M1aGmZ4fD8bubcFlqQM4lulcDRR3eXtms70gTyRN_TbfPzdL15ayMWN1xICGr-ECBE8bwCsWPtz9DUUiIPcI">
</form>

Text Content

 * Englishselect
 * Germanyselect
 * € EURselect

 *  Webmail login
 * welcome, guest (login)
   * memail login
   * account
   * products
   * webmail settings
   * billing
   * support
   * favorites
   * affiliates
   * webmail

Toggle navigation

0
 * Login
 * Dashboard
 *  Webmail
 *  Favorites 0
 *  Cart 0
 * Search
 * Features
 * Pricing
 * Support
 * Affiliates
 *  Favorites 0

 * Englishselect
 * Germanyselect
 * € EURselect

  0
Limited Time Offer: Get a 2GB storage plan and mailbox at a special price!
Get a 2GB storage plan and mailbox at a special price! Learn More


THE LEADING* EMAIL SERVICE WITH PERSONALIZED EMAIL ADDRESSES.

click to create your email address!


CREATE YOUR EMAIL ADDRESS BELOW!

filter by
All Categories (3842)select
reset
   
 * Pending
   
 * Please note: memail.com aliases with less than 5 characters are considered
   premium.


s


UNIQUE EMAIL ADDRESSES

*SELECT FROM THOUSANDS OF EMAIL ADDRESSES THAT EXPRESS YOUR PERSONALITY,
PROFESSION, LOCATION—EVEN YOUR FAVORITE TEAM!

PROFESSIONS

zahnarztpraxis.email inbox.games holidays.email mailbox.lgbt

SPORTS

email.rodeo e-mail.futbol boat.email webmail.fitness mail.tennis

LOCATIONS

russia.co.com samoamail.com koblenz.email swedish.email erfurt.email

INTERESTS

memail.computer schwimmtrainer.com latinemail.com mail.pink

NAMES

sabrina.email jonssonmail.com mailford.com webster.email weber.vip

SHORT & SWEET

tag.email studentcenter.org mailcu.com ru.email rr.email ff.email

MISCELLANEOUS

mymailcheck.com bestmailsite.com zentrale.email memailup.com

TRENDING

memail.com mail.net openmailbox.com vip.vip it.de


ALL PLANS INCLUDE

EVERYTHING YOU NEED IN ONE PACKAGE FOR THE BEST EMAIL EXPERIENCE

UNIQUE EMAIL ADDRESSES

MeMail gives you the ability to get the email address that best represents you!
1000s of email addresses for fun, personal or business use.

AD-FREE & SECURE WORK SPACE

The MeMail mailbox is 100% free of unwanted advertising. We also keep your inbox
protected from viruses and spam.

CERTIFIED DATA PROTECTION

Your MeMail inbox comes fully protected with SSL/TLS encryption. Plus we do
daily backups, so you can rest assured your data is always safe.

MEMAIL ON THE WEB

Access MeMail Webmail (powered by MS Outlook®) from any web browser—a simple and
easy to use interface, focusing on the email in your inbox.

REAL-TIME SYNCHRONIZATION

MeMail uses MS Exchange ActiveSync technology to ensure that no matter what
device you use, your emails and data are always in sync.

UNIFIED INBOX

Consolidate all of your inboxes into one well-managed account where you can sync
and access multiple email addresses at once.

MEMAIL MANAGEMENT TOOLS

MeMail has all the features to help you stay organized and on schedule—inbox,
calendars, contact manager, task manager and more!

USE WITH YOUR EMAIL APP

MeMail is easy to use with your favorite online, desktop and mobile apps, like
Gmail, Apple Mail, Samsung Mail and others.

YOU’RE IN CHARGE

Automatically sort and prioritize messages into separate folders, keeping your
inbox organized and under control.

get the full details about MeMail


UNIQUE EMAIL ADDRESSES

MeMail gives you the ability to get the email address that best represents you!
1000s of email addresses for fun, personal or business use.


AD-FREE & SECURE WORK SPACE

The MeMail mailbox is 100% free of unwanted advertising. We also keep your inbox
protected from viruses and spam.


CERTIFIED DATA PROTECTION

Your MeMail inbox comes fully protected with SSL/TLS encryption. Plus we do
daily backups, so you can rest assured your data is always safe.


MEMAIL ON THE WEB

Access MeMail Webmail (powered by MS Outlook®) from any web browser—a simple and
easy to use interface, focusing on the email in your inbox.


REAL-TIME SYNCHRONIZATION

MeMail uses MS Exchange ActiveSync technology to ensure that no matter what
device you use, your emails and data are always in sync.


UNIFIED INBOX

Consolidate all of your inboxes into one well-managed account where you can sync
and access multiple email addresses at once.


MEMAIL MANAGEMENT TOOLS

MeMail has all the features to help you stay organized and on schedule—inbox,
calendars, contact manager, task manager and more!


USE WITH YOUR EMAIL APP

MeMail is easy to use with your favorite online, desktop and mobile apps, like
Gmail, Apple Mail, Samsung Mail and others.


YOU’RE IN CHARGE

Automatically sort and prioritize messages into separate folders, keeping your
inbox organized and under control.

get the full details about MeMail


MEMAIL PLANS AND PRICING

SIGN UP FOR MONTHLY OR ANNUAL SUBSCRIPTIONS AND ADD EMAIL & CLOUD STORAGE AT
ANYTIME.


1,09 €


SPECIAL OFFER

limited time offer! get a @memail.com email address, 2 GB of storage and our
MeMail Webmail (powered by MS Outlook®).

Learn More


2,74 €*


PREMIUM PLAN

any premium email address that fits your needs, 2 GB of storage and our MeMail
Webmail (powered by MS Outlook®).

Learn More


0,54 €+*


ADD STORAGE UNITS

add storage to your starter or premium plan. Our email solutions are completely
modular and can be tailored to your needs.

Learn More
   
 *  
   
   
   it's easy to get started!
   join our affiliate program
   212troupe@email.dance
   refer friends to earn a 15% cash commission each time they make a purchase.
   affiliate program
   
 * it's easy to get started!
   join our affiliate program
   diane@email.fashion
   refer friends to earn a 15% cash commission each time they make a purchase.
   affiliate program
   
 * it's easy to get started!
   join our affiliate program
   future@doc.email
   refer friends to earn a 15% cash commission each time they make a purchase.
   affiliate program







   
 * it's easy to get started!
   join our affiliate program
   212troupe@email.dance
   refer friends to earn a 15% cash commission each time they make a purchase.
   affiliate program
   
 * it's easy to get started!
   join our affiliate program
   diane@email.fashion
   refer friends to earn a 15% cash commission each time they make a purchase.
   affiliate program
   
 * it's easy to get started!
   join our affiliate program
   future@doc.email
   refer friends to earn a 15% cash commission each time they make a purchase.
   affiliate program










GO AHEAD, CREATE YOUR EMAIL ADDRESS BELOW!

WITH THOUSANDS OF OPTIONS AND PRICING STARTING AT 2,74 €/MONTH*, YOU’RE SURE TO
FIND AN EMAIL ADDRESS THAT EXPRESSES YOUR PERSONALITY.

click to create your email address!

filter by
All Categories (3842)select
reset
   
 * Pending
   
 * Please note: memail.com aliases with less than 5 characters are considered
   premium.



*All prices incl. 19% VAT based on home country

Follow Us

SIGN UP FOR NEWS AND SPECIAL OFFERS

I agree to receive marketing offers in accordance with MeMail's Privacy Policy.



 * MeMail
 * About Us
 * Search
 * Features
 * Pricing
 * My Cart

 * Account
 * Login
 * Dashboard
 * Products
 * Renewals
 * Webmail Settings

 * Support
 * Account Help
 * FAQs
 * Contact
 * Setup Guides
 * Submit A Request

 * Resources
 * Webmail
 * Affiliates
 * Cookie Settings
 * Privacy
 * Terms

© 2024 MeMail AG. All Rights Reserved | Privacy Policy | Terms & Conditions

filter by
All Categories (3842)select
reset

Use the fields above to find and customize your email address.

   
 * Pending
   
 * Please note: memail.com aliases with less than undefined characters are
   considered premium.


favorites0
 view cart 0


ITEM ADDED




ITEM REMOVED




PLEASE ENTER A NAME/ALIAS


ADDED TO FAVORITES




REMOVED FROM FAVORITES




FAVORITES EMPTY

CLICK THE BUTTON NEXT TO YOUR DESIRED EMAIL ADDRESS(ES) TO ADD TO YOUR
FAVORITES.

close


FAVORITES EMPTY

CLICK THE BUTTON BELOW YOUR DESIRED EMAIL ADDRESS(ES) TO ADD TO YOUR FAVORITES.

close


CART EMPTY

CLICK THE ADD TO CART OR GET IT NOW BUTTON TO THE RIGHT OF YOUR DESIRED EMAIL
ADDRESS(ES) TO ADD TO YOUR CART.

close


CART EMPTY

CLICK THE ADD TO CART OR GET IT NOW BUTTON BELOW YOUR DESIRED EMAIL ADDRESS(ES)
TO ADD TO YOUR CART.

close


TRY AGAIN

THE NAME/ALIAS YOU ENTERED CONTAINS INVALID CHARACTERS.

YOUR NAME/ALIAS CAN ONLY

 * contain letters (Aa–Zz)
 * contain numbers (0–9)
 * contain the following special characters
   #$&*+-=?^_`{}|~'
 * be 64 characters or less
 * have dots (.) provided that they are not the first or last character and do
   not appear consecutively
   ALLOWED Jane.Doe@memail.com
   NOT ALLOWED John..Doe@memail.com

close

select your email address ^10000

olivia@memail.com

august@email.football

emma@email.dance

hanna@mail.rich

liam@email.london

select your email address

 ol


UPDATE PRIMARY PAYMENT METHOD

AUTO-RENEWAL CAN ONLY BE USED WITH A VALID CREDIT CARD SET AS THE PRIMARY
PAYMENT METHOD.

PLEASE VISIT THE MANAGE PAYMENT METHODS PAGE TO UPDATE YOUR SETTINGS.

close update now


ITEM ADDED




ITEM REMOVED





 COOKIE SETTINGS

We use cookies so that we can offer you the best possible website experience.
Further information can be found in our privacy policy.

Necessary
Comfort
Statistics
Personalization

We include cookies which are necessary for the operation of the website and for
the display of personalized content. You can change your consent anytime from
the Cookie Settings link at the bottom of any page of this website.

NECESSARY 12

Necessary cookies make a website usable by enabling basic functions like page
navigation. The website cannot function properly without these cookies.

Cookie NameProviderPurposeExpiryType

AccessTokenMeMailUsed to distinguish beta test users.6
MonthsHTTP.AspNetCore.SessionMeMailPreserves the visitor's login state (session)
across website.20 MinHTTP.AspNetCore.CultureMeMailMulti-country serving website
platform involves Globalization and Localization techniques. Globalization is
the process of designing apps that support different cultures. Globalization
adds support for input, display, and output of a defined set of language scripts
that relate to specific geographic areas.This cookie is used for store user
selected culture.1 YearHTTP.AspNetCore.AntiforgeryMeMailThis is used for
securing the website and user information. Helps prevent Cross-Site Request
Forgery (CSRF) attacks.20 MinutesHTTPAffiliateIDMeMailThis is required to
support discount codes applied via affiliates provided link. Used to determine
which affiliate receives credit or commission for items purchased through an
affiliate's link.180 DaysHTTPAffiliatePageViewIDMeMailThis is required to
support discount codes applied via affiliates provided link. This is used to
store user page visit history via Affiliate link for Affiliate code discount and
Affiliate commision.14 DaysHTTPCartIDMeMailThis is required to support Shopping
cart feature.1 YearHTTPCountryIDMeMailThis is required for supporting mailbox(s)
details based on the chosen country.1 YearHTTPCurrencyIDMeMailThis is required
for supporting mailbox(s) details based on the chosen currency.1
YearHTTPARRAffinityMeMailThis is required to ensure website works properly on
Azure cloud platform. ARRAffinity is a cookie used to affinitize a client to an
instance of an Azure Web App. e.g. if an app is scaled out to 10 instances, and
a user accesses it from their browser, the ARRAffinity helps keep the user going
back to the same app instance, instead of getting a random instance each time.20
MinutesHTTPcookieConsentMeMailDetermines whether the visitor has accepted the
cookie consent box. This ensures that the cookie consent box will not be
presented again upon re-entry.1 YearHTTPINGRESSCOOKIENGINXThis cookie is created
by NGINX, it contains a randomly generated key corresponding to the upstream
used for that request (selected using consistent hashing) and has an Expires
directive. If the user changes this cookie, NGINX creates a new one and
redirects the user to another upstream.20 MinutesHTTP

COMFORT 0

We use these cookies to make using our website even more comfortable for you for
example personal settings that do not fall into the necessary category.

Cookie NameProviderPurposeExpiryType



STATISTICS 12

Statistic cookies help us to understand how visitors interact with the site by
collecting and reporting information anonymously.

Cookie NameProviderPurposeExpiryType

ai_sessionMicrosoftCookie is associated with the Microsoft Application Insights
software, which collects statictical usage and telemetry information for apps
built on the Azure cloud platform. This is a unique anonymous session identifier
cookie.30 MinutesHTTPai_userMicrosoftCookie is associated with the Microsoft
Application Insights software, which collects statictical usage and telemetry
information for apps built on the Azure cloud platform. This is a unique user
identifier cookie enabling counting of the number of users accessing the
application over time.1 YearHTTP_gaGoogleUsed to distinguish users.2
YearsHTTP_gidGoogleUsed to distinguish users.24 HoursHTTP_gatGoogleUsed to
throttle request rate.1 MinuteHTTPAMP_TOKENGoogleContains a token that can be
used to retrieve a Client ID from AMP Client ID service. Other possible values
indicate opt-out, inflight request or an error retrieving a Client ID from AMP
Client ID service.1 YearHTTP_gac_<property-id>GoogleContains campaign related
information for the user. If you have linked your Google Analytics and Google
Ads accounts, Google Ads website conversion tags will read this cookie unless
you opt-out.90 DaysHTTP_fbpFacebookUsed by Facebook to deliver a series of
advertisement products such as real time bidding from third party advertisers.4
MonthsHTTP_pk_id.*MatomoUsed to store a few details about the user such as the
unique visitor ID.13 MonthsHTTP_pk_ref.*MatomoUsed to store the attribution
information, the referrer initially used to visit the website.6
MonthsHTTP_pk_ses.*,_pk_cvar,_pk_hsrMatomoShort lived cookies used to
temporarily store data for the visit.30 MinutesHTTP_pk_testcookieMatomoUsed to
check whether the visitor's browser supports cookies.1 MinuteHTTP

PERSONALIZATION 1

Personalization cookies are used to enhance the functionality of the site and to
provide a personalized experience. We use these cookies to help us remember your
selections, searches and favorites so we can show related content you might like
and special offers.

Cookie NameProviderPurposeExpiryType

SearchIDMeMailUsed to personalize search experience.1 YearHTTP

accept selected cookies change cookie selection accept all and continue
BACK TO TOP

 * Bulgarian
 * Chinese
 * Czech
 * Danish
 * Dutch
 * English
 * Estonian
 * Finnish
 * French
 * German
 * Greek
 * Hungarian
 * Indonesian
 * Italian
 * Japanese
 * Korean
 * Latvian
 * Lithuanian
 * Norwegian Bokmål
 * Polish
 * Portuguese (Brazillian)
 * Portuguese
 * Romanian
 * Russian
 * Slovak
 * Slovenian
 * Spanish
 * Swedish
 * Turkish
 * Ukrainian

 * Afghanistan
 * Albania
 * Algeria
 * American Samoa
 * Andorra
 * Angola
 * Anguilla
 * Antigua & Barbuda
 * Argentina
 * Armenia
 * Aruba
 * Australia
 * Austria
 * Azerbaijan
 * Bahamas
 * Bahrain
 * Bangladesh
 * Barbados
 * Belarus
 * Belgium
 * Belize
 * Benin
 * Bermuda
 * Bhutan
 * Bolivia
 * Bosnia & Herzegovina
 * Botswana
 * Brazil
 * British Indian Ocean Territory
 * Brunei
 * Bulgaria
 * Burkina Faso
 * Burundi
 * Cambodia
 * Cameroon
 * Canada
 * Cape Verde
 * Cayman Islands
 * Central African Republic
 * Chad
 * Chile
 * China
 * Christmas Island
 * Cocos (Keeling) Islands
 * Colombia
 * Comoros
 * Congo - Brazzaville
 * Congo - Kinshasa
 * Cook Islands
 * Costa Rica
 * Côte d’Ivoire
 * Croatia
 * Cuba
 * Cyprus
 * Czechia
 * Denmark
 * Djibouti
 * Dominica
 * Dominican Republic
 * Ecuador
 * Egypt
 * El Salvador
 * Equatorial Guinea
 * Eritrea
 * Estonia
 * Ethiopia
 * Falkland Islands
 * Faroe Islands
 * Fiji
 * Finland
 * France
 * French Guiana
 * French Polynesia
 * Gabon
 * Gambia
 * Georgia
 * Germany
 * Ghana
 * Gibraltar
 * Greece
 * Greenland
 * Grenada
 * Guadeloupe
 * Guam
 * Guatemala
 * Guinea
 * Guinea-Bissau
 * Guyana
 * Haiti
 * Vatican City
 * Honduras
 * Hong Kong SAR China
 * Hungary
 * Iceland
 * India
 * Indonesia
 * Iran
 * Iraq
 * Ireland
 * Israel
 * Italy
 * Jamaica
 * Japan
 * Jordan
 * Kazakhstan
 * Kenya
 * Kiribati
 * North Korea
 * South Korea
 * Kuwait
 * Kyrgyzstan
 * Laos
 * Latvia
 * Lebanon
 * Lesotho
 * Liberia
 * Libya
 * Liechtenstein
 * Lithuania
 * Luxembourg
 * Macau SAR China
 * Madagascar
 * Malawi
 * Malaysia
 * Mali
 * Malta
 * Marshall Islands
 * Martinique
 * Mauritania
 * Mauritius
 * Mayotte
 * Mexico
 * Micronesia
 * Moldova
 * Monaco
 * Mongolia
 * Montenegro
 * Montserrat
 * Morocco
 * Mozambique
 * Myanmar (Burma)
 * Namibia
 * Nauru
 * Nepal
 * Netherlands
 * New Caledonia
 * New Zealand
 * Nicaragua
 * Niger
 * Nigeria
 * Niue
 * Norfolk Island
 * Northern Mariana Islands
 * Norway
 * Oman
 * Pakistan
 * Palau
 * Palestinian Territories
 * Panama
 * Papua New Guinea
 * Paraguay
 * Peru
 * Philippines
 * Pitcairn Islands
 * Poland
 * Portugal
 * Puerto Rico
 * Qatar
 * Macedonia
 * Réunion
 * Romania
 * Russia
 * Rwanda
 * St. Helena
 * St. Kitts & Nevis
 * St. Lucia
 * St. Pierre & Miquelon
 * St. Vincent & Grenadines
 * Samoa
 * San Marino
 * São Tomé & Príncipe
 * Saudi Arabia
 * Senegal
 * Serbia
 * Seychelles
 * Sierra Leone
 * Singapore
 * Slovakia
 * Slovenia
 * Solomon Islands
 * Somalia
 * South Africa
 * Spain
 * Sri Lanka
 * Sudan
 * Suriname
 * Svalbard & Jan Mayen
 * Swaziland
 * Sweden
 * Switzerland
 * Syria
 * Taiwan
 * Tajikistan
 * Tanzania
 * Thailand
 * Togo
 * Tokelau
 * Tonga
 * Trinidad & Tobago
 * Tunisia
 * Turkey
 * Turkmenistan
 * Turks & Caicos Islands
 * Tuvalu
 * Uganda
 * Ukraine
 * United Arab Emirates
 * United Kingdom
 * United States
 * U.S. Outlying Islands
 * Uruguay
 * Uzbekistan
 * Vanuatu
 * Venezuela
 * Vietnam
 * British Virgin Islands
 * U.S. Virgin Islands
 * Wallis & Futuna
 * Western Sahara
 * Yemen
 * Zambia
 * Zimbabwe

 * $ USD
 * AU$ AUD
 * € EUR
 * RUB RUB
 * CA$ CAD
 * Skr SEK
 * £ GBP
 * CHF CHF
 * ¥ JPY
 * NZ$ NZD

 * Bulgarian
 * Chinese
 * Czech
 * Danish
 * Dutch
 * English
 * Estonian
 * Finnish
 * French
 * German
 * Greek
 * Hungarian
 * Indonesian
 * Italian
 * Japanese
 * Korean
 * Latvian
 * Lithuanian
 * Norwegian Bokmål
 * Polish
 * Portuguese (Brazillian)
 * Portuguese
 * Romanian
 * Russian
 * Slovak
 * Slovenian
 * Spanish
 * Swedish
 * Turkish
 * Ukrainian

 * Afghanistan
 * Albania
 * Algeria
 * American Samoa
 * Andorra
 * Angola
 * Anguilla
 * Antigua & Barbuda
 * Argentina
 * Armenia
 * Aruba
 * Australia
 * Austria
 * Azerbaijan
 * Bahamas
 * Bahrain
 * Bangladesh
 * Barbados
 * Belarus
 * Belgium
 * Belize
 * Benin
 * Bermuda
 * Bhutan
 * Bolivia
 * Bosnia & Herzegovina
 * Botswana
 * Brazil
 * British Indian Ocean Territory
 * Brunei
 * Bulgaria
 * Burkina Faso
 * Burundi
 * Cambodia
 * Cameroon
 * Canada
 * Cape Verde
 * Cayman Islands
 * Central African Republic
 * Chad
 * Chile
 * China
 * Christmas Island
 * Cocos (Keeling) Islands
 * Colombia
 * Comoros
 * Congo - Brazzaville
 * Congo - Kinshasa
 * Cook Islands
 * Costa Rica
 * Côte d’Ivoire
 * Croatia
 * Cuba
 * Cyprus
 * Czechia
 * Denmark
 * Djibouti
 * Dominica
 * Dominican Republic
 * Ecuador
 * Egypt
 * El Salvador
 * Equatorial Guinea
 * Eritrea
 * Estonia
 * Ethiopia
 * Falkland Islands
 * Faroe Islands
 * Fiji
 * Finland
 * France
 * French Guiana
 * French Polynesia
 * Gabon
 * Gambia
 * Georgia
 * Germany
 * Ghana
 * Gibraltar
 * Greece
 * Greenland
 * Grenada
 * Guadeloupe
 * Guam
 * Guatemala
 * Guinea
 * Guinea-Bissau
 * Guyana
 * Haiti
 * Vatican City
 * Honduras
 * Hong Kong SAR China
 * Hungary
 * Iceland
 * India
 * Indonesia
 * Iran
 * Iraq
 * Ireland
 * Israel
 * Italy
 * Jamaica
 * Japan
 * Jordan
 * Kazakhstan
 * Kenya
 * Kiribati
 * North Korea
 * South Korea
 * Kuwait
 * Kyrgyzstan
 * Laos
 * Latvia
 * Lebanon
 * Lesotho
 * Liberia
 * Libya
 * Liechtenstein
 * Lithuania
 * Luxembourg
 * Macau SAR China
 * Madagascar
 * Malawi
 * Malaysia
 * Mali
 * Malta
 * Marshall Islands
 * Martinique
 * Mauritania
 * Mauritius
 * Mayotte
 * Mexico
 * Micronesia
 * Moldova
 * Monaco
 * Mongolia
 * Montenegro
 * Montserrat
 * Morocco
 * Mozambique
 * Myanmar (Burma)
 * Namibia
 * Nauru
 * Nepal
 * Netherlands
 * New Caledonia
 * New Zealand
 * Nicaragua
 * Niger
 * Nigeria
 * Niue
 * Norfolk Island
 * Northern Mariana Islands
 * Norway
 * Oman
 * Pakistan
 * Palau
 * Palestinian Territories
 * Panama
 * Papua New Guinea
 * Paraguay
 * Peru
 * Philippines
 * Pitcairn Islands
 * Poland
 * Portugal
 * Puerto Rico
 * Qatar
 * Macedonia
 * Réunion
 * Romania
 * Russia
 * Rwanda
 * St. Helena
 * St. Kitts & Nevis
 * St. Lucia
 * St. Pierre & Miquelon
 * St. Vincent & Grenadines
 * Samoa
 * San Marino
 * São Tomé & Príncipe
 * Saudi Arabia
 * Senegal
 * Serbia
 * Seychelles
 * Sierra Leone
 * Singapore
 * Slovakia
 * Slovenia
 * Solomon Islands
 * Somalia
 * South Africa
 * Spain
 * Sri Lanka
 * Sudan
 * Suriname
 * Svalbard & Jan Mayen
 * Swaziland
 * Sweden
 * Switzerland
 * Syria
 * Taiwan
 * Tajikistan
 * Tanzania
 * Thailand
 * Togo
 * Tokelau
 * Tonga
 * Trinidad & Tobago
 * Tunisia
 * Turkey
 * Turkmenistan
 * Turks & Caicos Islands
 * Tuvalu
 * Uganda
 * Ukraine
 * United Arab Emirates
 * United Kingdom
 * United States
 * U.S. Outlying Islands
 * Uruguay
 * Uzbekistan
 * Vanuatu
 * Venezuela
 * Vietnam
 * British Virgin Islands
 * U.S. Virgin Islands
 * Wallis & Futuna
 * Western Sahara
 * Yemen
 * Zambia
 * Zimbabwe

 * $ USD
 * AU$ AUD
 * € EUR
 * RUB RUB
 * CA$ CAD
 * Skr SEK
 * £ GBP
 * CHF CHF
 * ¥ JPY
 * NZ$ NZD

 * All Categories (3842)
 * Memail (195)
 * Professions (1220)
 * Sports (52)
 * Locations (827)
 * Interests (2373)
 * Names (595)
 * Short & Sweet (197)
 * Miscellaneous (1133)
 * Trending (319)
 * Random (100)

 * All Categories (3842)
 * Memail (195)
 * Professions (1220)
 * Sports (52)
 * Locations (827)
 * Interests (2373)
 * Names (595)
 * Short & Sweet (197)
 * Miscellaneous (1133)
 * Trending (319)
 * Random (100)

 * All Categories (3842)
 * Memail (195)
 * Professions (1220)
 * Sports (52)
 * Locations (827)
 * Interests (2373)
 * Names (595)
 * Short & Sweet (197)
 * Miscellaneous (1133)
 * Trending (319)
 * Random (100)