TSNET email and Office365
Posted: 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 :
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