FW: [Pmwiki-users] Mailposts not working

Edward Andrews edward
Fri Nov 21 07:03:11 CST 2003


> -----Original Message-----
> From: Pmwiki-users-bounces at pmichaud.com
> [mailto:Pmwiki-users-bounces at pmichaud.com]On Behalf Of Patrick R.
> Michaud
> Sent: 18 November 2003 17:54
> To: Edward Andrews
> Cc: Pmwiki-users at pmichaud. com
> Subject: Re: [Pmwiki-users] Mailposts not working
>
>
> You probably need to do the include_once *after* setting the
> variables, not before.  Actually, since you're doing
> $EnableMailPosts=1 you shouldn't need to do the include_once statement at
> all--it'll automatically be included by scripts/stdconfig.php.
>
> Pm

I've changed local.php to include

##  Enable email notification of site changes
$MailPostsTo="edward at aldreth.com";    # where to send mail notifications
$MailPostsDelay=1;
$MailPostsSquelch=1;
$EnableMailPosts=1;                   # to enable mailposts


and explicitely enabled stdconfig.  However I'm still not getting emails -
any further suggestions?

Edward




More information about the pmwiki-users mailing list