email posts to and from WP
-
Hi, I am having trouble posting via email and allowing my users to email a post.
First, for the email a post, I’m using wp-email.php. Here are the PHP error messages I get:
Warning: smtpsend(class-smtp.php): failed to open stream: No such file or directory in /home2/www/thepete/theblog2/wp-includes/class-phpmailer.php on line 463
Warning: smtpsend(): Failed opening 'class-smtp.php' for inclusion (include_path='') in /home2/www/thepete/theblog2/wp-includes/class-phpmailer.php on line 463
Fatal error: Cannot instantiate non-existent class: smtp in /home2/www/thepete/theblog2/wp-includes/class-phpmailer.php on line 530
Then, regarding the post by email, I send an email to my special address and it doesn’t show up. I point my browser at wp-mail.php and I get this error:
“Ooops POP3: premature NOOP OK, NOT an RFC 1939 Compliant server”
Someone else was having this trouble but apparently fixed it with the simple addition of a “!” alas, I tried it and it didn’t work.
Any help at all would be appreciated! Thanks in advance!
The topic ‘email posts to and from WP’ is closed to new replies.