Project

rumble

0.0
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
2025
2026
 Dependencies

Runtime

= 2.8.1
= 0.5.0
~> 3.0
= 5.5.0
= 3.1.1
= 3.6.0
= 4.10.1
= 2.2.0
 Project Readme

Command Line Mass-Email Sender

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

rake PDD status Gem Version Maintainability Test Coverage 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.

You can't send via HTTP/SMTP proxy, unfortunately (you are welcome to submit a pull request).

How to contribute

Read these guidelines. Make sure your 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.