Automated PDF Certificate Emailer

Замовник: AI | Опубліковано: 05.10.2025

I need a lightweight tool that takes a single PDF template, inserts each recipient’s Name into the designated spot, and then emails the personalized PDF directly to them. I’ll supply the template and a CSV list of email addresses and names—no manual entry should be required once the list is uploaded. Core flow I’m after: 1. Upload PDF template and CSV. 2. Script adds the Name field where I mark it. 3. System emails the finished PDF to each address with a short, editable message. 4. Clear log showing which emails were sent and any that failed. You’re free to use Python-Flask plus ReportLab, Node with pdf-lib, or any stack you prefer as long as the final solution runs on a standard Linux server and can be triggered from a simple web form or CLI. SMTP credentials will be provided; if an API like SendGrid makes delivery easier, that works too. Complete source code and brief setup instructions are the only deliverables—once I can run the process end-to-end with my own template and list, the job is done.