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
- Host: GitHub
- URL: https://github.com/ostaptan/simple_email_sender
- Owner: ostaptan
- License: mit
- Created: 2015-11-18T16:38:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T16:41:22.000Z (over 10 years ago)
- Last Synced: 2025-12-26T20:59:39.627Z (7 months ago)
- Topics: email-sender, ruby, sinatra
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`