Hi
I tried to force the recipients of an email field with a before storage code field.
Let's assume the email field is my_email and $emails-list is the list of email adresses (separated with a coma)
In the email field I checked the DEST. (admins) admin account: the site admin receives the email but I can't get the other people receive the email
I tried :
$fields['my_email']->value = $emails-list;
$config['storages']['#__cck_store_form_mycontenttype']['my_email']=$emails-list;;
In the database I checked the column is properly filled but the email is ONLY sent to the admin account, not to the list of emails I wrote with the code field.
Is there something special to do please ?
thanks
cyril