Email para mais de um destinatário

Olá,

tenho o seguinte problema que não estou conseguindo resolver.

Tenho uma atividade de enviar email e em alguns casos tenho que enviar para 4 pessoas, mas na atividade só tem espaço para 3 destinatários(Para, Cópia, Cópia Oculta). Então preciso saber como informar mais de um email num mesmo campo.

Hii @robot.gestus ,
Can you provide like this and check?
Provide semicolon in between mail addresses

image

Reagrds,

Hello, to send to multiple people you can use “email1@gmail.com;email2@gmail.com

HI @robot.gestus

Just use a semicolon inbetween the mails and try again like

“mail1;mail2;mail3”

Regards
Sudharsan

I’ve tried this.

I’m using emails on a variable

@robot.gestus ,
what is the type of variable you have provided to store the address?

Add all the mail in that variable
MailVariable= “Mail2;mail3;mail4”

and then use that variable in the activity @robot.gestus

Regards
Sudharsan

i’ m using string

@robot.gestus ,
Yes then u can put

YourString = “Test1@gmail.com;Test2@gmail.com

And you can pass this variable inside To or CC.

If this also not resolved your issue can you please share your Activity screenshot?

Regards,