mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
amazon ses mail delivery service
This commit is contained in:
@ -9,6 +9,7 @@ namespace Bit.Core.Models.Mail
|
||||
public IEnumerable<string> BccEmails { get; set; }
|
||||
public string HtmlContent { get; set; }
|
||||
public string TextContent { get; set; }
|
||||
public string Category { get; set; }
|
||||
public IDictionary<string, object> MetaData { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user