QR Code Email Generator

Login

Welcome to the QR Code Email Generator service. This application allows you to generate personalized QR codes containing contact information and send them via email.

Key Features:

API Usage:

Use the following endpoint to generate and send QR codes:

POST /generate-qr-email

Request Body (JSON):

            {
            "unique_id": "abc123",
            "fullname": "John Doe",
            "email": "john@example.com",
            "phone": "+1234567890",
            "subject": "Your QR Code",
            "body": "Hello {fullname}, please find your QR code attached."
            }
        

QR Code Scanner:

Use the built-in scanner to scan QR codes and record scans:

Command Line Usage:

For batch processing, use the command line tool:

python generate_and_send.py --csv contacts.csv

For more information, check the README.md file or contact the development team.