focus310 has asked for the wisdom of the Perl Monks concerning the following question:
BEGIN { $DEBUGGING = 1; $emulate_matts_code= 0; $secure = 1; $allow_empty_ref = 1; $max_recipients = 5; $mailprog = '/usr/sbin/sendmail -oi -t'; $postmaster = ''; @referers = qw(fullfocusdesign.com); @allow_mail_to = qw(info@fullfocusdesign.com); @recipients = (); %recipient_alias = (); @valid_ENV = qw(REMOTE_HOST REMOTE_ADDR REMOTE_USER HTTP_USE +R_AGENT); $locale = ''; $charset = '/usr/sbin/sendmail -oi -t'; $date_fmt = '/usr/sbin/sendmail -oi -t'; $style = '/usr/sbin/sendmail -oi -t'; $no_content = 0; $double_spacing = 1; $wrap_text = 0; $wrap_style = 1; $send_confirmation_mail = 1; $confirmation_text = <<'END_OF_CONFIRMATION'; From: info@fullfocusdesign.com Subject: form submission Thank you for your form submission. Here is the info you submitted: <b>stick field results here</b> END_OF_CONFIRMATION # You may need to uncomment the line below and adjust the path. # use lib './lib'; # USER CUSTOMISATION SECTION # -------------------------- # Place any custom code here # USER CUSTOMISATION << END >> # ---------------------------- # (no user serviceable parts beyond here) }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: FormMail.pl Help
by davorg (Chancellor) on Feb 14, 2006 at 13:38 UTC | |
by focus310 (Novice) on Feb 14, 2006 at 14:56 UTC | |
|
Re: FormMail.pl Help
by mk. (Friar) on Feb 14, 2006 at 14:00 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |