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

Frank Bueltge frank at bueltge.de
Fri Dec 10 07:43:23 UTC 2010


T thnk its enough you define the constant in wp-config.php
define( 'POST_BY_EMAIL', TRUE );

from source:
if ( ! defined('POST_BY_EMAIL') || ! POST_BY_EMAIL ) // back compat
constant.
    add_filter( 'enable_post_by_email_configuration', '__return_false' );

Best regards

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

> I see. So I have to add this line to the wp-config.php?
>
> On Fri, Dec 10, 2010 at 8:23 AM, Andrew Nacin <wp at andrewnacin.com> wrote:
>
> > On Fri, Dec 10, 2010 at 2:22 AM, Jan Weinschenker
> > <jan.weinschenker at web.de>wrote:
> >
> > > Dear all,
> > >
> > > have the post-by-mail settings been moved to a new location? I have
> WP3.1
> > > running as a multisite installation (with subdomains). Last time I
> > looked,
> > > the settings were at Settings > Writing (as described here:
> > > http://codex.wordpress.org/Post_to_your_blog_using_email).
> > >
> > > Now I can't find them there anymore. Where have they gone?
> >
> >
> > Post by mail is disabled in multisite.
> >
> > You can enable it with:
> >
> > add_filter( 'enable_post_by_email_configuration', '__return_true' );
> > _______________________________________________
> > wp-testers mailing list
> > wp-testers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-testers
> >
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list