• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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