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 Anonymous Email
Price: 1000 sats for 1 year
Pay Bitcoin Lightning Invoice
Email Address:
Access Token:
Waiting for Lightning payment...
Lightning Payment Successful!
Your Email Address:
Access Token:
Store this token safely. You'll need it to access your inbox.
Expires:
How It Works
1. Create Lightning Invoice
Click "Create Lightning Invoice" to generate a Bitcoin Lightning Network payment request.
2. Pay with Bitcoin Lightning
Scan the QR code or copy the invoice to your Lightning wallet and pay instantly.
3. Receive Email Address
Once Lightning payment confirms, you'll get your anonymous email address and access token.
4. Send and Receive Emails
Access your inbox through our web interface or API to read incoming emails and send outgoing messages.
Anonymous
No personal information required. Pay with Bitcoin Lightning for maximum privacy and speed.
Instant
Lightning Network payments confirm in seconds. Start sending and receiving emails immediately.
Full Service
Complete email functionality - send and receive messages with Lightning-powered payments.
Service Capabilities
- Send & Receive: Full email functionality with Lightning payments for sending.
- Web & API Access: Emails accessible through our web interface and REST API.
- Plain Text Focus: HTML content is stripped for security; emails are displayed as plain text.
- Lightning Payments: Small Lightning payments required for each outgoing email (100 sats).
Perfect For
Two-Factor Authentication
Fast email delivery for 2FA codes with reliable long-term access.
Anonymous Communication
Send and receive emails anonymously with Bitcoin Lightning payments.
Bitcoin & Lightning Apps
Perfect for Bitcoin-native applications needing full email integration with Lightning payments.
API Access
LNemail can be accessed programmatically via our REST API. View full API documentation →
Create Email Account
curl -X POST 'https://lnemail.net/api/v1/email'
Check Inbox
curl -X GET 'https://lnemail.net/api/v1/emails' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
Get Email Content
curl -X GET 'https://lnemail.net/api/v1/emails/EMAIL_ID' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
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!"}'
Check Send Payment Status
curl -X GET 'https://lnemail.net/api/v1/email/send/status/PAYMENT_HASH'
Check Account Payment Status
curl -X GET 'https://lnemail.net/api/v1/payment/PAYMENT_HASH'