/t// send the message; this is actually just a wrapper for /t// PHP's mail() function; heck, it's PHP's mail function done right :-) /t// you could override this method to: /t// (a) use sendmail directly /t// (b) do SMTP with sockets /tfunction send () { /t/t// create the headers needed by PHP's mail() function