15. Juli 2004
[ Wordpress ]
Wordpress: Fixing Post via Email
If you get the error Ooops POP3: premature NOOP OK, NOT an RFC 1939 Compliant server when calling wp-mail.php try editing wp-includes/class-pop3.php and changing line 109 from
if($this->RFC1939) {
to
if(!$this->RFC1939) {
(add the exclamation mark).
Fixed the problem for me (on my host "domainfactory"). Found the tip here in the Wordpress Support Forum.
Argh.
Hendrik Mans am 15.07.04 15:22 #Always glad to help. ;-)
(Not sure that change makes any sense - it just works. I know little about PHP and nothing about Wordpress's code.)
Martin Röll am 15.07.04 15:30 #