Hi,
As users of our implementation of the osTicket system will be only ever internal, I would like to have our domain mail suffix as a default so that every user does not have to enter it for every ticket.
for example, when some-one goes to open a ticket, they only need to add "name" and "@ourcompany.com.au" is automatically appended so that their email address is completed for them to read "name@ourcompany.com.au".
I have looked in open.php and open.inc.php and have made some progress, but how do I append "ourcompany.com.au" to the value that is $_POSTed back to the form?
Any suggestions most welcome,
thanks,
RFA