• 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

Website Form to email

A

adamc

Guest
I am new to Plesk Windows and need some help. I am trying to make an form on a website hosted on my Plesk Windows 7 server be sent to an email address. I want to use the CGI script "Form2Email", I think I have everything all set except for the "my $mailprog = '/usr/sbin/sendmail';" line. Is their a way I can set it to send email through MailEnable that came with Plesk Windows 7?

Thanks for your help,

Adam
 
MailEnable (the mail server that ships with PfW) has a command line application called "mesend.exe". Log into your server through terminal services and run it from a command line to get the syntax.

That should work. If not I highly recommend using the MailEnable COM object to send mail. It's a lot cleaner.
 
you can also get blat.exe which is a great command line mailer and open source.
 
Back
Top