At 16:46 -0500 1/21/08, Connie Mahan wrote: >Ok, that's the beginning of my problem, I was using the old way to subscribe >folks. So now my bigger problem is I'm trying to do this from a web page >using a quick form we have and I'm not sure I can do it this way. > >For instance, can I put single quotes around the list name or does it have to >be double quotes.
Connie, I use FormMail from a web page to send a message to [EMAIL PROTECTED] The subject of the message has no quotes at all in it and is just "Subscribe mail-list" For example, my html file <http://sthmac.magnet.fsu.edu/igor> has the following: <SELECT NAME="subject"> <OPTION VALUE="subscribe Igor">Subscribe to Igor Listserve in individual msg form</OPTION> <OPTION VALUE="subscribe digest Igor">Subscribe to Igor Listserve in daily digest form</OPTION> <OPTION VALUE="unsubscribe Igor">Cancel your subscription to Igor Listserve</OPTION> </SELECT> -Scott
