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.
Jithesh_R
(Jithesh Karkera)
March 15, 2023, 11:51am
2
Hii @robot.gestus ,
Can you provide like this and check?
Provide semicolon in between mail addresses
Reagrds,
aquinn
(Aquinn)
March 15, 2023, 11:52am
3
robot.gestus:
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.
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
Jithesh_R
(Jithesh Karkera)
March 15, 2023, 11:59am
6
@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
Jithesh_R
(Jithesh Karkera)
March 15, 2023, 12:17pm
9
@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,