This is about sending mail with merged documents. Setup in Options-Writer-Mail Merge Email. Addresses directly or with Mail Merge Wizard. Start with Mail Merge tool-bar. As in attachment 132759 [details]. Send E-mail messages opens "Email merged document" dialog. Fill and "Send Documents". You get no-title confirmation dialog where LO requires info about email account with buttons: Cancel No Yes. Cancel and No are the same, Yes opens Email Settings dialog and it must be used. But this is not needed each time, usually it's rarely changes. It is of no use if info is static. Needs to be changed. Not sure what's optima. Maybe to add check box "Use info from Options-LO Writer-Mail Merge" so that confirmation dialog doesn't open if checked, just Email Settings dialog if not.
There's a different issue that I note here, not to open a new bug, hopefully it can be fixed together. "Email merged document" dialog in Send Records has a text "Send all documents". It may be confusing, so better wording would be "Send to all recipients".
Created attachment 179836 [details] Screenshot How about to not show the dialog if Tools > Options are filled with information. We could add it as static label "From" under "To" in the Email Options dialog before this confirmation.
Jan-Marek, any concerns?
Comment 2 sounds good to me. Except that No and Cancel would be the same.
Code pointer: In sw/source/ui/dbui/mmresultdialogs.cxx at IMPL_LINK_NOARG(SwMMResultEmailDialog, SendDocumentsHdl_Impl, weld::Button&, void) we have if (xConfigItem->GetMailServer().isEmpty() || !SwMailMergeHelper::CheckMailAddress(xConfigItem->GetMailAddress()) ) which seems to cause the trouble. Some debugging needed here.
Hi, is this ticket fixed? When I'm reproducing, no confirmation dialog pops up.