Simple mail server setup for a user-based website.

Posted by Absolute0 on Server Fault See other posts from Server Fault or by Absolute0
Published on 2010-12-25T16:46:19Z Indexed on 2010/12/25 16:55 UTC
Read the original article Hit count: 212

Filed under:
|
|

I am working on a simple website that has user registration. All I need to do is confirm email addresses by emailing a confirmation email and maybe send out periodic emails regarding various information. I am also considering having a [email protected] email for user questions and comments. The application is written in django and I am running it on ArchLinux on a VPS.

I have no knowledge of mail servers. I tried setting up postfix and qmail but had no luck. They are complicated and require a lot of configuration to get them working properly.

My use case is super simple and doesn't not require anything fancy.

Is there any simple mailing setup that will enable me to quickly get emailing working with my django app with minimal work?

© Server Fault or respective owner

Related posts about email

Related posts about emailserver