Rechner Welt
Codes

Email QR Code Generator

Generate a QR code that opens the user's email client with a pre-filled recipient, subject and body.

Last updated: April 2026 ยท Runs in your browser ยท No sign-up

Quick answer: Enter an email address and optional subject/body. Scanning the QR opens a ready-to-send draft.

When this beats a printed address

Trade show booths, 'contact us' posters, restaurant feedback cards โ€” anywhere you want someone to email you with minimal friction. Typing an email address into a phone is annoying; scanning a QR takes a second and pre-fills the subject so you can route replies correctly.

Frequently Asked Questions

What format does the QR encode?

A mailto: URI like mailto:you@example.com?subject=Hello&body=Message. Every email app on every platform respects the mailto scheme.

Can I pre-fill subject and body?

Yes. Both are URL-encoded into the mailto URI. Useful for support requests where you want context ('Order #12345 issue') without asking the user to type it.

Can I add CC or BCC?

Yes โ€” mailto supports ?cc= and ?bcc=. Note that some email clients show all addresses to the user as a pre-check; don't use BCC to hide recipients.

Will it work offline?

The scan-to-open-draft part works offline. Sending the email obviously requires a connection and a configured account.

Related Tools