I have the following code:
msg = EmailMessage ( subject = subject,
body = body,
from_email = sender,
to = receivers,
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
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
3 matches
Mail list logo