Skip to main content
Cadet | Tier 2
February 2, 2022
Question

Es posible adjuntar varios archivos a un correo que envía un BOT?

  • February 2, 2022
  • 4 replies
  • 137 views

Tengo un BOT funcionando actualmente, pero ahora el requerimiento cambió, me piden que adjunte 2 o 3 archivos al correo que se envía como alerta del BOT. Eso es posible?

    4 replies

    Most Valuable Pathfinder
    February 3, 2022

    Hi ,

     

    Please refer below forum article for similar issue asked earlier in AA portal.

     

    https://apeople.automationanywhere.com/s/question/0D52t000003hx59/how-to-send-email-with-multiple-attachments/p>

     

    Thanks ,

    AM

    Most Valuable Pathfinder
    February 3, 2022

    Hi @Sergio Arredondo​ ,

     

    For Outlook, attachments can be separated using semicolon (;) as the separator.

     

    For EWS, third party jar is used. Use comma (,) as a separator to make it work.

     

    Note: EWS email does not support Filename/Path with Comma(,) in it. For example, "Test\\Folder1\\Folder,2\\Filename".

     

    Chand
    Sergio.A4Author
    Cadet | Tier 2
    February 3, 2022

    Gracias a ambos, separando los archivos con "," y sin espacios funcionó correctamente.

    Most Valuable Pathfinder
    February 4, 2022

    Amazing @Sergio Arredondo​ 

     

    Note: Do Like & Mark the answer as best which will help other users find the information they need when using the search function.

     

    Thanks,

     

    ChanduMohammad S

    Chand