Fast Anonymous Email Accounts

Get instant disposable email addresses powered by Bitcoin Lightning Network. No personal information required - just pay with Lightning and start sending and receiving emails immediately.

Get Your Email

Price: 1000 sats for 1 year

How It Works

receipt_long

1. Create Invoice

Click to generate a Lightning payment request.

bolt

2. Pay with Lightning

Scan QR or copy invoice to your wallet.

mark_email_unread

3. Receive Address

Get anonymous email & access token instantly.

send

4. Send & Receive

Access inbox via web interface or API.

visibility_off

Anonymous

No personal data required. Pay with Bitcoin Lightning for maximum privacy and speed.

api

API

You can access your inbox emails, like 2FA codes over API.

mail

Full Service

Complete email functionality - Receive and send emails from a web interface.


Service Capabilities

  • check_circleSend & Receive: Full email functionality. Sending emails costs 100 sats per sent email to prevent spam.
  • check_circleWeb & API Access: Emails accessible through our web interface and REST API.
  • check_circlePlain Text Focus: Emails are stripped of trackers for security and contents can be displayed as plaintext.

API Access

LNemail can be accessed programmatically via our REST API. View full API documentation →

1. Create Email Account
curl -X POST 'https://lnemail.net/api/v1/email'
2. Check Inbox
curl -X GET 'https://lnemail.net/api/v1/emails' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
3. Get Email Content
curl -X GET 'https://lnemail.net/api/v1/emails/EMAIL_ID' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
4. Send Email
curl -X POST 'https://lnemail.net/api/v1/email/send' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-d '{"recipient": "example@example.com", "subject": "Test", "body": "Hello World!"}'
5. Check Send Payment Status
curl -X GET 'https://lnemail.net/api/v1/email/send/status/PAYMENT_HASH'
6. Check Account Payment Status
curl -X GET 'https://lnemail.net/api/v1/payment/PAYMENT_HASH'