https://github.com/peterhoeg/mailtest
A small ruby gem to perform email tests
https://github.com/peterhoeg/mailtest
Last synced: about 1 year ago
JSON representation
A small ruby gem to perform email tests
- Host: GitHub
- URL: https://github.com/peterhoeg/mailtest
- Owner: peterhoeg
- License: mit
- Created: 2017-04-23T07:39:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T07:45:44.000Z (over 6 years ago)
- Last Synced: 2024-04-28T16:45:39.307Z (about 2 years ago)
- Language: Nix
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.txt
Awesome Lists containing this project
README
* Mailtest
This tool sends test messages to a number of receivers specified in a YAML file.
All the messages get a sequence number and a generated "transaction word" in
order to make the emails easy to search for.
Please keep in mind that as the "transaction word" is randomly generated it may
end up being something offensive. If it offends you or any of the receivers or
anybody else who happens to see the generated mails, that is simply too bad - it
is not our problem.
** Installation
Add this line to your application's Gemfile:
#+BEGIN_SRC ruby
gem 'mailtest'
#+END_SRC
And then execute:
#+BEGIN_SRC shell
bundle
#+END_SRC
Or install it yourself as:
#+BEGIN_SRC shell
gem install mailtest
#+END_SRC
** Usage
bin/mailtest --help will give you the details on how to use it
** Contributing
Bug reports and pull requests are welcome on GitHub at
https://github.com/peterhoeg/mailtest.
* Next phase
- run async
* License
The gem is available as open source under the terms of the [[http://opensource.org/licenses/MIT][MIT License]].