In Reply To:
After this line:
Code:
# skip this record if they don't need to be sent to...
Edit the next line to look like this:
Code:
if (!$IN->param("recipname_$i") && !$IN->param("recipemail_$i")) {
That should work for you

.
Thanks,
But now it won't send the email unless all 3 friends are sent to!