SYSCALL EMAIL
v2.1.0
TRUSTLESS SMTP RELAY
The Syscall Email service allows smart contracts to trigger emails purely via blockchain transactions. It uses a Commit-Reveal scheme to ensure the content is cryptographically linked to the payment before dispatch.
1. Download syscall-email-sdk.js and place it in your project.
2. Import Ethers.js v6 and the SDK in your HTML head.
3. Initialize and use the global `Syscall` class.
1. Install dependencies: npm install ethers dotenv
2. Download syscall-email-sdk.js to your project root.
3. Import the local file and initialize with your wallet's Private Key.