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.
someone please help.
TIA
Printable View
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.
someone please help.
TIA
anybody, it has been a couple of days so back to the top for another look
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
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.Code:open(LIST,"$INPUT{'address_file'}")
does anybody have a clue on what to do.