webberic92/JAVA_SMTP_SERVER
Uses java.net library with hMailServer running locally. Teaches about SMTP Sockets as well as the commands: Helo, Mail From, Rcpt To, Quit,and period to end the message.
Java
Uses java.net library with hMailServer running locally. Teaches about SMTP Sockets as well as the commands: Helo, Mail From, Rcpt To, Quit,and period to end the message.
Java