Configuring SendGrid
Spree Starter comes with SendGrid pre-configured out of the box and you will need to set the following environment variables:SENDGRID_API_KEY- Your SendGrid API key. Can be found in the SendGrid dashboard.SENDGRID_DOMAIN- The domain you want to use for sending emails that was verified in SendGrid, eg.mystore.com.
config/environments/production.rb file:

