Ankit PariyarforAnkit Pariyar's blogankitpariyar.hashnode.netยทAug 30, 2022Using Devise and SendGrid to send confirmation email on rails appFirst 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...39 readsRuby on RailsAdd a thoughtful commentNo comments yetBe the first to start the conversation.