添加收件人信息
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 9s
Docker Build & Deploy / Deploy to Production (push) Has been skipped

This commit is contained in:
2025-12-27 16:54:08 +08:00
parent e68aef6ba1
commit bb5b2fae1e
6 changed files with 23 additions and 3 deletions

View File

@@ -32,6 +32,8 @@ public class EmailMessage : BaseEntity
/// </summary>
public DateTime ReceivedDate { get; set; }
public string To { get; set; } = string.Empty;
public string Md5 { get; set; } = string.Empty;
public string ComputeBodyHash()