{% extends 'default.html' %} {% set active_page = "dashboard" %} {% block title %} Pricing {% endblock %} {% block head %} {% endblock %} {% block announcement %} {# TODO: to remove#} {# #} {% endblock %} {% block default_content %}
Premium
  • Unlimited aliases
  • Unlimited custom domains
  • Catch-all (or wildcard) aliases
  • Up to 50 directories (or usernames)
  • Unlimited mailboxes
  • PGP Encryption
More information on our Pricing Page
{% 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 %}
🔐 Secure payments by Paddle
{% 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 %}
Paddle supports bank cards (Mastercard, Visa, American Express, etc) and PayPal.

Payment via Coinbase Commerce
Currently Bitcoin, Bitcoin Cash, Dai, Ethereum, Litecoin and USD Coin are supported.
Yearly billing - Crypto
$30/year

For other payment options, please send us an email at hi@simplelogin.io.
If you have bought a coupon, please go to the coupon page to apply the coupon code.
{% endblock %}