I notice that tickets created from emails appear with both Subject and Name formatted to UPPERCASE whereas tickets created internally are formatted in Proper Case.
Where/how would I change the email ticket formatting to Proper Case - using string ucwords ( string $str ) I guess?
Proper Case is more readily comprehended than UPPER CASE, both on screen and in print.
Thanks