Initializes a SMTP object.
Syntax: New1 (Host As String, Port As Int32, Username As String, Password As String)
Host - The ip or address of the server.
Port - The port that will be used.
Username and Password - If the server requires authentication, fill these fields. Otherwise
pass empty strings.
Example:
SMTP.New ("somehost",25,"","","")