Create Another Identity

A user is automatically created based on the default Java "user.name" property. This being a property, you can overwrite it from the command line. To create a random user, you will need to run the app from the command line with the appropriate arguments. For example:
java -Duser.name=RandomUserName -jar Zoe.jar
This will create a "RandomUserName" identity. Enable login for this user and you are done. Repeat the process as many time as necessary. You will need to do that only once per user.

For each user, a different data store will be created, keeping all the emails strictly separated.
references: [1] [2]