Email Notifications & Communication

Customer confirmations, admin alerts, conditional routing, and a built-in reply system — manage all form communication directly from Magento

WebForms handles the complete email lifecycle for form submissions. Customers receive automatic confirmation emails with personalized content. Admins get instant alerts routed to the right person or department. Conditional logic directs notifications based on what the customer selected in the form.

The built-in reply system lets admins respond to submissions directly from the Magento backend with full conversation threading, file attachments, and quick response templates — no external helpdesk needed.

18
Email Features
3
Notification Types
2
Email Templates
1 min
Delivery Queue
mark_email_read

Customer Notifications

Keep customers informed at every stage. Send automatic confirmation emails on submission, notify them of approval status changes, and attach custom files — all using Magento transactional email templates you control from the admin panel.

send
Lite

Automated Customer Confirmation Emails

Sends a confirmation email to the customer automatically when a form is submitted. The email uses Magento’s transactional email system with the webforms_notification template. Configure sender identity, reply-to address, and enable or disable per form. Customers get immediate proof that their submission was received.

dynamic_form
Lite

Personalized Email Content

Insert submitted field values dynamically into the email body for a personalized message. Each field value is accessible as a variable inside the email template. Use this to address customers by name, reference their order number, echo back product selections, or summarize their request in the confirmation email.

published_with_changes
Suite

Approval Status Update Emails

Notifies the customer by email when the status of their submission changes. Uses the webforms_result_approval template. When an admin approves, rejects, or updates a submission, the customer receives an automatic email with the new status. Essential for application forms, review workflows, and any process with an approval step.

check_circle
Suite

Submission Confirmation Messages

Displays a configurable on-screen success message to the customer immediately after form submission. Supports HTML formatting for rich messages with links, images, or next-step instructions. Each form has its own independent success message configured from the admin panel. Works alongside email confirmations for a complete feedback loop.

attach_file
Suite

Send Custom Files to Customers

Attach files such as PDFs, documents, or images to customer notification emails. Upload attachments directly in the form configuration. Useful for sending terms and conditions, instruction manuals, order confirmations, or any document the customer should receive after submitting a form.

edit_note
Lite

Customizable Email Templates

Edit the content and layout of notification email templates from the admin panel using Magento’s built-in template editor. Customize headers, footers, body text, and styling. Templates support variables for dynamic content insertion. Available in the free Lite edition — no paid upgrade required for basic email customization.

notifications_active

Admin Notifications

Never miss a submission. Get instant email alerts when forms are filled out, route notifications to specific administrators, and add CC/BCC recipients to keep the right people informed. Notification emails include all submitted data for quick review.

notification_important
Lite

Admin Alert Emails

Sends an instant email notification to the admin when a new submission is received. The AdminNotification class constructs the email via MailHelper using Magento’s TransportBuilder. Notifications are queued and processed by a cron job that runs every minute, ensuring reliable delivery even under high form traffic.

person_pin
Lite

Notify Specific Administrators

Route new submission alerts to specific admin users rather than a generic address. Configure per-form recipient email addresses so that each form sends notifications to the responsible team member. A contact form goes to support, a job application goes to HR, a quote request goes to sales — all automatically.

group_add
Suite

BCC for Multiple Recipients

Send blind copies of notification emails to additional recipients. BCC addresses receive the full notification without being visible to other recipients. Useful for compliance logging, backup inboxes, or keeping managers informed without cluttering the primary notification flow.

groups
Suite

CC Address Support

Add one or more CC addresses to admin notification emails for each form. CC recipients see each other and can coordinate on the response. Use it to loop in team leads, project managers, or shared department inboxes alongside the primary admin recipient.

business
Suite

Targeted Department Notifications

Route notifications to the appropriate department based on submission content. Combine per-form recipient addresses with Suite’s conditional logic to dispatch a single form’s submissions to different teams depending on what the customer selected or filled in.

person_search
Suite

Customer-Selected Email Recipients

The SelectContact field type lets the customer choose who receives their submission at the time of entry. The dropdown displays friendly labels (department names, staff names) while mapping to actual email addresses configured in the admin. The selected contact receives the notification email directly.

quickreply

Admin Response System

Reply to form submissions directly from the Magento admin panel. The built-in messaging system supports multiple recipients, CC/BCC, file attachments, and full conversation threading — turning form submissions into a lightweight support ticket workflow.

reply
Suite

Reply to Submissions from Admin Panel

Send email replies to customers directly from the submission detail view in admin. The reply composer is built into the result edit page — type your response, attach files if needed, and send. The reply is delivered via CustomerNotification email and the result status changes to “replied” automatically.

flash_on
Suite

Quick Response Interface

Streamlined reply form available inside the submission view for fast responses. The Quickresponse model provides pre-written reply templates that admins can select and send with a single click. Create templates for common responses like “We received your request” or “Additional information needed” to speed up reply workflows.

visibility
Suite

Access Full Submission Context

All submitted field data is visible alongside the reply form while composing a response. The result detail page shows every field value, uploaded files, submission timestamp, customer info, and approval status. Admins never need to switch screens or look up data — everything is in context while they type their reply.

people
Suite

Multiple Recipients Support

Admin replies can be addressed to more than one recipient at the same time. Add multiple email addresses to a single reply to notify the customer and any additional stakeholders simultaneously. The Message model handles multi-recipient delivery through Magento’s transport system.

forward_to_inbox
Suite

CC and BCC Options for Replies

Include CC and BCC addresses when sending replies from the admin panel. Copy in managers, external partners, or archive inboxes on any outbound reply. BCC recipients are hidden from the primary recipient, making it suitable for audit trails and internal tracking.

forum
Suite

Email Conversation Threading

The full email thread for a submission is stored and visible in its history. Every admin reply and customer response is logged as a Message record linked to the original result. The reply detail page shows the complete conversation chronologically, including timestamps, sender info, and any attached files.

compare

Email Features: Lite vs Suite

Lite covers the essentials — customer confirmations, admin alerts, customizable templates, and per-form recipient routing. Suite adds approval emails, file attachments, conditional routing, and the full admin reply system.

Feature
Lite (Free)
Suite
Use Case
Automated Customer Confirmation
check
check
Instant submission acknowledgment
Personalized Email Content
check
check
Dynamic field values in emails
Customizable Email Templates
check
check
Brand email layout and content
Admin Alert Emails
check
check
Instant notification on new submission
Notify Specific Administrators
check
check
Per-form recipient address
Approval Status Emails
remove
check
Notify customer on approve/reject
File Attachments to Emails
remove
check
PDFs and documents in emails
CC/BCC on Admin Notifications
remove
check
Loop in managers and archives
Targeted Department Routing
remove
check
Route by field values / logic
Customer-Selected Recipients
remove
check
SelectContact field type
Admin Reply from Panel
remove
check
Direct reply composer in admin
Quick Response Templates
remove
check
One-click common replies
Conversation Threading
remove
check
Full message history per submission

Frequently Asked Questions

help_outline
Does WebForms send automatic confirmation emails to customers after form submission? expand_more

Yes. WebForms sends an automatic confirmation email to the customer when a form is submitted. The email uses Magento’s transactional email system with customizable templates. You can configure the sender identity, reply-to address, and include submitted field values as dynamic variables in the email body. Automated customer confirmations are available in the free WebForms Lite edition — no paid upgrade required.

help_outline
Can I route notification emails to different departments based on form answers? expand_more

Yes. WebForms Suite lets customers choose the recipient directly via the SelectContact field type — the dropdown displays friendly labels (department names) while mapping to actual email addresses. Combine this with per-form recipient addresses and CC/BCC settings to build department-based routing. A contact form can reach support@, a quote request goes to sales@, a complaint reaches managers@ — automatically.

help_outline
Can admins reply to form submissions directly from Magento? expand_more

Yes. WebForms Suite adds a reply composer to the submission detail view. The reply form supports multiple recipients, CC/BCC, file attachments, and pre-written quick response templates. Replies are sent as emails via Magento’s transport system, and the full conversation thread is stored in the submission history. The admin response system is a Suite-only feature.

help_outline
How do admin notification emails work in WebForms? expand_more

When a form is submitted, WebForms queues an admin notification email. A cron job running every minute processes the queue and sends the notifications via Magento’s TransportBuilder. You can configure the recipient address per form, add CC/BCC addresses, and route to specific administrators. The email contains all submitted field data for immediate review.

help_outline
Does WebForms support email conversation threading for submissions? expand_more

Yes — in WebForms Suite. Every admin reply and customer response is stored as a Message record linked to the original submission. The result detail page shows the complete conversation thread chronologically with timestamps, sender information, and any file attachments. This turns form submissions into a lightweight support ticket system and is part of the Suite-only admin response system.

help_outline
Can I attach files to notification emails sent to customers? expand_more

Yes. WebForms Suite lets you attach files to customer notification emails. Upload attachments (PDFs, documents, images) in the form configuration, and they are included automatically with every confirmation email for that form. The FileCustomerNotification model handles attachment storage and delivery.

help_outline
What email notification features are available in the free WebForms Lite? expand_more

WebForms Lite includes automated customer confirmation emails, personalized email content with dynamic field variables, customizable email templates, admin alert emails for every submission, and the ability to notify specific administrators per form. WebForms Suite adds approval status update emails, file attachments to customer emails, CC/BCC routing, targeted department notifications via conditional logic, customer-selected recipients (SelectContact), and the full admin response system with reply composer, quick response templates, multi-recipient replies, and email conversation threading.

Complete Email Management for Forms

Customer confirmations, conditional routing, admin replies with threading — handle all form communication inside Magento

18
Email Features
200+
Total Features
1 min
Queue Processing