Is there any way to change the email responder? i have the localhost site resolving through host headers so our users can see (support1.domain.com) versus http://localhost/index.php(http://localhost/index.php) - the problem is when they fill out a ticket, it replies with a link that displays You can view this ticket's progress online here: http://localhost/view.php?e=name@mydomain.com&t=791089(http://localhost/view.php?e=name@mydomain.com&t=791089)
id like to change it so the ticket reflects the http://support1.domain.com(http://support1.domain.com)) versus http://localhost(http://localhost)
is this possible? thanks for replies.