Actions
Bug #19147
closedEmail notification should be disabled when no host server is configured
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
51
Name check:
To do
Fix check:
To do
Regression:
Description
When a change-request is created, the plugin try to send an email even if no hostname is configured for the host server, leading on an error in the webapp.ERROR change-validation - Error when trying to send email for change request status update from 'changeRequestCreated' to 'Pending validation' <- An error occured. Cause was: AddressException: Illegal address
We should check if there is a hostname configured if so try to send a email notification otherwise do not try to send the email.
Actions