Skip to content
Snippets Groups Projects
Commit 8c233bb2 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Log debug message on transfer completed email.

parent 17829d0f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment