-
-
Notifications
You must be signed in to change notification settings - Fork 438
Closed
Labels
Milestone
Description
Describe the bug
We recently got into a mailer issue the other day where we had the same Email in a Notification list, and the same Email in a notification_extra using an upper case email. When calling the mailer with this condition, the upstream mail services rejected the Email since it had duplicated Email addresses.
EMAIL@domain.com,email@domain.com
That example was rejected upstream.
Expected behavior
Cacti should per-process the Email list, convert the Emails to lower case, and de-duplicate them prior to sending to the upstream mail service.
Reactions are currently unavailable