first it is not an application and using it requires some javascript knowledge, from you question i have the impression that don't have that. So i would suggest learning form the tutorials.
second, modalbox is just a fancy pop up window alternative that is run on the client side. In short no it can not send you an email and it doesn't have any super cow powers.
It can only display your content in a window, and pass the variables from the forms to your server side scripts that in fact can send you an email. You should look at the PHP, ASP or any other dynamic language.