I think my question wasn't explicit,

in the file django/core/mail/backends/smtp.py i found the
class EmailBackend, in the constructor i can send the host, user and
password for the smtp connection, but in what moment y can call this
constructor with the new user/password? should i make a diferent Backend for
each email? i thinks this is not muy django philosophy...



--
Diego Andrés Sanabria
Ingeniería de Sistemas Universidad Distrital
about:me http://www.google.com/profiles/diegueus9
cel 3015290609



On Tue, Nov 16, 2010 at 10:47, [email protected] <[email protected]>wrote:

> I already read that part of doc, but i dont find the answer, should i read
> the code?
>
> --
>
> Diego Andrés Sanabria
> Ingeniería de Sistemas Universidad Distrital
> about:me http://www.google.com/profiles/diegueus9
> cel 3015290609
>
>
>
> On Tue, Nov 16, 2010 at 10:44, Shawn Milochik <[email protected]> wrote:
>
>> On Tue, Nov 16, 2010 at 10:39 AM, [email protected]
>> <[email protected]> wrote:
>> > I'm using django 1.2 but i dont know how connections works exactly, i
>> wish
>> > use only one backend, SMTP, but how i tell the connection, the new user
>> for
>> > authentication for smtp?
>> >
>>
>> Read the fine Django docs at the link I attached. Your answers are
>> there. I can't read them for you.
>>
>> Shawn
>>
>> --
>> 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]<django-users%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>

-- 
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.

Reply via email to