Socket
Socket
Sign inDemoInstall

chimpster

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chimpster


Version published
Maintainers
3
Created
Source

= Chimpster Gem

This gem wraps mailchimps integration with ses

== Install

gem install chimpster

In addition to the +chimpster+ gem you also need to install +mail+ gem.

gem install mail

== Mail Example

require 'rubygems'
require 'chimpster'
require 'mail'

message = Mail.new
message.delivery_method(Mail::Chimpster, :api_key => "your-api-key")
# ...
# same as in example above
# ...
message.deliver

== Requirements

The gem relies on Mail for building the message. You will also need mailchimp and ses account If you plan using it in a rails project, check out the chimpster-rails gem, which is meant to integrate with ActionMailer.

== Authors & Contributors

  • Michael Hart

== Copyright

Copyright (c) 2011 trahmmhart. See LICENSE for details.

FAQs

Package last updated on 21 Jul 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc