Re: Sending mail directly to php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!

You could create a shell php script that listens on port 25 and does
what eg sendmail does... imho this would not be a good solution.

A better solution would be to use procmail to feed the mail to your
script after it was accepted by the mailserver.

cheers

ÞilvinasÐaltys wrote:
> I have to create a script that could parse attachments that come from another
> server by mail. I could use crontab & pear pop to do the job. But maybe
> someone knows if it is possible to configure my server in such way that it
> could send mail attachments directly to my php script.

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux