Skip to content

Commit 90b5bbc

Browse files
committed
Configure mail settings
1 parent 3e826cf commit 90b5bbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/InEngine.Core/AbstractCommand.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ protected AbstractCommand()
2828
Name = GetType().FullName;
2929
SchedulerGroup = GetType().AssemblyQualifiedName;
3030
Write = new Write();
31-
CommandLifeCycle = new CommandLifeCycle();
31+
CommandLifeCycle = new CommandLifeCycle() {
32+
MailSettings = InEngineSettings.Make().Mail
33+
};
3234
SecondsBeforeTimeout = 300;
3335
}
3436

0 commit comments

Comments
 (0)