MainWindow: Delay email sending
Test / Run tests (push) Failing after 43s

This commit is contained in:
2026-08-11 18:22:12 +02:00
parent 07b197958d
commit c50e6deec9
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -958,6 +958,7 @@ namespace Elwig.Windows {
m.EmailAddresses.OrderBy(a => a.Nr).Select(a => a.Address).ToArray(),
subject, docs.Select(d => d.Title).ToArray()
)]);
await Task.Delay((int)(App.Config.SmtpWait * 1000));
}
});