Formaction for bulk mails

Send bulk emails from a table based on a specific field condition.

Overview

The issue is needing to automate email sending for multiple filtered records without manual processing.
Use a read action to select the target records, then a loop action with the read results as the data provider, and place an email action inside the loop to send each message.

Answered
ChronoForms v7
rb rbock 21 May, 2023
I have a table with thousands of entries. Now I want to trigger an email action for records with a specific field. How would I do that?

1. read action with where option
2. loop action - data provider?
3. e-mail action in loop
Max_admin Max_admin 25 May, 2023
Answer
1 Likes
The loop provider will be the "Read data" result: {var:read_data_name}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.