[Libreoffice-bugs] [Bug 135628] SendSimpleMailMessage bodytext ends up as multiple recipents

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 11 08:58:58 UTC 2020


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

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |serval2412 at yahoo.fr

--- Comment #1 from Julien Nabet <serval2412 at yahoo.fr> ---
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 = "test at test.fr"
        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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200811/d40c6059/attachment.htm>


More information about the Libreoffice-bugs mailing list