Hello,
I wanted to have a BOT that will login to a webmail and send, i have done this in imacros via a vbscript but i moved to botchief because it has more powerful features. but right now im stuck with variables.
i have this email account list in TXT file in this format:
username:password:name
username1:password1:name1
username2:password2:name2
How can i load the TXT file into a separate variable like:
username = Variable(username)
password = variable(password)
name = Variable(Name)
and also i want to loop the script and then move to the next username in the list after sending for the count of 3 sending per username.
Thank you very much and Your help is really much appreciated.