Project

rumble

0.0
Low commit activity in last 3 years
No release in over a year
Sends newsletters to recipients
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.6.0
= 8.0.0
= 5.16.1
= 13.0.6
= 6.4.0
= 1.31.1

Runtime

= 2.7.1
= 5.3.0
= 3.1.1
= 3.5.1
= 4.9.2
= 2.2.0
 Project Readme

EO principles respected here DevOps By Rultor.com We recommend RubyMine

rake PDD status Gem Version Maintainability Test Coverage

Lines of code Hits-of-Code

This command line tool helps you send newsletters.

Install it first:

$ gem install rumble

Run it locally and read its output:

$ rumble --help

Simple liquid letter looks like this:

{{ first }},

How are you?

Best,
Yegor

The list of emails must contain three columns separated by a comma: first name, last name, and email.

If you want to send via HTTP/SMTP proxy, use --proxy=socks:<host>:<port>.

How to contribute

Read these guidelines. Make sure you build is green before you contribute your pull request. You will need to have Ruby 2.3+ and Bundler installed. Then:

$ bundle update
$ bundle exec rake

If it's clean and you don't see any error messages, submit your pull request.