AlexKalinin / send-email-with-ruby

Simple example how to send email on ruby with gmail account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple example how to send email on ruby with gmail account


Languages

Language:Ruby 98.7%Language:HTML 1.3%