mailgun 0.1
Python wrapper for Mailgun REST API
Python wrapper for MailGun REST API
Documentation:
=============
Please visit our documentation page at
http://documentation.mailgun.net
Installation
============
There are two ways to install Mailgun API:
1. sudo python setup.py install
2. Grab mailgun.py from the 'lib' folder of this repo and place it on your PYTHONPATH manually
Samples tryout:
===================
> ./run_sample.sh samples/creating-routes.py
> ./run_sample.sh samples/sending-mail.py
> ./run_sample.sh samples/using-mailboxes.py
Getting started:
================
from mailgun import Mailgun, Mailbox
Mailgun.init("my-api-key", "https://mailgun.net/api")
for mailbox in Mailbox.find():
print "{0} has size of {1}".format (mailbox.id, mailbox.size)
For more visit http://documentation.mailgun.net
--
MG team
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| mailgun-0.1.tar.gz (md5) | Source | 2011-04-26 | 4KB | 1531 | |
- Author: Mailgun Inc.
- Home Page: http://mailgun.net
- Categories
- Package Index Owner: mailgun
- DOAP record: mailgun-0.1.xml
