> Could I tokenize and parse the query string that is sent and set each tokenized part to
> toAddress, ect?
Sent where? Just having a HTML form doesn't help; you need to provide an action which will be executed once the form is submitted. Unless you have your own web application hosted somewhere, this isn't possible; there is nowhere for the data to be submitted.
> I'm not real familiar with jsp or servlets.
Now is a good time; head over to Sun's site for sample applications / tutorial. Either that or just create a simple console driven application.