Hi,
You closed your earlier post....if you hadn't done that, someone might have responded with help earlier.
These settings don't go in the INI file:
PHP Code:
$TARGET_EMAIL = array("^info@mysite\.org$");
$DEF_ALERT = "errors@mysite.org"
Also DEF_ALERT doesn't look like that at all.
I think you've misunderstood the documentation (maybe it isn't as superb as it should be
)
Please re-read the HOW TO guide on INI files, and check the documentation for the configuration section in FormMail:The best steps are:
- Get the basic form working with FormMail. Ideally, use the Configuration Wizard to get correct initial files.
- Follow the steps in the HOW TO guide for INI files to replace your working settings with more secure settings. That's really just changing the "recipients" field (and maybe the "required" field) in your HTML with different values.
Anything else is likely not work and just be confusing.
I hope that helps.
Bookmarks