For some years now, I've been using a PHP package for processing e-mails from my site's visitors. Visitors enter their information into an HTML form, and the script handles things securely on the server.
I've had no problems with this script being hijacked, but it is old. Also, I've been dealing with =other= security issues, and the security service I'm using keeps thinking the (encrypted?) form handler is maybe a security threat (because they can't read it?). Same goes for my server host.
So, while I have no problems with the script, the script is causing problems. As a result, I'd like to try a different form-handling solution. But it's been so long since I last investigated this that apparently I don't even know appropriate search terms any more.
Are there any scripts that I should consider? Should I even be using a script in this day and age? If not, what other sort(s) of solution(s) should I be reviewing?
(Also, if this question would be a better fit in a different forum category, kindly please move it, or advise me where to repost it.)
Thank you.
Eliz.