• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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