You should store the invitation KEY against your each unique email ID list.
So when user register using your KEY you can either remove that email form Pending Invitation List or alternatively use flag bit to mark as registered.
solved Invitation using a token [closed]