SMTP Class Example:
// path to 'SMTP.php' file from XPM4 package require_once '/path/SMTP.php'; // call the static function 'Connect()' from SMTP class $c = SMTP::Connect('smtp.hostname.tld'); // ... rest of code