E-mail with WordPress - it really does work!
W hen it already has the ability to create new posts on the move (for example from my palm out) sent by mail to the blog, you want to try out the course. From my previous blogs ago but I knew that this can be a tricky thing - and immediately I received an error message:
NOT an RFC 1939 Compliant server when calling wp-mail.php
Again nothing, I thought at first. But a little Google search did but then light in the darkness: only a simple exclamation mark had to be supplemented in a WordPress file - and the story works. Wonderful! Martin Roell wrote in his e-business blog :
wp-includes/class-pop3.php try editing and changing line 109 from
if ($ this-> RFC1939) {
to
if ($ this-> RFC1939) {
(Add the exclamation mark).
After the change it has now worked out perfectly!
So now I just have yet to figure out how I can organize without cron job to automatically retrieve the mails.







'm Still an old version of WordPress, in search of this error I have come here and with the tip I'm also able to solve the problem