Posts by Isael Sousa • 1 point
1 post
-
-1
votes1
answer27
viewsA: Send ajax requests one by one
You can make your JS go through a list of emails or contacts and then call its function. Ex1 foreach var emails = ["[email protected]", "[email protected]", "[email protected]"];…