
<?php
global $RecipArray;
global $RecipIndex;
?>
and in the body and for the email log settings use:
<?php echo($RecipArray[$RecipIndex][0]["[yourColumnName]"]); ?>
and you can add any references to the recordset columns used as the To loop.

Thanks I needed that.
