Reply to many e-mail address

HI @Aleksi ,
I’VE build a task to send an e-mail; can i insert 2 or more e-mail address to reply?

0 4 236
4 REPLIES 4

Steve
Platinum 4
Platinum 4

Have you tried? Sees like it would be easy enough to test. Separate multiple addresses with a comma (,).

Hi @Steve,

I’ve just tried your suggestion and it doesn’t seem to work, (also tried wrapping in and() too) as it will only pick up one address.
3X_6_3_63b2474ddf6eb85a992302f34d7510f9cce94b25.png

I have also discovered that expressions that yield a list will work within the ‘To’ fields within a task but when trying within the ‘Reply to’ field this doesn’t function the same.

Would you have any suggestions or would you think that this is a Bug / Feature Request?

@Simon_Bluck

Reply To Email must be a single address:

3X_c_b_cb6fecd9e0cb49535626c9a68d38be8bfb5021e8.png

Try this:

IFS ( True, mail1, True, mail2, True, mail3, True, mail4, True, mailN )

Top Labels in this Space