Gossamer Forum
Home : Products : Gossamer Links : Discussions :

User Mailaddresses

Quote Reply
User Mailaddresses
Question: Where can change the address-book for all listed users, who are flagged to receive mail? When I send mails there are mail-addresses in the database which are not active any longer, so I want to delete or modify them, though the URL is okay. Whre do I find all the listed mail-addresses?

Cheers,
Werner known as Chris24
Quote Reply
Re: User Mailaddresses In reply to
In the Users table.

Regards,

Eliot Lee
Quote Reply
Re: User Mailaddresses In reply to
Thx Eliot,
short answer - but really good :-)
Is there a possibility to make changes for all users only with one klick ? I'd like to change all users e.g. to receive mails or get the newsletter...


Cheers,
Werner known as Chris24
Quote Reply
Re: User Mailaddresses In reply to
Actually, the ReceiveEmail field is defined in the Links table, I believe...

All you have to do is use the following SQL statement in the SQL Monitor:

Code:

UPDATE Links SET ReceiveEmail = 'Yes'


Although this may not be a wise idea, since it violates netettiqite rules and also may in the short future violate SPAM laws that are being proposed in the United States and other countries.

It is better to default email values like ReceiveEmail to NO. Let the users decide if they want to be notified.

Regards,

Eliot Lee