Using Devise and SendGrid to send confirmation email on rails app
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...
ankitpariyar.hashnode.dev2 min read