- Scheduler aggiornato

This commit is contained in:
2026-01-26 15:30:44 +01:00
parent 6bdd4f44f4
commit a5a3f072f3
4 changed files with 58 additions and 53 deletions

View File

@ -4,6 +4,9 @@ public class EmailConfig
{
public string From { get; set; }
public string ServerAddress { get; set; }
public string MailSplitChar { get; set; }
public string MailSplitCharTo { get; set; }
public int RangeSize { get; set; }
public string To { get; set; }
public string Subject { get; set; }
public string MailSplitCharBody { get; set; }
}