Comment 2 for bug 1603206

Revision history for this message
Robert Lyon (robertl-9) wrote :

From my simple test:

1) In config.php have
$cfg->sendemail = true;
$cfg->sendallemailto = '[an actual email address]';

2) On a clean site create a user 'User A'

3) Login as user A
4) Create page
5) Make page public
6) Logout

7) Go to page while logged out and leave comment (anonymous user comment)

In you email inbox you should receive two emails (well I did) one meant for User A and one meant for Root user

The one for Root user is not needed so should be fixed - but there was one sent for User A so I'm not sure why Gregor didn't get any email (unless his notification settings were different for comments)