https://bz.apache.org/ooo/show_bug.cgi?id=111298
--- Comment #10 from [email protected] --- (In reply to Carol_FAGES from comment #8) > Sorry but > > if os_system = "LINUX" then > eMailer = createUnoService("com.sun.star.system.SimpleCommandMail") > else > eMailer = createUnoService("com.sun.star.system.SimpleSystemMail") > endif > > perfectly wworks on Windows, and partially works on Linux (juste have to > click for sending mail). > > Thanks If SimpleSystemMail works on Windows, you must be using a very old version of OpenOffice, eg. 4.0.X or 3.X. Try to avoid those old versions, they have many security vulnerabilities. And my example will only work on newer OpenOffice versions. -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
