I am running the demo of Zennoposter and I'm starting to get the hang of it. Although, I was wondering if you guys could shed some light in regards to the email processing, and a few other aspects. This is what my program looks like, if anyone could offer help I'd really appreciate it.
-I'm registering to a list of sites I have stored in a list I have that figured out properly. Although, is there a way to add an if statement, for if "element not found" loop back to the main list. so if it is unable to register for a site the program will not break?
-Next When I register for these sites I am getting an email, that discloses my username, and my password. When I'm processing the email how can I save the url, username, and password and make sure that they go with each other? I am going to need to take this information and then log into the site so I need to make sure it is accurate. I've heard regex mentioned, but am unsure how to go about doing this properly.
If anyone could help me answer those questions I would greatly appreciate it.
Thanks
-I'm registering to a list of sites I have stored in a list I have that figured out properly. Although, is there a way to add an if statement, for if "element not found" loop back to the main list. so if it is unable to register for a site the program will not break?
-Next When I register for these sites I am getting an email, that discloses my username, and my password. When I'm processing the email how can I save the url, username, and password and make sure that they go with each other? I am going to need to take this information and then log into the site so I need to make sure it is accurate. I've heard regex mentioned, but am unsure how to go about doing this properly.
If anyone could help me answer those questions I would greatly appreciate it.
Thanks