TSNET email and Office365

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bangkok
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 937
Joined: Fri Aug 15, 2008 7:15 am

TSNET email and Office365

Post by bangkok » Sat Jun 09, 2018 11:36 am

A litte trick : how to send an email with an attachment using TSnet and 365 Microsoft mail server ?

Take the stack here :

http://lessons.livecode.com/m/4071/l/68 ... t-external

You'll probably get an error : "Your message contains invalid characters (bare line feed characters)"

How to fix it ?

After line 124 of the script of btn "Send email"

add :

Code: Select all

replace cr with crlf in tPostData

Post Reply

Return to “Internet”