Hi guys,
ok I have had the same problem,
what you need to do, If i correctly understood,
is go in the /etc/mail/aliases file,
then write there:
you: "| /path/to/your/script.php"
and your script will begin by:
#!/path/to/php/as/a/shell
<?
etc.....
?>
How this works is: send an email to [EMAIL PROTECTED]
then this mail will be piped into your script.php
et voila !!
take care,
have fun,
take php,
nicolas.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]