• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Configuring webform.cgi help

S

syberlink

Guest
I need to configure some kind of webform. I am tring webform.cgi with no luck.

I will take any help or ideas. Thanks, Brad

Plesk 7.5.2
#!/usr/bin/perl
####################################
# FormMail Version 1.92
####################################
'/usr/sbin/sendmail -i -t';
@referers = ( 'syberlink.com', '68.178.151.115' );
@recipients = &fill_recipients(@referers);
push @recipients, '[email protected]', '[email protected]';
 
Back
Top