• 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.

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