Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
SMTP (Simple Mail Transfer Protocol) is a protocol for sending mail and is often implemented with a TCP socket, not UDP (but the protocol description allows that, though)
You can open sockets using luasocket, which is a wrapper to give you access to low level socket stuff.
SMTP (Simple Mail Transfer Protocol) is a protocol for sending mail and is often implemented with a TCP socket, not UDP (but the protocol description allows that, though)
You can open sockets using luasocket, which is a wrapper to give you access to low level socket stuff.
Comment