Trigger Old Custom Form Submissions to send Submission Emails

We moved our server and there was about 3 days when mail wasn't working on our server. So, even though forms were working, they were not alerting the various people that managed those forms through email, that a submission had been created.

 

Is there a way to trigger those emails to be sent for a certain date range?

toggling the 'complete' attribute on the relevant submissions with the JS API might trigger the email?

toggling the 'complete' attribute on the relevant submissions with the JS API might trigger the email?

 

 

That would likely take forever in our case. 

 

I ended up just checking all our forms and emailing the submission logs to the relevant users that normally get them by email.

 

That would likely take forever in our case. 

 

 

Eh, would only take a little bit to knock up a quick listing of em & batch it through the JS API. That's if it works, which I'm not sure about. 

Or potentially a trigger batch? 

Or potentially a trigger batch? 

 

Yeah, but I still don't see a way to set a date range. 

 

Triggering this on ALL submissions for a form would be horrible.