Blog by e-mail in WordPress (mobile blogging – moblogging)
After spending some time trying to set up blogging by email in wordpress and getting it to run using WP-CRON, I think that I finally got it working.
I followed these steps:
- Download Postie (http://www.economysizegeek.com/?page_id=395)
- Unzip the file, and follow the instructions in the readme-file for configuration
- Test that it works, using e.g. http://www.example.com/wp-content/plugins/postie/get_mail.php
- Download WP-CRON http://www.skippy.net/blog/category/wordpress/plugins/wp-cron/Â (if you don’t have access to setup a real cronjob on your server)
- Unzip the file, upload and configure using the readme-file.
- Next you’ll have to create a new PHP-file, that actualle runs exactly the postie get_mail.php. The file should look something like this.
- Put the file in /wp-content/plugins/wp-cron-folder/
- Activate the plugin under Plugins.
Â
Â