- FIX Salvataggio mail Registrazione

- Aggiunta RangeSize in scheduler
This commit is contained in:
2026-01-22 11:46:09 +01:00
parent cc296bb102
commit d4659ef928
7 changed files with 63 additions and 50 deletions

View File

@ -5,4 +5,5 @@ public class EmailConfig
public string From { get; set; }
public string ServerAddress { get; set; }
public string MailSplitChar { get; set; }
public int RangeSize { get; set; }
}