Simple mail server setup for a user-based website.
- by Absolute0
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?