I am not very sure, whether this posting will be attributed to
sendmail or any other mailing software when compared to Django. I am
using Django 1.0.2. And I have requirement like, each user of the site
will be mailing any other guy and I have rules for that communication
(let them aside for now). So user1 will be picking an email id like:
mypickeduser1n...@sitedomain.com and will be sending an email to
user2, whose email id will be like:
mypickeduser2n...@sitedomain.com. Like that any number of users will
be sending emails to any numbers of users. And any outsider should be
able to send an email to mypickeduser2n...@sitedomain.com. My question
is,So in this context, do I need to build my own smtp(setup mailing)
servers. I am totally a newbie in the smtp arena. Can I achieve the
email communication between the users without "mailing server"
configurations?
Can this be achievable?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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