Maven module :un.protocol : protocol-smtp :
Class : un.protocol.smtp.SMTPClient
Extends/Implements : -
Subclasses : -

SMTP protocol client.
author  Johann Sorel


Variables : -
Functions : SMTPClient, SMTPClient, SMTPClient, SMTPClient, close




Create an SMTP client on default port (25).
param  host smtp server name
throws  IOException
public void SMTPClient (Chars host)


Create an SMTP client on default port (25).
param  address smtp server address
throws  IOException
public void SMTPClient (IPAddress address)


Create an SMTP client.
param  host smtp server name
param  port smtp server port
throws  IOException
public void SMTPClient (Chars host, int port)


Create an SMTP client.
param  address smtp server address
param  port smtp server port
throws  IOException
public void SMTPClient (IPAddress address, int port)


Close smtp client.
throws  IOException
public void close ()