Sorry but I'm really not sure what you are asking.
If you're asking to auto populate the email field with the exact same email address every single time then edit /include/client/open.inc.php and /include/staff/open.inc.php and set the input name="mail" value="theaddress@youwant.com".
If your asking how to change a single email address in the data base there are many ways to do it the easiest would be to run a query like:
UPDATE ost_ticket SET email='theaddress@youwant.com' WHERE age='theaddress@youWantTochange.com'
If your asking something else you will have to re-ask your question in another way.