RE: sending email attachments from Linux works but not in Windows

2020-08-21 Thread Heriberto Torrado via use-livecode
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

Re: sending email attachments from Linux works but not in Windows

2020-08-21 Thread Heriberto Torrado via use-livecode
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

Re: sending email attachments from Linux works but not in Windows

2020-08-20 Thread matthias rebbe via use-livecode
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

sending email attachments from Linux works but not in Windows

2020-08-20 Thread Heriberto Torrado via use-livecode
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