Looking for a simple to use email server that can be programmatically (preferably remotely) used
Posted
by
sr2222
on Programmers
See other posts from Programmers
or by sr2222
Published on 2012-06-11T20:48:11Z
Indexed on
2012/06/11
22:46 UTC
Read the original article
Hit count: 357
I've been poking around the internet for much of the day, but I can't seem to find a good server to fit my needs. What I need is a simple to use and deploy (pref open source) lightweight email server that I can create users on programmaticly that has IMAP or POP support. I'd prefer something with an existing service interface, but if I have to write a REST API on top of an easy to use API, that's acceptable. The purpose of this tool will be to allow a test automation framework to create new email accounts and retrieve email sent to those addresses. I need text, html, and possibly attachment support as well. Perhaps it's my noobishness, but I can't really suss out the details from the documentation on the servers available out there to figure out which fit my needs.
© Programmers or respective owner