Neil was so kind to sent me that stack a 2 days ago, because i was in urgent need of an useful example script for sending emails with tsNet external.
I´ve added a function to that button script. The function builds the complete smtp message with all needed smtp headers and it deals with the little problem i mentioned in an email to Neil earlier today regarding using the base64Encode function for encoding the subject line in the smtp header. I´ve uploaded it here https://dl.dropbox.com/s/q4oec8uu3pcdgfj/index.html Btw.: an easy and very useful tool for Mac OS X to test smtp with your scripts is MockSMTP http://www.mocksmtpapp.com @Neil Thanks again for putting that stack together. It helped me a lot. Maybe you want to replace your stack with mine. Regards, Matthias Am 14.09.2016 um 19:49 schrieb Neil Roger <[email protected]>: > > Hi Roger, > > pSettings is an array. More information on what elements apply to that array > can be found in the dictionary entry for tsNetSmtpSync > > I created a stack for the promo 8.1 promo video which should help with using > the new tsNetSmtpSync function. This can be downloaded from here > > http://techsupport.on-rev.com/LCMail.zip > <http://techsupport.on-rev.com/LCMail.zip> > > All scripts are in the button "send mail" > > Things are a little more complex in my example as I am dealing with sending > unicode chars but it should give you somewhere to start. > > Cheers, > > Neil > > > > > LiveCode Technical Support and Content Creation Lead > [email protected] <mailto:[email protected]> > > LiveCode > +44 (0) 845 219 8923. > 25A Thistle Street Lane South West, Edinburgh, EH2 1EW > http://www.livecode.com > > Facebook <https://www.facebook.com/pages/LiveCode/121318328010780> Twitter > <https://twitter.com/livecode> Youtube > <https://www.youtube.com/user/RunRevLtd> Linkedin > <https://github.com/runrev/livecode> > > > On 14/09/2016 17:41, Roger Eller wrote: >> On Wed, Sep 14, 2016 at 11:14 AM, Peter TB Brett <[email protected]> >> wrote: >> >>> >>> On 14/09/2016 16:12, Richard Gaskin wrote: >>> >>>> Peter TB Brett wrote: >>>> >>>> On 14/09/2016 15:50, Richard Gaskin wrote: >>>>>> A couple weeks ago I wrote: >>>>>> >>>>> ... >>>>> Does anyone here know where I can find a breakdown of which >>>>>> new networking features are available in which LC 8.1 editions >>>>>> (Community, Indy, Business)? >>>>>> >>>>> >>>>> https://livecode.com/products/livecode-platform/livecode-net >>>> working-layer/ >>>> >>>> Perfect - thanks! >>>> >>> The short answer is that since tsNet isn't included in the open source >>> edition of LiveCode there are no new networking features in the open source >>> edition of LiveCode 8.1. >>> >>> Peter >>> >>> -- >>> Dr Peter Brett <[email protected]> >>> LiveCode Technical Project Manager >>> >> >> Since SMTP is new to LC, other than some home-made libraries, can you >> provide a working example? The general syntax is in the docs, but no >> examples. And there's the mysterious parameter pSettings. What is the >> format and content of pSettings? >> >> ~Roger >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
