pydotmailer

A reusable Python module for driving the dotMailer API
Download

pydotmailer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Mike Austin at Triggered Messaging
  • Publisher web site:
  • http://github.com/TriggeredMessaging/

pydotmailer Tags


pydotmailer Description

pydotmailer is a reusable Python module for driving the dotMailer API.Example Usageself.dot_mailer = PyDotMailer(api_username = Secrets.api_username, api_password=Secrets.api_password )dict_result = self.dot_mailer.add_contacts_to_address_book(address_book_id=self.address_book_id, s_contacts='email\n%s\n' % email, wait_to_complete_seconds=20)More examples can be found in the tests.Advanced OptionsSSL supportSSL is used by default. An optional constructor parameter is available to disable this if required.Product's homepage


pydotmailer Related Software