[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] FormMail & Majordomo
- Subject: Re: [cobalt-users] FormMail & Majordomo
- From: flash22@xxxxxxx
- Date: Wed Jan 17 18:18:07 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Sun, 14 Jan 2001, A.Cioffari wrote:
> Hi guys!!!!
>
> I have 2 problems:
>
> 1- problem:
>
> I try to subscribe people to our mail list with a form over our web site.
>
> <form action="/cgi-bin/FormMail.pl" method="post">
> <input type="hidden" name="recipient" value="majordomo@xxxxxxxxx">
> <input type="hidden" name="subject" value="">
> <input type="hidden" name="XXX" value="subscribe MAILLIST-NAME">
> <input type="hidden" name="redirect"
> value="http://www.domain.de/thanks.html">
> your eMail: <input type="text" name="email" size="30">
> <input type=submit value="go!">
>
> the problem is in the script is no "XXX" variable for the mail body
> (thread?)
Any variable that is not special goes into the mail body, however i think
you may have to make mods to the script to use it for signing people up
for a mail list as it also includes some lead-in text in the generated
email, ie: "print MAIL "Below is the result of your feedback form...."
unless you can subscribe using only the subject line...