• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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