Simple Mail and Post Office Protocol for .Net (SmtPop)

SMTPClient Constructor (String, Int32)

Constructor

public SMTPClient(
   string Host,
   int Port
);

Parameters

Host
Server m_host name or ip
Port
The m_port connection to the server

Example

    SmtpClient smtp = new Smtp("smtp.dummy.com", 25);

See Also

SMTPClient Class | SmtPop Namespace | SMTPClient Constructor Overload List