Gossamer Forum
Quote Reply
newsletter
Hi

How may I add user to a newsletter by subscribe.cgi, and how may I send to this ? Earlier I had a newsletter I sent out to people that signed up. I do not want to send email to linkowners.

I want to send out new links on the site...

Quote Reply
Re: newsletter In reply to
Hi,

When a user subscribes, they are entered into the users table with Newsletter => Yes. So to send the newsletter, just click on Email->Newsletter.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: newsletter In reply to
ok, that meens that I need to do sql query to set all users to "update users set newsletter = 'No'".

But, how can I change so that people that add links from now on do not recieve newsletter ? It seems that as soon as a person have a contact name and email he is signed up for newsletter. I want the user to descide for him selves if he want newsletter...

Quote Reply
Re: newsletter In reply to
Alex,

I played around with subscribe. There must be a bug!

As a user who is not logged in, I have this result:

Input nothing, the site reload.
Input trash only at username, the site reload.
Input trash only at email, I get success message.
Input trash usernam and email, I get success message.

Hope I did not create this, through my customizing.

Does anyone noticed the same?

Michael