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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |[email protected]

--- Comment #1 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated today, I don't reproduce this.

I gave a try with:
Sub Main
        eMailer = createUnoService("com.sun.star.system.SimpleCommandMail")
        eMessage = eMailer.createSimpleMailMessage()
        eMessage.Recipient = "[email protected]"
        eMessage.Subject="subject"
        eMessage.Body="body1"  + chr$(10) + "body2"  + chr$(10) + "body3"
        eMessage.Attachement=(Array(convertToUrl(filepath)))
        eMailer.sendSimpleMailMessage ( eMessage, _
        com.sun.star.system.SimpleMailClientFlags.NO_USER_INTERFACE )
End Sub

6.0 is an old branch.
Could you give a try to last stable LO version 6.4.5?

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

Reply via email to