Time driven rule does not sent an email after an alarm was fired.
In the log files the following error can be found:
2012-07-11 14:39:02.046 WARN [Action-4-thread-34] com.quest.nitro.service.action.ActionService - Failed to invoke action: EmailAction ({foglight_rule_id=12f6f10c-6f88-4ec9-9505-b99b33933e68, foglight_severity_level_name=Fire, foglight_rule_name=myRule} com.quest.nitro.service.action.api.ActionInvocationException: Failed to send email to recipients=address1@my.company.com;address2@my.company.com, cc=null, bcc=null [org.springframework.mail.MailParseException: Could not parse mail; nested exception is javax.mail.MessagingException: Invalid or missing recipients mail.to=address1@my.company.com;address2@my.company.com;
nested exception is:
javax.mail.internet.AddressException: Illegal semicolon, not in group in string "address1@my.company.com;address2@my.company.com" at position 21]).
Semicolon is not allowed as the separator for email addresses.
Instead of a semicolon, use a comma to separate email addresses:
address1@my.company.com,address2@my.company.com