Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

johngrimes/chimp_mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChimpMailer

Currently a thin wrapper around the MailChimp API.

Will eventually be expanded to integrate into Rails in many awesome ways.

Installation

gem install chimp_mailer

Example

In your environment.rb:

MailChimp.settings = { :api_key => 'YOUR API KEY HERE' }

Then you can call any MailChimp API method like so:

MailChimp.campaign_schedule(:cid => 'afd3245', :schedule_time => '2010-06-21 12:30:00')


Copyright (c) 2010 Small Spark Pty Ltd, released under the MIT license

About

Rails plugin for MailChimp API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages