This page no information
20 Aug
- Postie pipe filler -
download
use this php script if you like to moblog via postie without using IMAP, POP, etc. No cron, etc needed, the script will create the posts as the Mail arrives, seems to me like the most naturally behaviour.
INSTALL:
1.) cp pipe_filler.php /wp-content/plugins/postie/
2.) just create a procmail entry piping the incoming mail through this script:
:0
*
| /usr/bin/php /wp-content/plugins/postie/pipe_filler.php
3.) done
Leave a reply