Is there a limit to number of emails you can send ...
# general
l
Is there a limit to number of emails you can send out in a workflow/script?
d
Script Email.send has limit of 10 but using loops we can manage
l
how about workflows?
a
when you run it in test, it will only send the top 20. Other than that, I've never hit a limit.
c
email.send - governance is 20 units & recipients limit is 10 per call.
l
ty