To send command to the SMTP server invoke the Smtp#issueCommand method passing the command as an argument.
Example
String response = smtp.issueCommand("HELO 10.0.0.1");