{% extends "default.html" %} {% set active_page = "dashboard" %} {% block title %}Pricing{% endblock %} {% block head %} {% endblock %} {% block announcement %} {# TODO: to remove#} {# #} {% endblock %} {% block default_content %} {% if NOW.timestamp < 1701475201 %}
Black Friday Deal: 33% off on the yearly plan for the first year ($20 instead of $30).
Please use this coupon code BF2023 during the checkout.

Available until December 1, 2023.
{% endif %}

Upgrade to unlock premium features

{% if manual_sub %}
You currently have a subscription until {{ manual_sub.end_at.format("YYYY-MM-DD") }} ({{ (manual_sub.end_at - now).days }} days left).
Please note that the time left will not be taken into account in a new subscription.

{% endif %} {% set sub = current_user.get_paddle_subscription() %} {% if sub and sub.cancelled %} {% endif %} {% if coinbase_sub %}
You currently have a Coinbase subscription until {{ coinbase_sub.end_at.format("YYYY-MM-DD") }} ({{ (coinbase_sub.end_at - now).days }} days left).
Please note that the time left will not be taken into account in a new Paddle subscription.
{% endif %}
Free
$0
{% set sub = current_user.get_paddle_subscription() %}
  • 10 aliases
  • 1 mailbox
SimpleLogin Premium
$4 / month
  • Unlimited aliases
  • Unlimited mailboxes
  • Custom domains: bring your own domain to create aliases like contact@your-domain.com
  • Catch-all (or wildcard) domain
  • Initiate a new email from your alias
  • 5 subdomains
  • 50 directories
  • PGP Encryption
{% if proton_upgrade %}
Proton plan
Starts at $12.99 / month

Proton Unlimited / Business plans include:

  • SimpleLogin Premium
  • 500 GB storage
  • Unlimited folders, labels, and filters
  • Unlimited messages per day
  • 25 calendars
  • 10 high-speed VPN connections
  • 3 custom email domains
{% endif %}
Free
$0
{% set sub = current_user.get_paddle_subscription() %}
  • 10 aliases
  • 1 mailbox
SimpleLogin Premium
$30 / year
  • Unlimited aliases
  • Unlimited mailboxes
  • Custom domains: bring your own domain to create aliases like contact@your-domain.com
  • Catch-all (or wildcard) domain
  • Initiate a new email from your alias
  • 5 subdomains
  • 50 directories
  • PGP Encryption
{% if proton_upgrade %}
Proton plan
Starts at $119.88 / year

Proton Unlimited / Business plans include:

  • SimpleLogin Premium
  • 500 GB storage
  • Unlimited folders, labels, and filters
  • Unlimited messages per day
  • 25 calendars
  • 10 high-speed VPN connections
  • 3 custom email domains
{% endif %}

Frequently asked questions

We use Paddle by default for handling payments via credit cards and PayPal. Paddle currently supports the following payment methods:

  • Cards (including Mastercard, Visa, Maestro, American Express, Discover, Diners Club, JCB, UnionPay, and Mada)
  • PayPal
  • Apple Pay
  • Wire Transfers (ACH/SEPA/BACS)

More information can be found on Paddle supported payment methods .


Furthermore we also support cryptocurrencies for the yearly plan via Coinbase Commerce , which currently supports Bitcoin, Bitcoin Cash, DAI, ApeCoin, Dogecoin, Ethereum, Litecoin, SHIBA INU, Tether and USD Coin.

In the future, we are going to support Monero as well. In the meantime, please send us an email at support@simplelogin.zendesk.com if you want to use this cryptocurrency.

To redeem or buy a coupon, please go to the coupon page. The coupon code can be used by you or given to someone as a gift.

When your subscription ends, all aliases you created continue working normally, both on receiving and sending emails. Concretely:

  • All aliases/domains/directories/mailboxes you have created are kept and continue working normally.
  • You cannot create new aliases if you exceed the free plan limit, i.e. have more than 10 aliases.
  • As features like catch-all or directory allow you to create aliases on-the-fly, those aliases cannot be automatically created if you have more than 10 aliases.
  • You cannot add new domain, directory or mailbox.

For example, if you have 100 aliases by the time your subscription ends, these 100 aliases will continue receiving and sending emails normally. You cannot however create new aliases.

If you are in the free plan, you cannot create new aliases when you reach the maximum number of aliases (i.e. 10 aliases).
Aliases that would otherwise be created automatically via the catch-all domain or directory feature also cannot be created.

We offer important discounts or free premium for:

  • students, professors or technical staffs working at an educational institute
  • activists, dissidents or journalists
  • charity organizations

Please send us an email at support@simplelogin.zendesk.com for more info.

We used to offer free premium accounts for students but this program ended at June 17 2021. Please note this doesn't affect existing accounts who have already benefited from the program or requests sent before this date.

No we don't have a refund policy because SimpleLogin has a trial period where you can try all premium features.

No we don't have a family plan but offer 30% reduction for additional subscriptions. Please contact us at support@simplelogin.zendesk.com for more information.

Yes you can also buy SimpleLogin subscription coupon via ProxyStore , our official reseller.

{% endblock %}