Skip to content

This repository contains a sample application to send email to any email address using MailCatcher gem

Notifications You must be signed in to change notification settings

pandavshyam/Mail-Catcher-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail-Cacher-Example

This repository contain sample application to send email to any email address using MailCatcher gem

Steps to run application

  • Clone the repository
  • Run below command on root project path
    bundle install
  • Start Rails Server
    rails s
  • Start MailCacher
    mailcatcher
  • Go to the URL
    localhost:3000
  • Open new tab and enter URL
    http://127.0.0.1:1080/
  • Enter any email (valid or not both will work) on localhost:3000 and Submit form. You will get an email on http://127.0.0.1:1080/.

Contribute

If any errors or changes need to be done then create PR

About

This repository contains a sample application to send email to any email address using MailCatcher gem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published