On Tue, Nov 16, 2010 at 3:47 PM, [email protected]
<[email protected]> wrote:
> I already read that part of doc, but i dont find the answer, should i read
> the code?
Yeah, don't bother, send them all from the same account, with
different from addresses in the message - no-one looks at the envelope
much..
Quick example
In two lines:
from django.core.mail import send_mail
send_mail('Subject here', 'Here is the message.', '[email protected]',
['[email protected]'], fail_silently=False)
If you wish to change the '[email protected]', well, can you try
changing the '[email protected]'?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.