• 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

Perl and Sendmail

J

joelmoss

Guest
I know sendmail is not installed with Plesk for windows, so what should my customers use to send mail via Perl scripts is there is no path to sendmail?
 
I need also exactly the same for some customers. has someone a perl mail script witch is working.
 
sendmail / perl

The system cannot find the path specified :(
????
help me..
 
So how did you fix this problem?

Do Swsoft mods not answer problems here?
 
SendMail is not originally in windows - but there are a lot of sendmail programs for windows.

I found one that works like a charm - without bugs.

folder "sendmail" contains 4 files:
sendmail.exe
sendmail.ini (configuration file)
debug.log
error.log

I usualy put sendmail folder and files in folder /cgi-bin on every hosting that needs sendmail - than set write permission on files debug.log and error.log to IUSR_hosting_acc and in perl files path to sendmail I set "sendmail/sendmail.exe" and works...

If anyone needs it mail me: [email protected]

Aris, www.slohost.net
 
Back
Top