Skip to main content

Python wrapper for Mailgun REST API

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mailgun-0.1.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page