smtp.php

Description: Define an SMTP class that can be used to connect and communicate with any SMTP server.  It implements all the SMTP functions defined in RFC821 except TURN.

Creator: Chris Ryan ch.nosp@m.ris@greatbr.nosp@m.idge.com Created: 03/26/2001

TODO

  • Move all the duplicate code to a utility function Most of the functions have the first lines of code do the same processing.  If this can be moved into a utility function then it would reduce the overall size of the code significantly.