nnhubbard
(Nic Hubbard)
July 14, 2015, 8:32pm
1
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?
joel
(Joel Porgand)
July 14, 2015, 11:44pm
2
toggling the 'complete' attribute on the relevant submissions with the JS API might trigger the email?
nnhubbard
(Nic Hubbard)
July 15, 2015, 4:15pm
3
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.
joel
(Joel Porgand)
July 15, 2015, 11:24pm
4
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.
Bart
(Bart Banda)
July 19, 2015, 10:21pm
5
Or potentially a trigger batch?
nnhubbard
(Nic Hubbard)
July 21, 2015, 3:53pm
6
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.