I have a custom form, where CC and BCC are filled from a custom field with addresses which are selected through checkboxes, e.g. selecting box1 and box3 will result in "box1@somewhere.com; box3@somewhere.com".
This is working perfectely, however upon sending I receive the message "This operation failed".
I think the problem is that it is hard coded to the text field compiling the different boxes in the string needed, but it seems Outlook is not able to then "convert" the text to 'emailaddresses'. I tested futher and linked the CC info to the TO field, I found out that there is an action first to "checks/converts" the text to emailaddresses or names underlined. When I delete the original CC field, sending is no problem.
Is there any way to do this action on the CC field as well?
I hope you can post some code, which I can use and work further on. Code is for me easier to understand than general descriptions telling what I should do.
This is working perfectely, however upon sending I receive the message "This operation failed".
I think the problem is that it is hard coded to the text field compiling the different boxes in the string needed, but it seems Outlook is not able to then "convert" the text to 'emailaddresses'. I tested futher and linked the CC info to the TO field, I found out that there is an action first to "checks/converts" the text to emailaddresses or names underlined. When I delete the original CC field, sending is no problem.
Is there any way to do this action on the CC field as well?
I hope you can post some code, which I can use and work further on. Code is for me easier to understand than general descriptions telling what I should do.