[wp-testers] [WP 3.1 beta] Post-by-mail settings?

Andrew Nacin wp at andrewnacin.com
Fri Dec 10 07:32:22 UTC 2010


On Fri, Dec 10, 2010 at 2:30 AM, Jan Weinschenker
<jan.weinschenker at web.de>wrote:

> Hi again. With Andrew's hint, I found the solution here
> http://wordpress.org/support/topic/how-to-enable-post-via-email
>
> Thank you!
> Jan :-)


Please don't edit core files, though.

Drop that into a file by itself in mu-plugins, or add it to your plugins
folder with some headers:

<?php
// Plugin Name: Enable Post by Mail
add_filter( 'enable_post_by_email_configuration', '__return_true' );
?>


More information about the wp-testers mailing list