/send-email-with-ruby

Simple example how to send email on ruby with gmail account

Primary LanguageRuby

Send email with ruby

Example, how to send email with gmail account. Written on ruby. Used mail gem.

Usage

  1. Clone or fork this repo
  2. gem install bundler
  3. bundle install --without development
  4. cp config/application.yml.example config/application.yml
  5. Edit config/application.yml
  6. Edit emails/test.html
  7. rake gmail

License

Free

Contribute

  1. Fork
  2. Change
  3. Make Pull Request