feature: add reply-to address for email service
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Disco.Models.Services.Messaging
|
||||
public class Email
|
||||
{
|
||||
public string From { get; set; }
|
||||
public string ReplyTo { get; set; }
|
||||
public List<string> To { get; } = new List<string>();
|
||||
public List<string> CC { get; } = new List<string>();
|
||||
public List<string> BCC { get; } = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user