Hmm, could've sworn there was an option in the admin files for turning this on or off by default, can't find it now. Try running the following through your alternative mod setup instead:[ALTER]
MEMBERS
ALTER#M_PMEMAIL#int#NULL#1
[END]
This will alter the M_PMEMAIL field so that notification e-mails are turned on by default.
If you also want to turn on e-mail notifications for existing members, run the following through your alternative mod setup as well.[UPDATE]
MEMBERS
M_PMEMAIL#1#M_PMEMAIL=0
[END]
You run both of those at the same time by pasting them into alternative mod setup together.
Personally, I'd recommend running the second one without somehow informing your members first and clearly providing them with instructions on how to stop receiving notifications.
<