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 = 'prue...@monoku.com'
EMAIL_HOST_PASSWORD = '*****'
EMAIL_USE_TLS = True

and all emails are send with the user prue...@monoku.com, 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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to