Skip to content
Raja Varma
Email AutomationLive

Bulk Email Sender (CSV)

Sending personalised emails to a long list of recipients one at a time is slow and error-prone - this reads recipients from a CSV file and sends each one a personalised email automatically.

Step-by-Step Workflow

  1. Load the recipient list from a CSV file
  2. Fill each recipient's details into the email template
  3. Send each personalised email through SMTP
  4. Report which emails were sent or failed

Inputs

  • CSV file of recipients (e.g. Name, Email, Programme Name)
  • Email subject and body template

Related Automations

Email Automation

Smart Email & QR Attendance System

Manually drafting event emails and tracking attendance on paper or spreadsheets is slow and error-prone, especially for events with many participants.

PythonTkinterSMTPSQLite
View Details