Page 1 of 1

Simple shell SDK for developers

Posted: 22 Aug 2012, 23:03
by Admin
Many developers asked me for help to create automatically disposable email addresses for different purposes.
I created now a simple UNIX compatible shell script which uses curl inside to create and remove disposable email addresses.
It logs into the web address manager, and then uses the received session ID to perform the create and delete operation.

I made it as easy as possible.
The shell script has been tested on Linux and Mac OS X.

For Windows developers: Please install Cygwin with curl and Perl (should be installed as default).

The demo SDK can be downloaded here:
http://trashmail.net/files/trashmail_sdk_1_1.tar.gz

If you want to understand more deeply the complete API, please download the file:
http://trashmail.net/files/TrashMail.ne ... _3.0.0.pdf

Re: Simple shell SDK for developers

Posted: 23 Aug 2012, 04:30
by Z
What kind of limits TM got? Or can I create billion addresses / day?

Re: Simple shell SDK for developers

Posted: 23 Aug 2012, 18:20
by Admin
Z wrote:What kind of limits TM got? Or can I create billion addresses / day?
This are the current limits (see feature page):
Number of maximum active disposable email addresses
- 300 for non Plus members
- 2500 for Plus members

Per day there is currently no limit.