Hi There,
My e-mail notification seems to be a bit random.
I get notifications on: Updated, Feedback Resolved, Development, Test
(last 2 are mine) but no other Status change.
Nor do I get e-mails when I assign to a user?
I've checked My Account | Preferences and all the boxes are ticked.
I've checked Manage | Manage Configuration | Email Notifications and The 4 User tick boxes are ticked for all events.
Any ideas?
Thanks for any help
Richard
e-mail notification is random
Moderators: Developer, Contributor
-
Richard210363
- Posts: 3
- Joined: 22 Mar 2006, 14:22
- Location: Pinewood Studios. London. UK
-
Richard210363
- Posts: 3
- Joined: 22 Mar 2006, 14:22
- Location: Pinewood Studios. London. UK
Solved it.
Set the following:
$g_email_receive_own = ON;
$g_validate_email = OFF;
$g_check_mx_record = OFF;
and now it works.
The documentation looks useful but isn't really.
What does validate_email mean. Validate against what?
The documentaion is written for/by people who already know what items do.
A general User / Admin manual/primer is really needed.
Set the following:
$g_email_receive_own = ON;
$g_validate_email = OFF;
$g_check_mx_record = OFF;
and now it works.
The documentation looks useful but isn't really.
What does validate_email mean. Validate against what?
The documentaion is written for/by people who already know what items do.
A general User / Admin manual/primer is really needed.