(08.05.2019, 08:51)admin Wrote: Use these settings (change from/user/password as needed):
Code:local settings = {
from = '***',
user = '***',
password = '***',
server = 'smtp.office365.com',
port = 587,
secure = 'tlsv1_2',
starttls = true,
}
If this does not work then you might need to update LuaSocket library. Which firmware version are you running?
HW: LM5 Lite + Ext (i.MX6)
SW: 20180822
Will test it now.
(08.05.2019, 08:51)admin Wrote: Use these settings (change from/user/password as needed):This worked great. Thanks for help..
Code:local settings = {
from = '***',
user = '***',
password = '***',
server = 'smtp.office365.com',
port = 587,
secure = 'tlsv1_2',
starttls = true,
}
If this does not work then you might need to update LuaSocket library. Which firmware version are you running?