[dev] howto create a autoreply script?
janus at codebase.dk
janus at codebase.dk
Wed Oct 8 15:05:27 PDT 2003
Hi all,
I'm new i this developer forum and need some help to create a
autoreply script.
Can anybody tell me howto create a secure php script for this issue.
I have a perl script up running to create a autoreply message, if there is a
@autoreply.DOMAIN in my mysql table called 'virtual'.
I use Postfix - mysql.
Think i need to create a extended IMP class called autoreply.
<?
define('IMP_BASE', dirname(__FILE__));
require_once IMP_BASE . '/lib/base.php';
IMP::checkAuthentication();
require_once IMP_BASE . '/lib/autoreply.php';// new autoreply class
$autoreply = new autoreply( $USERid );
..anyone ?
regards,
Janus Hansen
More information about the dev
mailing list