I have configurated a contact form and I want to send submited data to a different address, depending from the subject selected by the user. Note that I have two forms, one for english and other for e second language.
Everything seems to be correct, but the email is sent only to email indicated in the "mail to" field of visforms email settings and to submitted email as receipt. Joomla send emails but not to plugin addresses.
If I try to empty the "mail to" field I get the message "You must provide at least one recipient email address."
To find the error I verified the code of plugin finding nothing
Code:
{
"1":{"fid":"1","id":"61","value":"informations","email":"email-1@example.ext"},
"2":{"fid":"1","id":"61","value":"bug","email":"email-2@example.ext"},
"3":{"fid":"1","id":"61","value":"assistance","email":"email-3@example.ext"},
"4":{"fid":"1","id":"61","value":"oem","email":"email-4@example.ext"},
"5":{"fid":"1","id":"61","value":"catalogue","email":"email-5@example.ext"},
"6":{"fid":"1","id":"61","value":"careers","email":"email-6@example.ext"},
"7":{"fid":"1","id":"61","value":"other","email":"email-7@example.ext"},
"8":{"fid":"4","id":"45","value":"informations","email":"email-8@example.ext"},
"9":{"fid":"4","id":"45","value":"bug","email":"email-9@example.ext"},
"10":{"fid":"4","id":"45","value":"assistance","email":"email-10@example.ext"},
"11":{"fid":"4","id":"45","value":"oem","email":"email-11@example.ext"},
"12":{"fid":"4","id":"45","value":"catalogue","email":"email-12@example.ext"},
"13":{"fid":"4","id":"45","value":"careers","email":"email-13@example.ext"},
"14":{"fid":"4","id":"45","value":"other","email":"email-14@example.ext"}
}
(naturally I changed original email addresses with examples)
Reading the forum I tried many solutions:
1) disabling gantry and other extentions;
2) disabling and enabling plugin;
3) change addresses;
4) verify that fid, id and value fields are correct;
.... and other thing that now I don't remember.
Please help!