Skip to content

Commit

Permalink
added test code to debug sendmail
Browse files Browse the repository at this point in the history
  • Loading branch information
ndc-dxc committed Jul 5, 2024
1 parent 5c83a49 commit 1681abe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ void debugSendMail() {
if (mailDebug) {
log.info("Sending test email");
sendEmail("[email protected]", "Test", "Test");
log.info("Test email sent");
}
}

Expand Down

0 comments on commit 1681abe

Please sign in to comment.