Pearl1594 commented on a change in pull request #5154:
URL: https://github.com/apache/cloudstack/pull/5154#discussion_r657987389
##########
File path: server/src/main/java/com/cloud/alert/AlertManagerImpl.java
##########
@@ -718,6 +718,10 @@ public void sendAlert(AlertType alertType, long
dataCenterId, Long podId, Long c
mailProps.setContent(content);
mailProps.setContentType("text/plain");
+ if (recipients == null) {
+ return;
Review comment:
@RodrigoDLopez added an info log. Thanks
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]