Version 1.2 of the mail stack

Charles Warwick charles at techstrategies.com.au
Tue Mar 2 22:34:06 EST 2021


Hi Rick,

Assuming you are using the code from the lesson, just add any Bcc e-mail addresses to the tRecipient variable before the call to tsNetSmtpSync.

Since you don't include them in the variables passed to mimeEncodeAsMIMEEmail, the addresses won't be included in the e-mail headers.

Regards,

Charles

> On 3 Mar 2021, at 12:44 pm, Rick Harrison via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Hi Matthias,
> 
> I got it to work!
> 
> I just needed the statement:
> 
> tsNetInit
> 
> Now it works great!
> 
> Is there anyway I can put in a  BCC email address instead of CC?
> 
> Thanks!
> 
> Rick
> 
>> On Mar 2, 2021, at 6:19 PM, matthias rebbe via use-livecode <use-livecode at lists.runrev.com> wrote:
>> 
>> no, only the file which is suitable for the OS on which the Livecode Server is running.
>> For Windows it would be one of the .dll files, for Linux one of the .so files. The file with the 64 in its filename is for the 64bit version of the os, the other one for the 32bit verision.
>> 
>> So for macOS i would assume the tsNet.bundle. But there is also a tsNET.dylib file, which according to the suffix belongs also to macOS.
>> I am not sure. Maybe you should copy both of them.
>> 
>> But maybe someone could chime in about this.
>> 
>> 
>> 
>> -
>> Matthias Rebbe
>> Life Is Too Short For Boring Code
>> 
>>>> Am 02.03.2021 um 23:54 schrieb Rick Harrison via use-livecode <use-livecode at lists.runrev.com>:
>>> 
>>> Hi Matthias,
>>> 
>>> What I’m seeing is:
>>> 
>>> Applications
>>> LiveCode (App)
>>> (Right Click)Show Package Contents
>>> Contents
>>> Tools
>>> Ext
>>> tsNet_INDY_1.4.2 (Folder Full of tsNet stuff)
>>> 
>>> Do I want the entire folder?
>>> 
>>> Do I just want:
>>> 
>>> tsNet.bundle
>>> tsNet.dylib
>>> tsnetliburl.livecodescript
>>> 
>>> There’s a lot of items.
>>> 
>>> Thanks,
>>> 
>>> Rick
>>> 
>>>> On Mar 2, 2021, at 5:23 PM, matthias rebbe via use-livecode <use-livecode at lists.runrev.com> wrote:
>>>> 
>>>> it seems tsNet is missing in your installation of Livecode Server.
>>>> 
>>>> Please create a folder externals in the folder where livecode server is installed.
>>>> Then copy the tsNet external from you Livecode Desktop installation into the newly created externals folder.
>>>> 
>>>> That should do.
>>>> 
>>>> Regards,
>>> 
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list