jen
09/11/2025, 11:16 PMAnthony OConnor
09/11/2025, 11:31 PMlet missingPdf= true;
while (missingPdf){
   //look for the pdf
   if (pdfIsFound) {
       missingPDF = false;
   }
}
// continue with the rest of your code to send the emailchristianRILECPQ
09/12/2025, 8:53 AMjen
09/12/2025, 4:00 PMAnthony OConnor
09/12/2025, 4:02 PMMarvin
09/15/2025, 11:47 AM