<?
include '_mail.class.php';
$xMailer = new XMail($ma);
$xMailer->evaluateMail();
$xMailer->activateMail();
/* Usage in the browsers address bar or link in a href element
mail.php?ma=mailaddress at domain dot com
*/
/*
The class can be modified for any kind of mask, and to support redirect after calling the script.
*/
?>
|