noop problem
-
hi guys, i’m an italian really happy user.
i try to update my blog via mail, but if the mail server was different by the mail domain, i get an error “premature noop ok etc etc”.
so i have commented this piece of code (for all three times in the file class-pop3.php) and now the wp-mail work right!
/*$this->RFC1939 = $this->noop();
if($this->RFC1939) {
$this->ERROR = _(“POP3: premature NOOP OK, NOT an RFC 1939 Compliant server”);
$this->quit();
return false;
} else*/
i don’t know if my method is right, but it works ??
P.S. is there a function that return, not print, the post, title, author? a sort of the_content(), the_author(), but with a return value?
P.P.S. sorry for my bad english ??
- The topic ‘noop problem’ is closed to new replies.