[thelist] FormMail and wsendmail

mccreath mccreath at ak.net
Mon Oct 15 00:03:11 CDT 2001


Good thinking, Anthony. I plopped that into the CGI on the normal response
page, and it *did* find the exe, so I know that it's there. And I know the
CGI is getting the info, because it's coming up on the response page. It's
just not sending the email.

Well, time for a call to tech support.

thanks,
David


> -----Original Message-----
> From: Anthony Baratta
>
> Quick and dirty:
>
>
> $wSendMail = "DriveLetter:\Full\Path\To\File.exe"
> if (-e $wSendMail) {
> 	print "found file!"
> } else {
> 	print "did not find file."
> }
>





More information about the thelist mailing list