Project

cm_email

0.0
There's a lot of open issues
No release in over a year
This gem is a wrapper for Cm-email's API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Cm_email Gem Setup Instructions

To install the gem in your application:

- Add to your Gemfile: gem 'cm_email'
- Run: bundle install

Create a configuration file like config/initializers/cm_email.rb, paste the following and replace the credentials.

CmEmail.configure do |config|
  config.api_key = "xxxxxxxxxxxxxx"
end