Hide Forgot
Description of problem: When an external smtp server is set, schedule report is able to send report to maximum number of 5 email. Version-Release number of selected component (if applicable): 5.6.2.2 How reproducible: Always reproducible Steps to Reproduce: Set external SMTP server 1. Go to 'Setting' > Configuration > Setting accordian -> zone(server EVM) > Outgoing SMTP E-mail Server 2.Schedule a report and add more than 5 emails Actual results: Report is sent to max. 5 emails(not it order) Expected results: Should be able to sent to as many people as possible Additional info: This works file for default(localhost) SMTP server
Created attachment 1222482 [details] Work in progress patch to remove grouping of emails The attached patch is very rough and untested but would give us the ability to not group emails and instead try to send with as many recipients as possible. It's unclear if this would introduce a problem for some mail servers/clients but any feedback from a test environment would be greatly appreciated.
The above patch should apply to 5.6+ version of cfme.
Let me test the patch on my end and provide feedback
Reducing severity, it doesn;t fit urgent criteria and there is a workaround... use a mailing list.
Dave, I idea of using a mailing list is not feasible for CU as the group may have few people in some case. It is not possible for them to create mailing list involving few number of people. @Jiri: Any idea about testing of this patch? I can manually patch this in CU environment provided this does not effect other functionality within cloudforms.