An open API service indexing awesome lists of open source software.

https://github.com/ostaptan/hermes_tan

Mail delivery system
https://github.com/ostaptan/hermes_tan

gem mailing multiple-choice ruby

Last synced: 11 months ago
JSON representation

Mail delivery system

Awesome Lists containing this project

README

          

## Multiple receivers email sender via gmail.

#### How to use?
* Create hermes instance: `hermes = HermesTan.new(email, password)`
* Send emails: `hermes.let_gods_know_about(receivers, subject, body)`

#### Tests
* You need to provide valid username and password to successfully login into gmail account: `EMAIL= PASWD= rspec spec`