log that email has sent successfully

This commit is contained in:
Gregory Wells
2026-06-02 11:44:35 -04:00
parent e151e11123
commit 10900093e0
+2
View File
@@ -51,5 +51,7 @@ func (account *EmailAccount) SendEmail(toEmails []string, subject string, messag
if err != nil {
logging.Error("Failed to send email")
logging.Error(err.Error())
return
}
logging.Info("Successfully sent email")
}