SMTP Class

The source file are "smtp.php" from XPM2 package. Example:

// path to smtp.php file from XPM2 package
// to include in the current file

require_once '/path/smtp.php';

$mail = new SMTP;
$mail->Delivery('client');

// .. rest of code

[ Comments ] Last update: Wednesday, June 07, 2006