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?
Apr 9, 2001, 2:05 PM
Veteran (17240 posts)
Apr 9, 2001, 2:05 PM
Post #2 of 2
Views: 1331
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
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