• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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