Hi Guys,

We have many projects with django and in one project we need send 3 kinds of
email:

 - newsletter
 - contact email
 - errors

now, my question is how i can use multiple accounts, multiple user/password
from gmail for send this mails, i mean, in the settings i have this:

EMAIL_SUBJECT_PREFIX = '[conosur]'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = '*****'
EMAIL_USE_TLS = True

and all emails are send with the user [email protected], a google apps
account, but how i can send mails from 3 accounts?

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

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