diff --git a/AutoTx/Email.cs b/AutoTx/Email.cs index ee424a31591bf6ee0ba9c139569469dde197a2bf..c068a2b16c9a23809752f2f87910e5204a8d9169 100644 --- a/AutoTx/Email.cs +++ b/AutoTx/Email.cs @@ -155,6 +155,7 @@ namespace AutoTx try { var body = LoadMailTemplate("Transfer-Success.txt", substitutions); SendEmail(userDir, ServiceName + " - Transfer Notification", body); + writeLogDebug("Sent transfer completed notification to " + userDir); } catch (Exception ex) { writeLog("Error loading email template: " + ex.Message, true);