Gossamer Forum
Home : Products : Gossamer Links : Discussions :

subscribe to custom made mailing list

Quote Reply
subscribe to custom made mailing list
one of the nice feature to links sql is custom made mailing list. it there anyway i can get people to subscribe to these mailing lists?

Quote Reply
Re: subscribe to custom made mailing list In reply to
As mentioned already in this forum....

1) Add a column called Subscribe (ENUM Yes/No) in the Users table.

2) Modify the users.cgi script to allow users to subscribe to your mailing list.

3) Then edit the nph-email.cgi script that checks that field to send out emails to subscribers.

Good luck!

Regards,

Eliot Lee