You are using different recordsets. Try updating the email TO field to use the same recordset. You have on line 214: $RecipArray[$CurIndex ][] = "".$row_WADAlogins['UserEmail'] ."";
I think it would work if you used: $RecipArray[$CurIndex ][] = "".$row_SendPW['UserEmail'] ."";


