Hi,
Unfortunately PHP doesn't allow "define" constants to be re-defined or even un-defined.
So, the technique to use is to do this in the formmail-preconfig.inc.php file like this:
then in FormMail:PHP Code:define("MY_AT_MANGLE","XYZZY");
PHP Code:define("AT_MANGLE",MY_AT_MANGLE);


Reply With Quote

Bookmarks