Using Devise and SendGrid to send confirmation email on rails app
Aug 30, 2022 · 2 min read · First make normal rails app with devise user model. $ rails new awesome-app This will create new app $ cd awesome-app It will change the directory to our new project Setup Gemfile. Add gem 'devise' and gem 'sendgrid-ruby' to the Gemfile finally...
Join discussion