I need to send emails via a background job on a classic-asp app so the user doesn't have to wait for a slow webserver to complete sending the email.
I know I can use Ajax to generate two separate requests, but I'd rather not require Javascript. Plus, I suspect there's a better way to pull this off. Ideas?