Free email QR code generator
Encode a mailto: link with optional subject and body. Scanning opens a pre-filled draft in the recipient’s mail app — no need to copy your address.
Notes on the artifact
An email QR encodes a mailto: URL — the same format you would use in an HTML link. When scanned, the phone opens the user’s default mail app with the To, Subject, and Body fields pre-filled. The user can edit before sending; nothing is sent automatically.
Subject and body are URL-encoded so spaces, ampersands, and line breaks survive the round-trip. There is no length limit imposed by the QR format itself — the practical limit is whatever the scanner’s URL parser tolerates, which is comfortably in the thousands of characters.
Use cases: a help-desk poster ("Scan to email support with the right subject line"), a print-ad reply mechanism, an event RSVP. For long-form messages, prefer encoding a URL pointing at a proper form — QR codes are not great for typing.
Footnotes & queries
- Does the scanner send the email automatically?
- No. Scanning opens a draft. The recipient must hit Send themselves. This is a deliberate safety property of the mailto: format.
- What if the user has no default mail app?
- Most phones handle mailto: by routing to whichever mail app the user has installed. If none is installed, the system shows a generic "No app to handle this" message. Add a mail app or pick a different QR type.
Anatomy of the code
Plate index
- PL.01 URL Free URL QR code generator
- PL.02 TEXT Free text QR code generator
- PL.03 WIFI Free WiFi QR code generator
- PL.04 VCARD Free vCard QR code generator
- PL.05 EMAIL Free email QR code generator
- PL.06 SMS Free SMS QR code generator
- PL.07 PHONE Free phone QR code generator
- PL.08 GEO Free geo location QR code generator