diff --git a/ATxService/AutoTx.cs b/ATxService/AutoTx.cs
index 24e5d56ac0c352a784a852da64b117241c16d36f..0397a858fb45ae934e9c49d766cd7121ac3859cf 100644
--- a/ATxService/AutoTx.cs
+++ b/ATxService/AutoTx.cs
@@ -178,7 +178,7 @@ namespace ATxService
                     return;
                 }
 
-                var subject = $"{ServiceName} - {Environment.MachineName} - Admin Notification";
+                var subject = $"{ServiceName} - {_config.HostAlias} - Admin Notification";
                 var body = $"Notification from '{_config.HostAlias}' [{Environment.MachineName}] (via NLog)\n\n" +
                            $"{LogFormatDefault}\n\n" +
                            "NOTE: messages of the same log level won't be sent via email for the\n" +