is anyone know how to SendGrid email is work on strapi 3.6.3 with mongo?
I have already set up the below code on the plugin.js
email: {
config: {
provider: ‘sendgrid’,
providerOptions: {
apiKey: ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’,
},
settings: {
defaultFrom: ‘Strapi no-reply@strapi.io’,
defaultReplyTo: ‘Strapi no-reply@strapi.io’
},
},
}
when I test the email below error is coming