Do you want your send email inside the For Each Loop? So each %CurrentItem% gets an e-mail. If so, it needs to be below "For Each" and above "End" What I am envisioning is, the For Each runs with nothing in it, so it does:
For Each 'CurrentItem=1' #Do nothing
For Each 'CurrentItem=2' #Do nothing
For Each 'CurrentItem=3' #Do nothing
End For Each
Now do something with CurrentItem...#but CurrentItem now =3, so you only get 3.
It's possible I'm reading your question wrong, but that is what I got from up above.
I would have to see your SendEmail parameters to be able to help further if this is not the issue.
Best of luck!