We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e826cf commit 90b5bbcCopy full SHA for 90b5bbc
src/InEngine.Core/AbstractCommand.cs
@@ -28,7 +28,9 @@ protected AbstractCommand()
28
Name = GetType().FullName;
29
SchedulerGroup = GetType().AssemblyQualifiedName;
30
Write = new Write();
31
- CommandLifeCycle = new CommandLifeCycle();
+ CommandLifeCycle = new CommandLifeCycle() {
32
+ MailSettings = InEngineSettings.Make().Mail
33
+ };
34
SecondsBeforeTimeout = 300;
35
}
36
0 commit comments