Mail Relayer
This project is an attempt to simplify relaying incoming emails, e.g. to ActionMailbox.
Development
- Install ruby - see
.ruby-version - Install bundler -
gem install bundler - Install dependencies -
bundle install
Tests
rake testruns all MiniTest tests in/testrubocoprun static code checks
Build / Release
- Update version number in
VERSIONif required. gem build mail-relayer.gemspecgem install ./mail-relayer-<VERSION>.gemto install locally