We have an app that drivers use to file paperwork and stuff like that. We are going to start requiring them to do a vehicle inspection before each load (not CDL, so it’s not required), and so I built a little form for them to use.
If there is no issue, it just saves their report to a database so we can keep record. But if there is an issue it’s supposed to generate a report and send it off to the maintenance department.
While I was working on the formatting for the email, it just stopped working! I was trying to troubleshoot my code thinking I broke the SMTP send part, reading my HTML formatted email thinking I missed some syntax, working with the SMTP relay provider we are using. Nothing. Everything looked perfect. There were no errors. Reports were properly saving to the database. Just no emails.
I was forgetting to click the checkbox to mark that I had an issue 🤦♂️
Anyways, now you can’t actually list issues or until you check that box haha
We have an app that drivers use to file paperwork and stuff like that. We are going to start requiring them to do a vehicle inspection before each load (not CDL, so it’s not required), and so I built a little form for them to use.
If there is no issue, it just saves their report to a database so we can keep record. But if there is an issue it’s supposed to generate a report and send it off to the maintenance department.
While I was working on the formatting for the email, it just stopped working! I was trying to troubleshoot my code thinking I broke the SMTP send part, reading my HTML formatted email thinking I missed some syntax, working with the SMTP relay provider we are using. Nothing. Everything looked perfect. There were no errors. Reports were properly saving to the database. Just no emails.
I was forgetting to click the checkbox to mark that I had an issue 🤦♂️
Anyways, now you can’t actually list issues or until you check that box haha