i have a website where I have a textbox and in that textbox I enter an email and click submit and that email is processed. Problem is I have about 1243 emails I must enter into the submit box and click submit each time and its been getting tedious but even with a macro this process is really slow...So I was wondering is there a JS or PHP script I could write in which I enter the list of emails I want to submit and that PHP or JS list will individually add each email to the textbox and click submit and do that for all 1243 emails?
So basically how it is right now, I open a browser, go to my site www.site.com and at that site I am told to put in an email in textbox, click submit, go back, enter the next email into textbox, click submit, then go back enter another email, click submit, then go back...
each submit leads me to a redirect so that is which I click back...is there a faster way of doing this with JS or PHP?