Universal Email not looping through recordset, and only sending one email
I have already tested the query directly in my MySQL database, and it's working just fine - it's just not looping once the emails are sent. Thank you.

I have already tested the query directly in my MySQL database, and it's working just fine - it's just not looping once the emails are sent. Thank you.
FYI, it doesn't make any difference if I wrap the output query in a repeat region or not.
The way you have it set up, it will not loop through the recordset. To set up a recordset loop, click the "To" button to open the advanced to settings.
In the advanced to settings, add a new address, for the type, select recordset loop, select the recordset and the email address column.
see the attached screen shots.
Thanks! Then there should be no repeat region on the DW email template page?
not unless you want to loop through the recordset within the email body.
Actually, I have a query filtering out what should be five email addresses, and it's only sending to 4 of the 5. ??? This is happening consistently. Sorry!
Okay ... now it's working, for some reason. I have no explanation, but will let you know if it continues to shorten the list. Thank you!
Does it redirect to another page after sending the email?
Add the following code to the page it goes to after sending the email:
<?php @session_start(); var_dump($_SESSION); ?>
This will write the session contents to the page, one of the session variables will show a status message for sending to each address. If this shows Success for all 5 addresses, then it is an issue with the SMTP Server not relaying the email for the address that is not receiving it.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.