https://bugs.documentfoundation.org/show_bug.cgi?id=97792

            Bug ID: 97792
           Summary: Sending mail fails on Windows 10 with Mail app
           Product: LibreOffice
           Version: 5.0.4.2 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: gerhard.scha...@gmx.at

With Windows 10 it is not possible to send mail via the Mail app. Neither via
the File menu, nor via Basic:

mailSvc = createUnoService("com.sun.star.system.SimpleSystemMail")
mailClient = mailSvc.querySimpleMailClient()
msg = mailClient.createSimpleMailMessage()
msg.setRecipient(mailAddr)
msg.setCcRecipient(Array(mailCCAddr, ";"))
msg.setSubject(subject)
msg.Body = "Content"
mailClient.sendSimpleMailMessage(msg,
com.sun.star.system.SimpleMailClientFlags.DEFAULTS)

The default client is set to the Mail app that is coming with Windows 10.
Windows 10 Pro 64bit in Virtualbox VM.

It works with normal (non app?) programs such as Mozilla Thunderbird.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to