0 Send Multiple Emails In Workflow 2 Jeremy Turgeon posted 9 Years Ago Can the Send Email or Send SMS action in workflows have multiple values entered? I'm trying to send to 100+ addresses that are not connected to person records but would rather not create 100+ actions.
Derek Mangrum 9 years ago Yes, this is what I am doing, and it works fine. But, I can't get the Send Email Action to work when targeting an Attribute of type Group. :/
Derek Mangrum 9 years ago I do not get an error when I use the 'Send Email' action and send to a comma-delimited list of smtp addresses. It is a bit touchy and you have to make sure that the list is well-formatted. That is, no leading or trailing commas, etc. The code doesn't look like it is doing many/any checks, but may be getting a tune-up in the not-too-distant future to do a few of these checks. But, with a well formed list, this function works fine for me.
Trey Hendon III 9 years ago Derek is totally right! We worked together today and found that my problem was the way the Lava merge was being evaluated in my SQL statement. I'm good to go now!
Trey Hendon III 9 years ago Regarding the Email Action sending to a Group see Derek's post here: http://www.rockrms.com/Rock/Ask/Using/Questions/693
Arran France 8 years ago I'm going to go ahead and mark this as answered. Jeremy, feel free to comment back if this still isn't working (but I'm sure it is ;))