Orders & Email

Order Emails

The order module already sends document-backed emails, merges selected attachments, and stores delivery logs after successful sends.

Email Designer: Order Confirmation

Send Test
Templates
Order Confirmed
Order Shipped
Invoice Ready
Order #10284
Edit HTML Placeholders
Live

How it works in the app

Order email sending is explicitly implemented. The action generates the order PDF, can merge selected attachments into that PDF, can attach additional files to the outgoing message, and then sends through Symfony Mailer.

After a successful send, the module writes an EmailLog row with recipients, sender, subject, body, PDF path, and attachment metadata.

Included in the current implementation

Generated order PDFs in outgoing email

Attachment merge and attach flags

Mailer-based transactional delivery

Stored email logs after send

Need order emails tied directly to PDFs and attachments?

The current order module already sends transactional emails and keeps a delivery trail.