Skip to content

This is an import of the mandrill python client to enable python3 support

License

Notifications You must be signed in to change notification settings

RepositPower/mandrill-py3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandrill is a Python API client and suite of CLI-based tools for the Mandrill email as a platform service.

The API client is comprehensive, but the CLI functionality is minimal at this time.

Examples:
import mandrill
m = mandrill.Mandrill('YOUR_API_KEY')
print m.users.ping()
--> "PONG!"

CLI Examples:
mandrill setup
mandrill ping -c10
mandrill send -f [email protected] -t [email protected] -s "My Subject Line" < content.html

About

This is an import of the mandrill python client to enable python3 support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages