eregi() and eregi_replace() being deprecated as of PHP 5.3.0
Hello,
I implemented a webform using phpformmail a year or so ago and it worked fine...
Recently, I found that it had stopped working because my shared hosting provider had decided to enforce using SMTP with authentication.
I am in the process of modifying the original phpformmail to allow for STMP with authentication. I think I can figure that out on my own.