FSquare SMTP is a class object created in Visual Basic 6.0 which allow the programmers to send email from their application by just setting the properties and calling a single function. The programmer do not require the knowledge of SMTP Protocol.
Inputs
the smtp server, port, from email addres, to address(es), data
Side Effects
This class requires a valid connection to the internet for the successful mail delivery.