mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-14 09:45:56 -07:00
Swap out contact form to one that uses mailgun
This commit is contained in:
parent
6df92d6f88
commit
7f433cf223
17 changed files with 130 additions and 70 deletions
2
Gemfile
2
Gemfile
|
|
@ -51,6 +51,8 @@ gem "bootsnap", require: false
|
|||
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
|
||||
# gem "image_processing", "~> 1.2"
|
||||
|
||||
gem 'mail_form'
|
||||
|
||||
group :development, :test do
|
||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||
gem "debug", platforms: %i[ mri mingw x64_mingw ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue