Get email addresses

Hi
I would like to build a View to selectively send emails, ie choose recipients by name or role.
I can use system.users.getUsers, but the list does not include email addresses
How do I do this?

system.user.getUsers returns a list of complex User objects, which do contain the email address, you just have to work for it a little bit.

E.G. this thread: