WordPress post through email is not an automated task. it need few no of steps , to be executed in serial. to acheive this you must have these privileges ready
1. WordPress with admin access
2. A Woring email with POP access
3. Scheduling Mechanism like Linux cron or WordPress Plugin for Cron
First Login to your WordPress Console
goto Setting >> Writing

Give mail server address, Loginname(email address),password and desired category to which this mails should be posted.
Now we need to call wp-mail.php from the root installation directory like
or this can be called from a cron , execute this command in cron
and configure cron in desired intervals



No comments yet.