Email Code Type
Draft a new email message.
Overview
An Email QR code contains an email address and optionally a pre-filled subject and body. Scanning it will open the user's default email client with the specified details already populated, saving time and preventing typos.
Common Use Cases
- Customer support contact information
- Event registration via email
- Requesting feedback or reviews
- Direct communication with a specific department
Technical Content
The content uses the standard 'mailto:' URI scheme. Format: mailto:address@example.com?subject=EncodedSubject&body=EncodedBody. The subject and body parameters must be URL-encoded.