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

https://github.com/ostaptan/simple_email_sender

Sinatra Based multiple emails sending platform using https://github.com/ostaptan/hermes_tan gem
https://github.com/ostaptan/simple_email_sender

email-sender ruby sinatra

Last synced: about 2 months ago
JSON representation

Sinatra Based multiple emails sending platform using https://github.com/ostaptan/hermes_tan gem

Awesome Lists containing this project

README

          

## Simple emails sender

#### How to run?
* `bundle`
* `ruby app.rb`

#### Automatization
* Create file with valid data

senderEmail,senderPassword

recipients (separated with comma)

subject

message body

* run `EMAIL_DATA_FILE=data.txt rspec spec/runner_spec.rb`