blog by email without cron
-
I haven’t tried this yet with WordPress, but have used it for other content management software: If you don’t have cron, setup a small “submit-this.php” script and forward your emails to that script. On a unix server you can enter say
"|/path/to/submit-this.php"into your <i>.forward</i> file as you would put saymyrealemail@host.comto have your emails forwarded to the email account you regularly check. Note the “|”, which means you’re piping the email to that file (to be processed and submitted as a blog post if the right conditions are met). If your host uses cPanel you can use “forwarders”, which is under “Mail” in the main config page.
The topic ‘blog by email without cron’ is closed to new replies.