Name | Modified | Size | Downloads / Week |
---|---|---|---|
Rel_0.0.1-SNAPSHOT | 2012-12-24 | ||
README.txt | 2012-12-24 | 769 Bytes | |
Totals: 2 Items | 769 Bytes | 0 |
This is a simple version of the Mailinator program. It is designed to work simultaneously as an SMTP server, and as a web application. As an SMTP server, it accepts all emails sent to it (no matter the destination address) and stores them in memory. As a web server, you can view any of the emails sent to a specified email address. Differences between this and the real mailinator program: * No requirement for a special domain (i.e. it will accept all emails, whether they are in the *.mailinator.com domain or not). * No flood control (the real mailinator program will block you if you try to send too many messages to it in a short amount of time). * No spam control (the real mailinator does do some spam checking (not much)). * No removal of attachments