Hi.
Send email server action does not support sending email to multiple recipients. Please add support for multiple To, CC & BCC recipients separated by comma/semi-colon.
If the recipient list is selected dynamically, split string formatter could be used too.
haha okay crazy… I mean sendmail function supports it of course. Buuuuuut I guess, as Wappler also Supports SMTP they have implemented their own function… Ok I‘ll vote for it now
Wow did not realize I could not add more than one person to receive the email, do I have to add more Send mail steps in order to add more people getting the email?
Actually that's incorrect. Unless there has been an update and no one posted here.
You need to use a repeater. Send the email ids via single get or post variable.
In the expression for repeater, select the variable and use split string formatter.
Then set send mail step inside repeater with TO set to repeater value.
Mail setup step will be outside the repeater and is to be added only once.