Sending Async Emails Without Workers
Tonight's challenge was to implement a contact form, that sent emails asynchronously, but didn't need a task queue or a second "worker" process. I managed to get there, but learned lots, which I'll briefly document here.