could someone tell me why the attached script will not sendmail? it says tha tis sent successfully but it does not send it. I don't get any error messages or anything.
ok I have narrowed the problem down as why it won't send the mail. It has to have something to send first,
this line
Code:
open(LIST,"$INPUT{'address_file'}")
does not work. for some reason the variable is not getting to the cgi form from the phtml script. I have tried to use the "get" in the form properties and it looks like it is sending it fine, but when I run it it tells me that there is no such file to open.