As Dwayne pointed out to me,
you need to do more than set up the email address in the admin for
WordPress. You also need to automate the script, wp-mail.php. I set mine
using a cron job to run every fifteen minutes. I may reduce that as I
don’t anticipate posting by mail very often… but I’m impatient and
when I do post something, I want it to show up rather quickly!
The command I run through cron is: php /home/xxxx/public_html/wp-mail.php
(xxxx=username)
You could also use the wp-cron plug-in if you are not familiar with cron jobs.
Leave a Reply