Skip to content

sselvamani22/send_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published