Concept Flow - Background email delivery
User triggers email send
Create email job
Add job to queue
Background worker picks job
Send email asynchronously
Job completes, user continues
This flow shows how an email send request is turned into a background job, queued, and processed asynchronously so the user doesn't wait.