www.securemailapp.com Open in urlscan Pro
51.116.103.217  Public Scan

URL: https://www.securemailapp.com/
Submission: On September 27 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 10 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="1fe844b5-7cb1-47fa-8563-c7e9413fcebc"><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">English (US)</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="CfDJ8N7llIOfM2RImDu1-p_ZT8N8BPSijX4v11lEFzm5mR4z-1Hi6lKMAW877ikKX-b24gYi0Gm43cd9sRwvDHWb3eSog7KGRFwUJyFRCkHMaxqQu8ZgCVhg3N9RM9GKNvZcJkIalhgtPgBH8TD9i9TV5bk">
</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="63788da4-b22a-474d-9bab-88981410ef8a"><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">United States</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="CfDJ8N7llIOfM2RImDu1-p_ZT8N8BPSijX4v11lEFzm5mR4z-1Hi6lKMAW877ikKX-b24gYi0Gm43cd9sRwvDHWb3eSog7KGRFwUJyFRCkHMaxqQu8ZgCVhg3N9RM9GKNvZcJkIalhgtPgBH8TD9i9TV5bk">
</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="04c6b7e3-e774-4149-9e78-235e3d780601"><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">$ USD</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="CfDJ8N7llIOfM2RImDu1-p_ZT8N8BPSijX4v11lEFzm5mR4z-1Hi6lKMAW877ikKX-b24gYi0Gm43cd9sRwvDHWb3eSog7KGRFwUJyFRCkHMaxqQu8ZgCVhg3N9RM9GKNvZcJkIalhgtPgBH8TD9i9TV5bk">
</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="1422b876-bf31-4967-8dde-dabfe5a37143" style=""><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">English (US)</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="CfDJ8N7llIOfM2RImDu1-p_ZT8N8BPSijX4v11lEFzm5mR4z-1Hi6lKMAW877ikKX-b24gYi0Gm43cd9sRwvDHWb3eSog7KGRFwUJyFRCkHMaxqQu8ZgCVhg3N9RM9GKNvZcJkIalhgtPgBH8TD9i9TV5bk">
</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="b1c49493-832a-429f-acf2-a8d090acd00b" style=""><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">United States</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="CfDJ8N7llIOfM2RImDu1-p_ZT8N8BPSijX4v11lEFzm5mR4z-1Hi6lKMAW877ikKX-b24gYi0Gm43cd9sRwvDHWb3eSog7KGRFwUJyFRCkHMaxqQu8ZgCVhg3N9RM9GKNvZcJkIalhgtPgBH8TD9i9TV5bk">
</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="8b6a0968-1638-4308-9192-cb1b7b2bfa7d" style=""><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">$ USD</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="CfDJ8N7llIOfM2RImDu1-p_ZT8N8BPSijX4v11lEFzm5mR4z-1Hi6lKMAW877ikKX-b24gYi0Gm43cd9sRwvDHWb3eSog7KGRFwUJyFRCkHMaxqQu8ZgCVhg3N9RM9GKNvZcJkIalhgtPgBH8TD9i9TV5bk">
</form>

POST /cart

<form class="cart-btn-wrapper navShoppingCart" action="/cart" method="post">
  <button type="submit" class="btn btn-touch btn-primary btn-lg search-cart" style="width:100%" alt="click to view your cart" title="view your cart">
    <i class="fas fa-shopping-cart"></i>&nbsp;view cart<span name="CartBage" class="badge">0</span>
  </button>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8N7llIOfM2RImDu1-p_ZT8N8BPSijX4v11lEFzm5mR4z-1Hi6lKMAW877ikKX-b24gYi0Gm43cd9sRwvDHWb3eSog7KGRFwUJyFRCkHMaxqQu8ZgCVhg3N9RM9GKNvZcJkIalhgtPgBH8TD9i9TV5bk">
</form>

POST /cart

<form class="cart-btn-wrapper" action="/cart" method="post">
  <button type="submit" class="btn btn-touch btn-primary btn-lg search-cart navShoppingCart" style="width:100%" alt="click to view your cart" title="view your cart">
    <i class="fas fa-shopping-cart"></i>&nbsp;view cart<span name="CartBage" class="badge">0</span>
  </button>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8N7llIOfM2RImDu1-p_ZT8N8BPSijX4v11lEFzm5mR4z-1Hi6lKMAW877ikKX-b24gYi0Gm43cd9sRwvDHWb3eSog7KGRFwUJyFRCkHMaxqQu8ZgCVhg3N9RM9GKNvZcJkIalhgtPgBH8TD9i9TV5bk">
</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="CfDJ8N7llIOfM2RImDu1-p_ZT8N8BPSijX4v11lEFzm5mR4z-1Hi6lKMAW877ikKX-b24gYi0Gm43cd9sRwvDHWb3eSog7KGRFwUJyFRCkHMaxqQu8ZgCVhg3N9RM9GKNvZcJkIalhgtPgBH8TD9i9TV5bk">
</form>

Text Content

 * English (US)select
 * United Statesselect
 * $ USDselect

 * login
 * welcome, guest
   * dashboard
   * account
   * products
   * webmail settings
   * billing
   * support
   * favorites
   * affiliates
   * webmail

Toggle navigation

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

 * English (US)select
 * United Statesselect
 * $ USDselect

Limited Time Offer: Get a 1GB storage plan and mailbox completely free.
Refer a friend and get additional discounts! Learn More


GET YOUR PERSONAL @SECUREMAILAPP.COM EMAIL ADDRESS WITH MEMAIL—THE ULTIMATE
EMAIL SERVICE

 select your email address


AD-FREE & SECURE EMAIL • GET ORGANIZED WITH CALENDAR & CONTACTS • UNLIMITED
STORAGE OPTIONS


GO AHEAD, SELECT YOUR EMAIL ADDRESS BELOW!

view favorites 0
filter by
All Categories (1)select
reset
 view cart0
   
 * 
   
 * Please note: memail.com aliases with less than 5 characters are considered
   premium.

Top Matches
 * alias@securemailapp.com
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart

show more show less
MeMail
 * alias@memail.com
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart

show more show less
Related
 * alias@email-central.com
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@emailfb.com
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@tuemail.com
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@usmailexpress.com
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@usarmy.email
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart

show more show less
Near You
 * alias@harper.email
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@barber.email
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart

show more show less
Trending
 * alias@memail.com
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@openmailbox.com
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@mail.net
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@vip.vip
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@it.de
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart

show more show less
Featured
 * alias@mail.net
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@i.email
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@email.co
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@1.email
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart
 * alias@mywebmail.com
   $0.99 $0.99
   
   buy it now  remove
   view cart  add to cart

show more show less


UNIQUE EMAIL ADDRESSES

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

PROFESSIONS

emailforsanta.com macemail.net production.email peace.email

SPORTS

email.fit mailbox.motorcycles dart.email email.hockey mail.surf

LOCATIONS

key-biscayne.miami ischia.email vasco.email werder.email

INTERESTS

e-mail.care vipimail.com proton.email sextreff.email

NAMES

yasin.email leonard.email mailmaria.com lopezmail.com lucia.email

SHORT & SWEET

email.vip opt.email dc.email eweb.de ogv.email vik.email tv.email

MISCELLANEOUS

dropmailer.com mich.org mimails.com dc.email mailvs.com

TRENDING

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


MEMAIL PLANS AND PRICING

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


FREE


STARTER PLAN

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

Learn More


$0.99*


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.99+*


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


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
   
 *  
   
   
   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, SELECT YOUR EMAIL ADDRESS BELOW!

WITH 1000S OF OPTIONS AND PRICING STARTING AT $0.99/MONTH*, YOU’RE SURE TO FIND
AN EMAIL ADDRESS THAT EXPRESSES YOUR PERSONALITY.

select your email address

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

view favorites 0
filter by
All Categories (6541)select
reset
 view cart0
   
 * 
   
 * Please note: memail.com aliases with less than 5 characters are considered
   premium.



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

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

filter by
All Categories (1)select
reset

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

   
 * 
   
 * 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 BUY 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 BUY 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

 august@ema


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

 * English (US)

 * All Categories (6541)
 * Memail (198)
 * Professions (2003)
 * Sports (101)
 * Locations (1297)
 * Interests (3871)
 * Names (1182)
 * Short & Sweet (382)
 * Miscellaneous (1973)
 * Trending (168)
 * Random (100)

 * 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
 * NZ$ NZD
 * AU$ AUD
 * € EUR
 * RUB RUB
 * CA$ CAD
 * Skr SEK
 * £ GBP
 * CHF CHF
 * ¥ JPY

 * English (US)

 * 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
 * NZ$ NZD
 * AU$ AUD
 * € EUR
 * RUB RUB
 * CA$ CAD
 * Skr SEK
 * £ GBP
 * CHF CHF
 * ¥ JPY

 * All Categories (1)
 * Memail (0)
 * Professions (0)
 * Sports (0)
 * Locations (0)
 * Interests (1)
 * Names (0)
 * Short & Sweet (0)
 * Miscellaneous (0)
 * Trending (168)
 * Random (100)

 * All Categories (1)
 * Memail (0)
 * Professions (0)
 * Sports (0)
 * Locations (0)
 * Interests (1)
 * Names (0)
 * Short & Sweet (0)
 * Miscellaneous (0)
 * Trending (168)
 * Random (100)