Has anyone been able to get SMTP emails working where the server requires user name and password to authenticate rather than IP address?
I am trying this with U5. The server I am using, unlike GMail, does not use SSL/STARTTLS, but it does authenticate with user name and password and not by IP address.
Like everyone else, I require(“socket.smtp”) but I get no emails when I run my tests.
Also, has anyone tried the alternate Lua SMTP from nmap.org, instead of the very questionable implementation available through socket.smtp?