mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +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:
@@ -280,9 +280,8 @@ namespace Bit.Core.Settings
|
||||
public string ReplyToEmail { get; set; }
|
||||
public string AmazonConfigSetName { get; set; }
|
||||
public SmtpSettings Smtp { get; set; } = new SmtpSettings();
|
||||
public string PostalDomain { get; set; }
|
||||
public string PostalApiKey { get; set; }
|
||||
public int? PostalPercentage { get; set; }
|
||||
public string SendGridApiKey { get; set; }
|
||||
public int? SendGridPercentage { get; set; }
|
||||
|
||||
public class SmtpSettings
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user