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
- Host: GitHub
- URL: https://github.com/ostaptan/hermes_tan
- Owner: ostaptan
- License: mit
- Created: 2015-11-18T13:34:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T16:47:05.000Z (over 10 years ago)
- Last Synced: 2025-02-21T10:17:10.768Z (over 1 year ago)
- Topics: gem, mailing, multiple-choice, ruby
- Language: Ruby
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`