Could there be a problem with your installation of LO?
I'm using LO Writer 6.4.7.2 on UbuntuStudio 20.04 and the Send to email works fine. Clicking the File > 'Send to email' opens a write window in my Thunderbird mail client with the document already attached. Philip On 18/07/2022 12:14, Michael D. Setzer II wrote:
Was trying to get the option to work, but after setting the program for Internet email nothing happened when I tried to send to email. No message No Error. Created a macro that does seem to work, but is very basic. Just copied stuff I found on web, so some parts might be better. First writer macro I've done. Usually do macros in calc. Found code getURL that gets path to file that must be saved already. Probable a command to get it without the file:// but found another thing to remove that. Then it is just a matter of calling the WSENDTO.EXE program and adding the full path to the already save file. That brings up the Pegasus Email client, and adds the document as an attachment. Sub Mailto Dim oDoc As Object Dim Path$ oDoc = ThisComponent Path$ = oDoc.getURL() If oDoc.HasLocation() Then Print "The Document URL is " & oDoc.getURL() uWithoutProto = Split(oDoc.getURL(),"file://")(1) shell("/home/msetzerii/.wine/drive_c/PMAIL/Programs/W SENDTO.EXE " & uWithoutProto) Else Print "The document has not yet been stored" End If End Sub Has print statements from original code, that could be removed. The WSENDTO.EXE is the mapi client that works in windows and works from firefox. Surprized that nothing shows with libreoffice. Thanks. +------------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor (Retired) mailto:mi...@guam.net mailto:msetze...@gmail.com Guam - Where America's Day Begins G4L Disk Imaging Project maintainer http://sourceforge.net/projects/g4l/ +------------------------------------------------------------+
-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ <http://le-theron.com> author of "The Circle of Fifths" for improvising musicians Get it here http://www.books2read.com/u/bWnRM4 auteur : "Le Cycle des Quintes" pour musiciens improvisateurs disponibilité : http://www.books2read.com/u/bw8rv9 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ Privacy Policy: http://www.documentfoundation.org/privacy