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

--- Comment #11 from Zeke <p...@precisionsdetaljer.se> ---
Explanation of the workaround we use as requested by Pharmankur:

eSubject = "Delivery note " & deliveryID & " from your order no " & yourOrderno
shellstring="thunderbird -compose subject=" & eSubject & ",to=" & eMailAdress &
",message=/home/user1/Businessystem/txt/Deliveryconftxt,attachment='" &
filepath & "'"
shell shellstring

Shell execute a command at the cl (commandline)

Shellstring is a textstring with the command.

thunderbird starts thunderbird.
-compose tells thunderbird to initiate a mail to send.
subject= sets the mails subject.
to= sets the mails reciepent.
message= path to a textfil containing the bodytext of the mail.
attachment= path to a attachment file.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to