Using telnet is certainly easy but what would the Arduino code look like to send SMTP requests?
I assume you would use the Client class and the print or write function from the Ethernet library, but what is the syntax for the request.
Something similar to the HTTP GET, POST, etc requests???