I have a txt file with all my emails in it and when making setups on site I full an email from that file but I dont delete it since the email can be used to setup with on a different site. So is there a way to have it take the email from my emails file and check if that email is already in use with that site before using it.
For example:
email.txt contents:
[email protected]
web2.0output.txt contents:
wordpress.com;username;password;email
Take an email from first file check if already exists in a line containing wordpress.com in second file, if does exist pick a new email and check again until finding an email which does not exist in second file.
For example:
email.txt contents:
[email protected]
web2.0output.txt contents:
wordpress.com;username;password;email
Take an email from first file check if already exists in a line containing wordpress.com in second file, if does exist pick a new email and check again until finding an email which does not exist in second file.