Skip to content

Instantly share code, notes, and snippets.

@kbambz
Created May 16, 2014 23:45
Show Gist options
  • Select an option

  • Save kbambz/9d84fbcbf429f3b69e90 to your computer and use it in GitHub Desktop.

Select an option

Save kbambz/9d84fbcbf429f3b69e90 to your computer and use it in GitHub Desktop.
import mandrill
m = mandrill.Mandrill('YOUR_API_KEY')
assert m.users.ping() == "PONG!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment