Plugins
You don't need to construct and handle API manually. We've got plugins for that!
Officially Supported Plugins
Ruby (with Rails 2/3 ActionMailer integration)
You can use this gem to integrate with Ruby, Rails 2/3, Sinatra and Rack applications.
- PostageApp gem - http://github.com/postageapp/postageapp-ruby
PHP
- CodeIgniter - http://github.com/postageapp/postageapp-codeigniter
- CakePHP - http://github.com/postageapp/postageapp-cakephp
JavaScript
- jQuery - https://github.com/postageapp/postageapp-jquery
- Node.JS - https://github.com/postageapp/postageapp-nodejs
If you're working with some other PHP platform we provide you with some sample code to get you started:
Third Party Plugins
These were contributed by PostageApp users and you can use them as a starting point:
- Python - http://py.34twenty.com/
- Python (Django 1.2+) - http://github.com/vvarp/django-postageapp
- Perl - http://search.cpan.org/~mamod/Net-Postage-App/lib/Net/Postage/App.pm
- Expression Engine - http://lobsterwarmachine.com/addons/postman
- ColdFusion - https://github.com/samihoda/CFPostageApp
- Zend\Mail - https://github.com/juriansluiman/SlmMail/blob/master/docs/Postage.md
Check out our PostageApp GitHub page for a full list of our plugins and example apps.
Create one!
We'd love if you could contribute a plugin for a language/framework you use.
Bonus points if it's on GitHub
and can be easily forked and contributed to. More bonus points if
your plugin sends User-Agent string as part of the
request to identify itself.
For Example: The PostageApp Ruby gem sends:
PostageApp-RubyGem 1.0.0 (Ruby 1.8.7, Rails 2.3.5) as
its User-Agent.