[tsNet] tsNetSmtpSync

Bob Sneidar bobsneidar at iotecdigital.com
Fri Sep 15 10:40:40 EDT 2017


BTW you should mask the 334 entries as these are only base64 encoded user and password. I could look it up and tell you what they are right now. 

Bob S


> On Sep 15, 2017, at 01:57 , Charles Warwick via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> tsNet will try re-use an existing connection if there is one available, so this first example:
>> Sometimes I get:
>> 
>> 220-xxx.yyyy.net ESMTP Exim 4.89 #1 Thu, 14 Sep 2017 14:17:38 +0200
>> 220-We do not authorize the use of this system to transport unsolicited,
>> 220 and/or bulk e-mail.
>> 250-xxx.yyyy.net Hello zzzzz [99.33.77.88]
>> 250-SIZE 52428800
>> 250-8BITMIME
>> 250-PIPELINING
>> 250-AUTH PLAIN LOGIN
>> 250-STARTTLS
>> 250 HELP
>> 220 TLS go ahead
>> 250-xxx.yyyy.net Hello pommeDesFouets [99.33.77.88]
>> 250-SIZE 52428800
>> 250-8BITMIME
>> 250-PIPELINING
>> 250-AUTH PLAIN LOGIN
>> 250 HELP
>> 334 VXNlfg5hbWU6
>> 334 UGFzc3sdfcmQ6
>> 235 Authentication succeeded
>> 250 OK
>> 250 Accepted
>> 250 Accepted
>> 354 Enter message, ending with "." on a line by itself
>> 250 OK id=1dsT5O-002hrt-TA
> Indicates that there was no existing SMTP connection to the server, so it needed to establish a new connection.





More information about the use-livecode mailing list