Hi,
I am trying to make a form that allows users to upload files that can be sent as email with the file attached. I recently discovered that the Matts Formmail is unsuitable for this as it cannot handle attachments. I therefore, installed the NMS Formmail.pl script to my cgi-bin directory, but cannot get this to work. I believe I do not know the correct location of the mailer. ie in the line at the bottom of this message -
Is this the correct location?
I have also tried the script formmail.php but with no success.
I would be very grateful if someone who knows about formmails with attachments can guide me how to set this up.
Many Thanks
$mailprog = '/usr/lib/sendmail -oi -t';