Skip to main content
Navigator | Tier 3
February 12, 2022
Question

Email Send : Attachment Properties

  • February 12, 2022
  • 1 reply
  • 223 views

I've read the documentation about email send https://docs.automationanywhere.com/bundle/enterprise-v11.3/page/enterprise/topics/aae-client/bot-creator/commands/send-email-command.html/p>

 

but i am still confused about the attachment properties, say i wanted to send an email with attachment from dekstop file, then i could just browse it and choose the file i want.

 

but what if i wanted to send multiple attachment? what if i wanted to send all files on a folder? can i just give the path to the folder?

 

for example : C:\Users\User\Documents\Picture will this actually send all the files on picture folder?

PS: i've tried it gives an error but i just wanted to make this discussion open

    1 reply

    Most Valuable Pathfinder
    February 12, 2022

    Hi @David Jansen​ ,

     

    Can you try attaching multiple files using semicolon (;) as the separator.

     

    Ex: C:\Users\User\Documents\Picture\file1.txt;C:\Users\User\Documents\Picture\file2.txt so on and so forth

    Chand