dont freeze on sending mail django
问题 When django sends an email, it takes from a few milli-seconds to a few seconds depending upon the smtp server. So the problem that i am facing is when django starts sending email it freezes there. The user would have to wait till the mail has been sent. I was wondering if i could simply return the html page and in the background the email could be sent without making the user wait for it. skeleton is that right before the page is being rendered, email is being sent. So, I want to render the