<?PHP
/******************************************************
    email class

- send an email with this class
******************************************************/

class email extends PHPMailer {
    
// Set default variables for all new objects
    
var $From     "noreply@gentoo-portage.com";
    var 
$FromName "Gentoo-Portage.com";
    var 
$Host     "209.82.178.146";
    var 
$Mailer   "smtp";                         // Alternative to IsSMTP()
}

?>