from Linux works but not in Windows
Heriberto,
are you sure that posted code is working on Linux?
Anyway, i would say this part of you script is wrong
-- Attachments (3)
put specialfolderpath("Home") into filepath
put "Questions1.zip" into tAttachments[1]["filepa
Hi Mathias,
Yes, it works on Linux but not in Windows (it is weird).
I'm going to check your recommendations and I'll tell you if it works.
Thank you very much!
El 21-08-2020 06:40, matthias rebbe via use-livecode escribió:
> Heriberto,
>
> are you sure that posted code is working on Linu
Heriberto,
are you sure that posted code is working on Linux?
Anyway, i would say this part of you script is wrong
-- Attachments (3)
put specialfolderpath("Home") into filepath
put "Questions1.zip" into tAttachments[1]["filepath"]
put "Questions2.zip" into tAttachments[2]["filepath"]
put "Q
Dear livecode programmers,
I'm going crazy trying to send three attachments in one email using the tsNet
external function.
it works in Linux without problems (Fedora 32), but from Windows it doesn´t
(Windows Server 2019).
I get the emails from Windows, but there are no attachments.
I