Log in

View Full Version : SQL to make all users subscribed to admin emails?


FleaBag
09-26-2002, 02:02 PM
What SQL query do I run to set every user to receive e-mail from the admin? For some reason new users are being set to not receive by default and I need to contact them. Thanks in advance.

Xenon
09-26-2002, 02:11 PM
UPDATE user SET adminemail=1

FleaBag
09-26-2002, 02:18 PM
Thanks Xenon. Another quick question... Where in my templates do I set field to be set to receive e-mails rather than not receive e-mails?

TECK
09-26-2002, 02:21 PM
in registration template.

FleaBag
09-26-2002, 02:21 PM
Cheers Teck. :)