nicholaswyoung / madmailer

a short, sweet PHP class for the MadMimi API

This URL has Read+Write access

name age message
directory Examples/ Sun Dec 27 08:23:33 -0800 2009 Added NewList method [Nicholas Young]
file MadMailer.class.php Mon Jan 04 14:42:58 -0800 2010 added add and removing of users [Nicholas Young]
file README Sun Dec 27 08:23:33 -0800 2009 Added NewList method [Nicholas Young]
README
/*
  MadMailer => a short, sweet PHP class for the MadMimi Mailer API.
  "Taking the pain out of creating cURL requests in PHP since 2009."
  (Many thanks to Dave, Gary, and the rest of the MadMimi crew for creating such an awesome API!)
  
  Released under the MIT License
  _______________________________________
  
  Release notes:
  November 12, 2009: General release - only basic functions are provided.
  December 27, 2009: Cleaned up the cURL requests, and added methods for Lists and Memberships.
  
  See /Examples/The_Basics.php for a brief tutorial.
  
  That's it. Easy enough?

  THE ROADMAP (i.e. features I want to add):
  => Multiple recipients
  
  KNOWN BUGS:
  Cannot add a user to a specific list, only to the main "audience" group. (This will be fixed asap.)
*/