mirror of
https://github.com/bitwarden/server
synced 2025-12-31 15:43:16 +00:00
SendGrid Mail Delivery Provider (#1892)
* add sendgrid mail delivery service * < * remove duplicate code * fix test by using ISendGridClient interface
This commit is contained in:
@@ -247,6 +247,16 @@
|
||||
"System.Diagnostics.DiagnosticSource": "4.7.1"
|
||||
}
|
||||
},
|
||||
"SendGrid": {
|
||||
"type": "Direct",
|
||||
"requested": "[9.25.3, )",
|
||||
"resolved": "9.25.3",
|
||||
"contentHash": "Dldhsc4+jV28rfa53W+09A549lDfKqGEFFtdOU4uOxHvS/pFhBN8lRkAEzvbMbycwZJJCzfrDdKc/qT1MxWynQ==",
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"starkbank-ecdsa": "[1.3.3, 2.0.0)"
|
||||
}
|
||||
},
|
||||
"Sentry.Serilog": {
|
||||
"type": "Direct",
|
||||
"requested": "[2.1.5, )",
|
||||
@@ -1718,6 +1728,11 @@
|
||||
"System.Threading.Timer": "4.3.0"
|
||||
}
|
||||
},
|
||||
"starkbank-ecdsa": {
|
||||
"type": "Transitive",
|
||||
"resolved": "1.3.3",
|
||||
"contentHash": "OblOaKb1enXn+dSp7tsx9yjwV+/BEKM9jFhshIkZTwCk7LuTFTp+wSon6rFzuPiIiTGtvVWQNUw2slHjGktJog=="
|
||||
},
|
||||
"System.AppContext": {
|
||||
"type": "Transitive",
|
||||
"resolved": "4.3.0",
|
||||
|
||||
Reference in New Issue
Block a user