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.

LM5 can't send an email
#13
(14.04.2023, 11:37)admin Wrote: Try running this script. If you still get connection refused error then contact Microsoft and ask why your connection is blocked.
Code:
sock = require('socket').tcp()
sock:settimeout(5)
res, err = sock:connect('smtp.office365.com', 587)
sock:close()
log(res, err)
The problem is solved,  port 587 was blocked by the firewall
Reply


Messages In This Thread
LM5 can't send an email - by Fahd - 14.04.2023, 09:12
RE: LM5 can't send an email - by Daniel - 14.04.2023, 09:19
RE: LM5 can't send an email - by Fahd - 14.04.2023, 09:25
RE: LM5 can't send an email - by Daniel - 14.04.2023, 09:26
RE: LM5 can't send an email - by Fahd - 14.04.2023, 09:26
RE: LM5 can't send an email - by Daniel - 14.04.2023, 09:27
RE: LM5 can't send an email - by Fahd - 14.04.2023, 09:29
RE: LM5 can't send an email - by admin - 14.04.2023, 09:29
RE: LM5 can't send an email - by Fahd - 14.04.2023, 09:33
RE: LM5 can't send an email - by Daniel - 14.04.2023, 09:38
RE: LM5 can't send an email - by Fahd - 14.04.2023, 09:39
RE: LM5 can't send an email - by admin - 14.04.2023, 11:37
RE: LM5 can't send an email - by Fahd - 28.04.2023, 06:20

Forum Jump: