Greetings,
Disclosure: I am a total newbie!
I am building an application Django and come to a dilemna when sending
off emails. I have an application that sends off an email after a
customer has filled out a form, actually it sends off 7 emails.
The problem is the page hangs while the emails ar
Complete newbie, so forgive my improper use of Python terminology.
I am working with Django and I have to send off a number of emails
after a person has filled out a form. What I want is to make a call
that goes off to form and send the emails and redirect the user to
another view. I have this w