MAIL Class Example:
// path to 'MAIL.php' file from XPM4 package require_once '/path/MAIL.php'; // initialize MAIL class $m = new MAIL; // ... rest of code