Identityserver4.admin: How to use sendgrid

Created on 23 Apr 2019  路  4Comments  路  Source: skoruba/IdentityServer4.Admin

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": "##################"
  }

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

"SendgridConfiguration" :{
"SourceEmail": "",
"SourceName": "",
}

All 4 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Hens94 picture Hens94  路  4Comments

woeterman94 picture woeterman94  路  4Comments

knepe picture knepe  路  4Comments

weedkiller picture weedkiller  路  4Comments

maythamfahmi picture maythamfahmi  路  4Comments