install mailkick gem
this gem is used to allow users to unsubscribe from the invitation email
This commit is contained in:
parent
9cc74e051c
commit
f1386c30a7
5 changed files with 35 additions and 1 deletions
3
Gemfile
3
Gemfile
|
|
@ -223,6 +223,9 @@ gem 'nokogiri', '>= 1.8.1'
|
|||
# memcached binary connector
|
||||
gem 'dalli'
|
||||
|
||||
# Unsubscribe from email
|
||||
gem 'mailkick'
|
||||
|
||||
# Use guard and spring for testing in development
|
||||
group :development do
|
||||
# to launch specs when files are modified
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue