Created attachment 1401432 [details] sending generated report
Created attachment 1404808 [details] example of outgoing SMTP server set-up
Created attachment 1405623 [details] increased recipient_address_byte_limit
https://github.com/ManageIQ/manageiq/pull/17132
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/4cd90e17199e492160257d357916481018e4a047 commit 4cd90e17199e492160257d357916481018e4a047 Author: Yuri Rudman <yrudman> AuthorDate: Fri Mar 9 13:32:43 2018 -0500 Commit: Yuri Rudman <yrudman> CommitDate: Fri Mar 9 13:32:43 2018 -0500 After sending e-mail with attached report we are deletting record in BinaryBlob table. So, after dividing recipients sending e-mail will work only for first group of resipient, attempt to send attached report for second group will throw [Couldn't find BinaryBlob...] error. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1547846 app/models/miq_report/notification.rb | 36 +- 1 file changed, 9 insertions(+), 27 deletions(-)
Closing this as its already been verified in two z-streams and has test coverage around it.