First of all thanks for this great super-script.
I am however having a problem: it will only send
emails to my domain's address and not to any other
external emails.
The fileto works and the email seems to work, but it
only sends email to my domain addresses (any of them
but only them). It does not seem to read the
$form_Email variable.
I am on a Unix server and I have successfully
installed MIME-Lite in my cgi-bin. Can you help me?
[I swear I have read your manual from top to bottom
and viceversa! ;c) ]
Thank you in advance.
---
My form is here:
http://www.arabnity.com/iltamburino/registrazione.shtml
config file is this:
# The line below specifies a template to use upon
success
success : registraz_ok.txt
# Make sure they have written something in your fields:
required: Nome && Email
# The line below lets Soupermail know who to send the
message
# to. Its actually the value of the Email field from
the form
mailto: "$form_Email"
mailtemplate: registraz_mailto.txt
# this sets the subject of the email
subject : "Registrazione al Tamburino Online di:
$form_Nome"
# config of sender's mail? (registrante)
senderfrom: iltamburino@arabnity.com
senderreplyto: iltamburino@arabnity.com
sendersubject: Grazie per esserti registrato al
Tamburino Online
sendertemplate: registraz_sender.txt
# file to log:
fileto : /iltamburino/config/counters/registrazioniTamb
urino.txt
# what template to use for the log file
filetemplate: registraz_templ2.txt
# make sure its viewable from the web
filereadable: yes
# make sure new entries appear at the top of the
logfile
fileattop: yes
# assign a unique number for the entry
ref: %yy%%mmm%%dd%_%rrrr%