Hi!
I use phpwiki-1.3.12p2 and have a problem regarding email notification. When I edit a page marked for mail notification no mail is send. I use
ALLOW_ANON_USER = true
ALLOW_BOGO_LOGIN = true
ALLOW_USER_PASSWORDS = false
ALLOW_ANON_EDIT = true
because the wiki is protected by external http authentication against sql. The user name is also set by the external authentication (e.g. if the user name is John Doe, it is set to JohnDoe). Do I need to change my authentication settings to use mail notification? The mail server runs on the same machine and works perfectly so this is not the problem.
Regards,
Henning Sahlbach
|