adamsaghy commented on code in PR #4715:
URL: https://github.com/apache/fineract/pull/4715#discussion_r2116176105


##########
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:
   hmm... i am not particularly mind if you are reworking the release process, 
but i think having a "send" step which was meant to sending a mail but now the 
actual sending got commented out is misleading, no?



-- 
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]

Reply via email to