Send to multiple email addresses


#1

1) Give a description of the problem
(Hello all, I am very new to WebCoRE (love it btw!) and I am looking for a simple way to send to multiple email addresses without adding additional “do” lines)

2) What is the expected behaviour?
(create 1 “do” line with multiple emails, or define email addresses in the beginning?)

3) What is happening/not happening?
(I have tried commas, and semicolons with no luck, I am sure I am )

**4) Post a Green Snapshot of the piston -

)

5) Attach logs after turning logging level to Full
(Piston runs with the commas or semicolons, it just shows emails undefined)


#2

Hi there,
Never used multiple emails but I’m testing by using a variable right now…
Will let you know


#3

Just remember, there is a daily limit on the number of emails sent per day. I believe it is 50. You may want to set up the piston to set a limit on when and how many are sent in a set period of time.


#4

yeah it worked…
Here…

But be aware you have a daily limit on the emails…
edit : Sorry @jkp didn’t see you saying the same thing…:)))

18%20AM


#5

Sweet! I will give it a try now, it is for super low battery alerts, thanks so much!


#6

You are so welcome…

If it works for you pls check the SOLVED box so others can see in the search that it’s solved and benefit from it.


#7

Okay so I am still getting used to the way pistons work, so it is dynamic variable, then you enter whatever you want to name the variable say, email. Then under initial value is it a variable again?


#8

Yes you wıll chooce VARIABLE for the email address.


#9

Yep, that’s the step I missed! thanks again!!!