Gossamer Forum
Home : Products : Gossamer Links : Discussions :

SQL Monitor and E-mail notification

Quote Reply
SQL Monitor and E-mail notification
Hi!

i wonder if there is kinda sql query command to set all links in database which have i.e. email@email.email adress to not to receive "Links Users" messages
To do this manually for 4000 links would be little hard and difficult and long :)

thanx

Gregor
Quote Reply
Re: [sc2utp] SQL Monitor and E-mail notification In reply to
Hi!

i'm no mysql freak and i wonder if i could use this command
Code:
UPDATE Users SET Status='Registered' WHERE Status='Not Validated';

for assigning receivemail to "No" for one User ...

Gregor
Quote Reply
Re: [sc2utp] SQL Monitor and E-mail notification In reply to
Hi,

UPDATE Links SET ReceiveMail = 'No' WHERE Contact_Email = 'email@email.email'

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] SQL Monitor and E-mail notification In reply to
thanx
wonderful..

Gregor