
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 06:27 AM
Hello guys,
Could you help me with this problem!
I have the need to filter witch itens are gonna to appear in the 'TO' and 'CC' form in the compose email modal (That one that appears when you select 'Email' in the three dot button.
I have configured everything nicelly, and select the TAB Sender Configuration and select the SCRIPT option, using the snippet bellow:
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 06:48 AM
Hello @BRUNO BANDEIRA
The script you have configured is for showing the from address for the email. If you want to configure the TO, CC and BCC dynamically, you will need to create a script include and call that script include in the respective field in recipient tab (the script function should return string of comma separated email IDs.
Thank you,
Ali
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 11:21 AM
Thanks for your support @Ahmmed Ali and @Ankur Bawiskar this approach of javascript prefix did work for me!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 10:56 PM
Hello @Yaraslau
Yes customization could work, we wanted to avoid it.
glide.ui.email_client.allow_invalid_email_address_as_recipient_after_user_resolution this property did the work in our case.
Hope it will helps others.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 11:21 AM
Thanks for your support @Ahmmed Ali and @Ankur Bawiskar this approach of javascript prefix did work for me!