EmailMessage hangs in windows

2012-04-24 Thread CrabbyPete
I have the following code: msg = EmailMessage ( subject = subject, body = body, from_email = sender, to = receivers,

Re: EmailMessage hangs in Windows

2012-04-23 Thread Phang Mulianto
Hi, What s the error msg.. It should smtp error message. Maybe your smtp mail server setting.what mta you use? How many often you sent the email? Maybe your smtp still busy processing other mail. On Apr 24, 2012 7:42 AM, "CrabbyPete" wrote: > I am using > from django.core.mail i

EmailMessage hangs in Windows

2012-04-23 Thread CrabbyPete
I am using from django.core.mail import EmailMessage and I have the following code msg = EmailMessage ( subject = subject, body = body, from_email = sender, to