08.05.2019, 08:51
Use these settings (change from/user/password as needed):
If this does not work then you might need to update LuaSocket library. Which firmware version are you running?
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?