Hi!
I have got the formmail to function without making any specific changes to anything, besides the obvious that needs changing, I even got the verification working without any hassel.
I have then tried using the ini function to disable showing email in the form but I can´t get it to work.
I have this in the ini file (named formmail.ini)
Code:
[email_addresses]
carina = "c_kontakt@domain.nu,c_mt@domain.nu"
In the formpage I used
Code:
<input type="hidden" name="recipients" value="carina" />
And in the config part of the formmail.php (renamed that too) I have
Code:
$FORM_INI_FILE = "/home/./web25018/domains/domain.nu/public_html/formmail.ini";
The recipient settings are as follows
Code:
$TARGET_EMAIL = array(EMAIL_NAME."@carina\.domain\.nu$",
"^c_mt@domain\.nu$",
"^c_kontakt@domain\.nu$");
Is there anyone that could tell me what is wrong and how to fix it. I have read the docs and I can´t seem to see what is wrong but still can´t get it working.
Thanks in advance,
Regards Carina
Bookmarks