Web Hosting Talk







View Full Version : perldesk


CresHost
11-20-2003, 03:55 AM
hi

i just got perldesk yesterday

i wanted to ask that is it possible that if someone open a ticket by email instead of his name coming as unregistered , it comes as the name which is of his email from field ?

if so can you tell me how?

thanks

barryf
11-20-2003, 01:53 PM
Hi,

I made a simple change to email.cgi to accomplish this. In/around line 433, look for
$username = "Unregistered";
$name = "Unregistered";

..and change this to

$username = $newfrom;
$name = $newfrom;

This will do exactly what you want, and then allows you to also review any previous request history from this user as well.

Hope this helps.

---

Saryooo
11-20-2003, 10:27 PM
I also use it, it realy work thanks