# Email sender multiple attachments

**URL:** https://forum.cloverdx.com/t/email-sender-multiple-attachments/2151
**Category:** CloverDX Platform
**Created:** [December 20, 2023, 5:01pm UTC](https://forum.cloverdx.com/t/email-sender-multiple-attachments/2151 "2023-12-20T17:01:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![chris582](https://avatars.discourse-cdn.com/v4/letter/c/f4b2a3/32.png) [@chris582](https://forum.cloverdx.com/u/chris582)
#### Post date: [December 20, 2023, 5:01pm UTC](https://forum.cloverdx.com/t/email-sender-multiple-attachments/2151/1 "2023-12-20T17:01:39Z")

</div>

I am trying to attach multiple files to an email within the email sender component. I have a variable list of files that need to be attached going into the email sender component, and have mapped the file URLs in the attachment section of the component. however instead of attach each file to the same email, it sends a separate email for each attachment.  
is there a way to make it so all the incoming URLs attach to a single email?

---

<div class="post-metadata">

### Author: ![chris582](https://avatars.discourse-cdn.com/v4/letter/c/f4b2a3/32.png) [@chris582](https://forum.cloverdx.com/u/chris582)
#### Post date: [December 21, 2023, 7:05pm UTC](https://forum.cloverdx.com/t/email-sender-multiple-attachments/2151/2 "2023-12-21T19:05:31Z")

</div>

separating the URLs with a semicolon “;” does the trick. resulting in one email with multiple attachments.
