PHP Classes

File: mail.php

Recommend this page to a friend!
  Classes of Lennart Pedersen   MaskMail   mail.php   Download  
File: mail.php
Role: ???
Content type: text/plain
Description: Test script
Class: MaskMail
Hide you email from crawlers
Author: By
Last change:
Date: 22 years ago
Size: 343 bytes
 

Contents

Class file image Download
<? 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. */ ?>