Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 483 Bytes

Send Email from ruby

Here I made an email set-up using ActionMailer

Download this project and run following commands

  1. rake db:create
  2. rake db:migrate
  3. rails server

After run the server visit localhost:3000 and create an user. Email will generate and send to that user mail-id.

Dont forget to set your gmail id and password in environment/development.rb configuration file

I explained step by step how I made this email set-up in README.rdoc file.