In what context do you want to do that? Do you plan write PHP code (e.g. create a module) that sends emails to users? If you don't want to do that you should look for a module. I think there are several modules that handle emails (e.g.
massmail etc).
If you want to write code yourself. The WB class provides a function that can be used like this
$wb->mail(SERVER_EMAIL,$mail_to,$mail_subject,$mail_message
Hope this helps,
Sebastian