Dear Friends,
I am new here and I have newly installed OTRS (3.0.11) for testing before I could fully deploy it in our environment. I have one question at the moment which is when I create a phone ticket and select a customer from the imported list of customers. The details that are populated are all OK but in the field "From Customer:" it enters "Name " <email customer_id user_id> which becomes incorrect format for email. I am not sure how I can correct it. customer_id is a mandatory field and user_id is a custom field. I can keep the user_id blank and repeat the email address in customer_id as a work around which removes the error and email goes to the customer without any manual correction from the agent but I want to correct it. Any help would be greatly appreciated.
Kashif.
incorrect email format
Moderator: crythias
-
- Znuny newbie
- Posts: 1
- Joined: 10 Feb 2012, 04:52
- Znuny Version: 3.0.6
-
- Znuny newbie
- Posts: 7
- Joined: 09 Feb 2012, 09:11
- Znuny Version: 3
- Real Name: Kashif Sherjeel
- Company: Cyber Internet Services Pvt. Ltd.
Re: incorrect email format
I solved this problem by modifying the following line in file config.pm in /opt/otrs/Kernel
CustomerUserListFields => [ 'first_name', 'last_name email', 'email' ]
CustomerUserListFields => [ 'first_name', 'last_name email', 'email' ]
-
- Znuny newbie
- Posts: 1
- Joined: 29 Apr 2012, 00:52
- Znuny Version: 3.0.10
Re: incorrect email format
I can't find the line CustomerUserListFields => [ 'first_name', 'last_name email', 'email' ], in file config.pn
Re: incorrect email format
You will find it in your CustomerBackend section.dorothysons wrote:I can't find the line CustomerUserListFields => [ 'first_name', 'last_name email', 'email' ], in file config.pn
OTRS 5.0.15 on CentOSLinux with MariaDB database connected to an Active Directory for Agents and Customers.