In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> Good afternoon, all!!
> 
>       Is there a function or series of functions in PHP that will allow a PHP
> package to read email from a sendmail account, look for a specific
> information in the subject line, then be able to resend that email to a
> group of users?? I know mail can be used to send email but reading from
> sendmail???...
> 
> Any information is greatly appreciated and profoundly useful.
> 
> Robin 'Sparky' Kopetzky
> Black Mesa Computers/Internet Service
> Grants, NM 87020

If the 'sendmail account' can be a dedicated address, you can use 
sendmail's alias to direct any emails to a php script which does what you 
need.

Cheers
-- 
Quod subigo farinam

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to