Installation

Automating checking e-mail

If your site runs on a UNIX/linux server, and you have shell access, you can enable mail checking using cron; if you don't know anything about cron, skip to the cronless postie section.

Setup a cronjob to pull down the get_mail.php Examples:

*/5 * * * * /usr/bin/lynx --source http://blog.robfelty.com/wp-content/plugins/postie/get_mail.php >/dev/null 2>&1

This fetches the mail every five minutes with lynx

*/10 * * * * /usr/bin/wget -O /dev/null http://blog.robfelty.com/wp-content/plugins/postie/get_mail.php >/dev/null 2>&1

This fetches the mail every ten minutes with wget

Cronless Postie

If you don't have access to cron, you can run postie without it.


Usage

Category and tag handling

Image Handling

Interoperability