update to configure email out

This commit is contained in:
2025-09-03 18:39:33 +02:00
parent c1c30caeec
commit f20243d02c
5 changed files with 83 additions and 13 deletions

View File

@@ -23,5 +23,5 @@ public class DispatcherParams
/// <summary>
/// Default value is string.Empty
/// </summary>
public string EmailAttmt1 { get; init; } = string.Empty;
public string? EmailAttmt1 { get; init; } = null;
}