This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Email settings
#5
(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):
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?
This worked great. Thanks for help..
Reply


Messages In This Thread
Email settings - by Tokatubs - 07.05.2019, 19:23
RE: Email settings - by admin - 08.05.2019, 04:40
RE: Email settings - by Tokatubs - 08.05.2019, 06:02
RE: Email settings - by admin - 08.05.2019, 08:51
RE: Email settings - by Tokatubs - 08.05.2019, 08:54

Forum Jump: