How to set up send grid settings ,I have tried to set up Api key in AppSettings.json but it does not respond as expected.
"Sendgrid": {
"apiKey": "##################"
}
@xmichaelx - can you please help with SendGrid settings? :)
@denisisack
according to the code, you should add a connectionstring with "Sendgrid" as key and the api key
and the configuration sections should be like
"SendgridConfiguration" :{
"SourceEmail": "",
"SourceName": "",
}
@martea - Thanks - I wasn't sure about using of ApiKey ;)
Thanks
Most helpful comment
@denisisack
according to the code, you should add a connectionstring with "Sendgrid" as key and the api key
and the configuration sections should be like