meonkeys commented on code in PR #4715:
URL: https://github.com/apache/fineract/pull/4715#discussion_r2116192228
##########
buildSrc/src/main/groovy/org/apache/fineract/gradle/service/EmailService.groovy:
##########
@@ -76,7 +76,8 @@ class EmailService {
msg.setSubject(params.subject, "UTF-8")
msg.setText(params.message, "UTF-8");
- Transport.send(msg);
+ //Transport.send(msg);
Review Comment:
Yep, you're right. I think I'll just back out this change because I agree
with you it's bad to just leave `send` commented out.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]