Features
Alternate form submissions between multiple email addresses.
Distribute workload evenly to improve response times.
Works with any form built in BBForms.
Add as many emails as needed for distribution.
Avoid sending multiple consecutive submissions to the same address.
Optimized for speed and stable delivery without delays.
Demo
There is no demo of Email Balancer because it operates on form actions. Email Balancer makes the [email] action able to distribute emails in a rotating sequence. For example you have the following email action:
[email to="contact@bbforms.com"]CONTENT[/email]Then, you want to distribute email sending with other email addresses like this:
[email to="contact@bbforms.com" balance="1@bbforms.com, 2@bbforms.com, 3@bbforms.com"]CONTENT[/email]Setting the action like this will:
- Always sends the email to the email defined in
toattribute. - On every form submission, will distribute emails defined in
balanceattribute in a rotating sequence:- Form submitted, emails to Email 1.
- Form submitted again, then emails to Email 2.
- Form submitted again, then emails to Email 3.
- Afterwards cycles back to Email 1, continuing the process repeatedly.
This ensures that emails are delivered evenly across all configured addresses.