Simplified Workflow (No Database)

1

Input PDF — a single PDF with all employee payslips

2

Burst tokens in the PDF that identify each employee

3

SMTP email server configured in ReportBurster

Two Approaches

Approach A: Burst Token = Email Address

If each payslip already contains the employee's email as a burst token (e.g., {[email protected]})
  1. Configure email settings in your report:
    • To Email: ${burst_token} (the token IS the email)
    • Subject: "Your Payslip"
    • Body: "Attached is your payslip for this month."
  2. Burst — ReportBurster extracts each payslip and emails it to the address in the token

Approach B: Use ${var0} for Email

If the email is in the PDF as a separate variable (e.g., <0>[email protected]</0>)
  1. Configure email settings:
    • To Email: ${var0} (variable 0 holds the email)
    • Subject: "Your Payslip"
    • Body: "Attached is your payslip."
  2. Burst — ReportBurster extracts the email from ${var0} for each document

Quick Setup Steps

1. Configure SMTP (One-time)

2. Create Payslips Report

3. Enable Email

4. Burst