django - Achieving emailing between website users without "Mailing Server" configuring? -


I need every user of the site to be mailing another user and I have the rules of that communication ) Then user1 will have to choose an email ID like: mypickeduser1n ... @ sitedomain.com and an user will be emailed to user2, whose email ID will be: mypickeduser2n ... @ sitedomain.com. Like, any number of users must send email to any number of users. And any outsider should be able to send email to mypickeduser2n ... @ sitedomain.com. My question is, in this context, I need to create my SMTP (Setup Mailing) servers. I am completely a newbie in the smtp area. Can I get email communication between the user without the "mailing server" configuration ? Can this be achieved?

You need a mail server even if local email is directly connected to a mail directory or If the database is submitted, then some should be responsible for accepting email from the outside world. I recommend postfix - it's powerful but easy to set up, and config files do not look like Klingon.


Comments