Mass Messaging on Website

AJay3000

Newbie
Joined
Mar 8, 2014
Messages
4
Reaction score
0
Hi guys,
I have been working on some sites for a few months now, 10 in total. I'm ready to start promoting them however I have one main website that I would like to target for email addresses. The website however uses a simple pop up message form to email users, the form requires a subject and description.

There's thousands of members that I have to message individually however I know there must be an easier way, or I hope.

The url for the message box ends like SendMessage.asp?id="124124"

If I increment the ID by 1 and refresh the page, I get the same message form but obviously now ready to message another user because of the change in the ID. In some cases the user might not exist or might not have receive messages option on.

I just need a way to be able to mass message the latest members (I can get the latest members ID's upto the ID of members that no longer exist or use the website.

Is there a way that I can have the browser submit the same data through the messaging form, then reload the page whilst incrementing the ID then simply repeat this process?

Any help would be much appreciated!
 
Back
Top