formmail.php

Since I can't use this script anymore, does anyone have an alternate that is simple to use? support says it uses a php mail function which doesn't set return path correctly by default and that is causing the mail from the form to not make it to other email accounts hosted here, but makes it to all other accounts just fine. I need a simple replacement without taking a shot in the dark.

Thanks.

Update: I think I figured out how to fix the problem using the guidance of support. If anyone has a script though, feel free to post because I think this may be the last time I use this one.
 
For anyone a bit timid about playing with php classes, I've found SonicContact very easy to use. It uses the PHPMailer class, but wraps it up nicely so that there is little to do except to plug in your html code into the provided contact page and fill in the blanks in the config files to define form fields and smtp server. It even includes a captcha feature, although I haven't used that yet.
 
Back
Top