rt4914 / KlinicCon-Backend

2 stars 3 forks source link

Fix #9: Add Mailcatcher Gem #23

Closed vanamraghu closed 2 months ago

vanamraghu commented 2 months ago
  1. Added two gems namely a. Mail catcher b. Thin (added separately as bundle install with only mail catcher is showing compiler errors)
  2. Gem file lock file is updated with the newer versions of the dependencies

Resolves #9

Description

Mailcatcher gem and also thin which is a dependency for mail catcher

Type of change

How to test this PR?

Bundle install should install mail catcher gem and also other dependencies

vanamraghu commented 2 months ago

@vanamraghu Based on the video that I mentioned in issue and also this page: https://mailcatcher.me/

We should configure this for rails by mentioning the action_mailer properties.

Also update the PR title to Fix #9: Add Mailcatcher gem

Updated the title and also added configuration for the mail catcher in development config file