Customizing Notification Sender Address

Moderator: crythias

Locked
james_gatt
Znuny newbie
Posts: 20
Joined: 26 Aug 2011, 14:45
Znuny Version: 3.0.9
Company: Charonite

Customizing Notification Sender Address

Post by james_gatt »

Hello,

I would like to customize the sender of the agent notifications to be queue specific. Right now it is set as notification@otrs.com which was set from SysConfig. The scenario I would like to achieve is the following:

Queue A => ticket is created => notifications (agent notifications not customer) are sent from queueA@example.com
Queue B => ticket is created => notifications (agent notifications) are sent from queueB@example.com

Currently they are all sent from the same sender address - i.e. notification@otrs.com

Is there a way that I customize such scenario?

Regards,

James
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customizing Notification Sender Address

Post by crythias »

Check your Queue's System Address.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
james_gatt
Znuny newbie
Posts: 20
Joined: 26 Aug 2011, 14:45
Znuny Version: 3.0.9
Company: Charonite

Re: Customizing Notification Sender Address

Post by james_gatt »

that system address is used to send replies and auto responses to customers. What i want is to customize sender addresses for agent notifications for each specific queue. That way I can enable agents to reply back to that notification using a simple email interface where necessary.

James
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customizing Notification Sender Address

Post by crythias »

OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
james_gatt
Znuny newbie
Posts: 20
Joined: 26 Aug 2011, 14:45
Znuny Version: 3.0.9
Company: Charonite

Re: Customizing Notification Sender Address

Post by james_gatt »

I have looked through the articles you posted - they show some very interesting approaches. However still does not meet my requirement. What I need is to customize the actual sender address for agent notifications for each queue. Is there a way to set this from the UI? Or is it something that needs to be done at source level?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Customizing Notification Sender Address

Post by jojo »

it will requiere development
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
james_gatt
Znuny newbie
Posts: 20
Joined: 26 Aug 2011, 14:45
Znuny Version: 3.0.9
Company: Charonite

Re: Customizing Notification Sender Address

Post by james_gatt »

Can anyone indicate to me what files need to be altered? When a new notification is raised, what file (*.pm) is used to send notifications to agents?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customizing Notification Sender Address

Post by crythias »

What difference does it make what email address sends to agents?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
james_gatt
Znuny newbie
Posts: 20
Joined: 26 Aug 2011, 14:45
Znuny Version: 3.0.9
Company: Charonite

Re: Customizing Notification Sender Address

Post by james_gatt »

for example I have supportA@example.com and supportB@example.com, right now if a new ticket is raised for A the agent will receive notification from otrs@support.com (defined in SysConfig). What I would like to have is that the agent will receive notification from the email address of that specified queue so he/she can reply to that email immediately hence proceeding through the ticket workflow. Our agents use interface but sometimes sending an email is much more convenient.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customizing Notification Sender Address

Post by crythias »

Yes, but what difference does it make what email address they reply to? Unless you're changing the followup queue based upon replies, the ticket will obey what the ticket number knows.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
james_gatt
Znuny newbie
Posts: 20
Joined: 26 Aug 2011, 14:45
Znuny Version: 3.0.9
Company: Charonite

Re: Customizing Notification Sender Address

Post by james_gatt »

because when a notification is sent it is sent from the default notification address. And in order to reply to OTRS the agent needs to compose a new email and send it the support address (as a followup) instead of just hitting reply and composing his message.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customizing Notification Sender Address

Post by crythias »

I suppose you could change your default notification address to be able to handle tickets instead of being a no-reply.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked