Most QR generators are built for posters. This one is built for the inbox. A QR code in an email has to survive a completely different gauntlet: HTML sanitisers that strip data URIs, Outlook rendering images inside tables, dark-mode inversion, clients that scale images down until the modules blur, and readers who are already on the phone they would have scanned with.
QR Code Generator for Email handles all of that. Encode a URL, email address, phone number, SMS message, WiFi handshake, or plain text, layer on UTM parameters so scans show up separately in your analytics, then copy email-ready HTML that includes an anchor fallback, descriptive alt text, explicit dimensions, and an Outlook-safe table wrapper. Export as PNG for hosting on your CDN or as SVG when the code will also be printed.
Everything is computed in your browser using a self-contained QR encoder — no API, no rate limit, no redirect domain that can disappear and take your printed codes with it. The codes are permanent and point directly at your destination.