RenoJohn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post by email stopped working after upgradeTo force wp-mail go i put this
<iframe src=”PATH TO /wp-mail.php” name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””></iframe>
code in the footer.php file under the theme directory. This checks email every time the page is opened, ..but that means a refresh of the page may be necessary.
I would rather have this done by a cron job and done on a regular schedule. But, don’t know how to do that and looking for help (**hint!**)
As far as pending to publish, I went into the mail-php file and changed all (3) references of “pending” to publish. I’m sure code guru’s are grimacing but it seems to have done the job.
***I’m having issues with:
– all posts from email are time-stamped 16hours in the future. …..I can’t figure it out ..**any help appreciated**. It is only posts orginating from email.Forum: Fixing WordPress
In reply to: Post by email stopped working after upgradeAfter too much screwing around I finally got things going.
** added a command in the footer to force wp-mail.php when pages are loaded. This will work but I want to do a true cron job in the future.
** was still having trouble even after creating and modifying users with the email addy’s that I’d be sending updates from. Weird inconsistencies so I modified the wp-mail.php file …changed every instance of “pending” to “publish” and that seems to have worked.
I’m sure better fixes, but for me this will get the job done.
Forum: Fixing WordPress
In reply to: Post by email stopped working after upgradeI continue to work on this and no success. Would really appreciate any help from others who had problem.
I can run wp-mail.php from a browser and it does indeed retrieve the email from the pop3
-but this currently has to be done manually
-it is putting the retrieved messages into “pending” category which I don’t want. (yes the ‘from’ email is the same as my admin email)Is anyone successfully using post via email with 2.7? If so is there something that needs to be done differently? Very odd how this was working so perfectly and then all these problems after the upgrade.
Thanks in advance for any help advice …..John