[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] FormMail & Majordomo



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?)

I find only:

                'recipient','',          'subject','',
                'email','',              'realname','',
                'redirect','',           'bgcolor','',
                'background','',         'link_color','',
                'vlink_color','',        'text_color','',
                'alink_color','',        'title','',
                'sort','',               'print_config','',
                'required','',           'env_report','',
                'return_link_title','',  'return_link_url','',
                'print_blank_fields','', 'missing_fields_redirect'

witch must I use!?!? any sugestions!??!!?

2.- when we send the e-mail to majordomo@xxxxxxxxx, we receive 2 mails...

the first:
>>>> subscribe spv-newsletter
>Succeeded.
>>>>


and the second:
--

>Welcome to the MAILLIST-NAME mailing list!

>Please save this message for future reference.  Thank you.

>If you ever want to remove yourself from this mailing list.... bla, bla, bla

I need to change this messages in german!!!!! how can I do this?!!?!?

thanks in advance!!!!

angelo