Send email directly from Twitter using Solana Blinks.
Web3-native communication. Wallet-powered identity. No signups.
X-Mailer enables creators, professionals, and businesses to receive emails directly from Twitter via Solana Blinks. Just connect your wallet, enter your email, and generate a shareable Blink that anyone can use to message you—without leaving Twitter.
- Email via Solana Blinks
No forms or redirection—just instant communication. - Connect with Solana Wallets
Phantom and other wallets supported. - Anti-spam
Small on-chain interaction prevents bot abuse. - Dark hacker-style UI
Designed for creators and developers. - Mobile Optimized
Blinks work great on phones too.
- Go to xmailer.xyz
- Connect your Solana wallet
- Enter the email where you want to receive messages
- Generate your personal Blink
- Share it on X (Twitter)
- Others can now email you directly from the link
- Frontend: Next.js, Tailwind CSS, TypeScript
- Blockchain: Solana, Solana Blinks, Wallet Adapter
- Deployment: Vercel
X-Mailer/
├── public/ # Static assets
├── components/ # Reusable components
├── pages/ # App routes (Next.js)
├── styles/ # Tailwind config and global styles
├── utils/ # Helper functions
├── lib/ # Wallet/contract utilities
├── .env.local.example # Environment variables sample
├── package.json
└── README.md